.Net Core Mvc Class 3
https://www.codaffection.com/asp-net-core-article/jquery-ajax-crud-in-asp-net-core-mvc/#Setup_a_Database
Local Project - E:\@udemy\@.net core Mvc\jquery-ajax-crud-in-asp-net-core-mvc
https://github.com/CodAffection/jQuery-Ajax-with-ASP.NET-Core-MVC-using-Modal-PopUp
ASP.NET Core: Built-in IoC Container
ASP.NET Core framework includes built-in IoC container for automatic dependency injection. The built-in IoC container is a simple yet effective container. Let's understand how the built-in IoC container works internally.
The followings are important interfaces and classes for built-in IoC container:
Interfaces:
- IServiceProvider
- IServiceCollection
Classes:
- ServiceProvider
- ServiceCollection
- ServiceDescription
- ServiceCollectionServiceExtensions
- ServiceCollectionContainerBuilderExtensions
The following diagram illustrates the relationship between these classes:
Comments
Post a Comment