top of page
Search
The Tech Platform
Nov 10, 2021
How to Write a Custom Resolver Using AutoMapper in .NET Core
Writing Custom Resolver with AutoMapper to Leverage Dependency Injection in .NET Core AutoMapper is a fantastic tool in the .NET...
The Tech Platform
Oct 13, 2021
Repository Pattern with AutoMapper in .Net Core
First Base Entity entity second generic IRepository implementation of IRepository and inject IRepository in ConfigureServices in-service...
The Tech Platform
Jul 24, 2021
AutoMapper Extensions in .Net Core
In C# mapping of one POCO class object to another POCO class object can be achieved by assigning source property to destination property...
bottom of page