Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

What is AutoMapper in C#?

What Is AutoMapper In C#?

AutoMapper is used to map data between two objects. In this blog, we will see how to use Automapper in our application. Let's demonstrate the use of Automapper by an example. Suppose we have a class called Employee with 2 properties in it - Name and City class Employee     {         public string Name { get; set; }         public string City { get; set; }     } We have another



This post first appeared on SharePointCafe.Net - A Technical Blog On SharePoint, ASP.Net, Cloud Computing, please read the originial post: here

Share the post

What is AutoMapper in C#?

×

Subscribe to Sharepointcafe.net - A Technical Blog On Sharepoint, Asp.net, Cloud Computing

Get updates delivered right to your inbox!

Thank you for your subscription

×