Needlr Video Tutorials¶
A collection of video tutorials and demonstrations to help developers learn and use Needlr effectively.
Getting Started¶
How I Made C# Plugins Super Simple in My DotNet Apps!¶
Description: Needlr is my opinionated framework that I use for scanning assemblies for types to register for dependency injection. Like Autofac and Scrutor, you can automatically register types that you can resolve from the dependency container later once the IServiceProvider has been built!
Video Link: https://www.youtube.com/watch?v=IH5HEkcMsMg
Topics Covered:
- Problems with extension method patterns in ASP.NET Core
- Plugin-based architecture approach
- Automatic type discovery and registration
- Web application plugin implementation
- Comparison with traditional DI setup patterns
- Fluent builder syntax with Syringe class
- Weather forecast API example transformation
- How Needlr keeps entry points thin
- Real-world usage in BrandGhost (https://www.brandghost.ai) application
