Essentials in .Net Core
- mdbhowmik

- Jan 8, 2021
- 1 min read
Updated: Jun 27, 2023
Dependency Injection
One has to understand the dependency injection in order to start working with .net core projects.
e.g
if one has to implement the default log mechanism in .net core projects, you need to induce 'Ilogger<T>' , in the constructor of your controller or modal page.
An example of Entity Framework in .NET Core . This demo project is about restful Api's with Angular . https://github.com/MunmunDB/EFwithDotNETCoreAndAngular

Comments