Puntata dedicata alla Dependency Injection. Vediamo come poter migliorare la scrittura del codice nelle nostre applicazioni ASP.NET Core andandolo a semplificare disaccopiando le dipendeze. Un modo semplice e a gratis di scrivere buon codice da subito.
📌Dependency injection in ASP.NET Core
â–¸https://docs.microsoft.com/en-us/aspnet/core/fundamentals/dependency-injection?view=aspnetcore-3.0
📌Dependency injection into views in ASP.NET Core
â–¸https://docs.microsoft.com/en-us/aspnet/core/mvc/views/dependency-injection?view=aspnetcore-3.0
📌ASP.NET Core Dependency Injection Best Practices, Tips & Tricks
â–¸https://medium.com/volosoft/asp-net-core-dependency-injection-best-practices-tips-tricks-c6e9c67f9d96
📌Use Dependency Injection In WebForms Application
â–¸https://devblogs.microsoft.com/aspnet/use-dependency-injection-in-webforms-application/
📌Using ASP.Net Webform Dependency Injection with .NET 4.7.2
â–¸https://www.natmarchand.fr/aspnet-dependency-injection-net472/
📌3rd party containers can be used with ASP.NET Core
â–¸https://autofac.readthedocs.io/en/latest/integration/aspnetcore.html
â–¸https://www.nuget.org/packages/Unity.Microsoft.DependencyInjection
â–¸https://www.nuget.org/packages/Grace.DependencyInjection.Extensions
â–¸https://jasperfx.github.io/lamar/
view more