Getting started with automapper

Other topics

Remarks:

This section provides an overview of what automapper is, and why a developer might want to use it.

It should also mention any large subjects within automapper, and link out to the related topics. Since the Documentation for automapper is new, you may need to create initial versions of those related topics.

Installation or Setup

Automapper can be installed from nuget running the following command in Package Manager Console:

Install-Package AutoMapper

Then it can be included in different files within the project it has been installed to by using directives:

using AutoMapper;

Contributors

Topic Id: 5254

Example Ids: 18692

This site is not affiliated with any of the contributors.