We Need TWO?! - C# Plugin Architecture For ASP.NET Core
May 6, 2024
• 1,632 views
autofacc# dependency injection tutorialautofac tutorialdependency injection c# autofaciocmicrosoft mvpcircular dependencycircular dependenciesautofac dependency injection c#inversión de controlautofac asp.net corec# autofac dependency injectiondependency injectionautofac dependency injection web api c#c# autofac tutorialinversion of controldependency inversion principle tutorialc# reflection explainedautofac circular dependencyminimal apic#
In the previous videos I made on this topic, we looked at two different ways that we can setup Autofac for dependency injection inside of ASP.NET Core. There were pros and cons to both approaches, but for the most part, they'll do the trick for the average application.
When it comes to building C# plugin architectures, I want to ensure that I have access to all of the dependencies that I'm interested in. That means in ASP.NET Core, I need to set the bar high for my plugins. See how I was able to combine both of the previous methods into this one!
