.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:

  1. IServiceProvider
  2. IServiceCollection

Classes:

  1. ServiceProvider
  2. ServiceCollection
  3. ServiceDescription
  4. ServiceCollectionServiceExtensions
  5. ServiceCollectionContainerBuilderExtensions

The following diagram illustrates the relationship between these classes:





Comments

Popular Posts