K3

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

 


AutoMapper

What is AutoMapper?

AutoMapper is a simple little library built to solve a deceptively complex problem - getting rid of code that mapped one object to another. This type of code is rather dreary and boring to write, so why not invent a tool to do it for us?

How do I get started?

Check out the getting started guide. When you're done there, the wiki goes in to the nitty-gritty details. Finally, check out the dnrTV episode for a full walkthrough. If you have questions, you can post them to the Mailing List.

Where can I get it?

First, install NuGet. Then, install AutoMapper from the package manager console:

PM> Install-Package AutoMapper 

AutoMapper is Copyright © 2008-2011 Jimmy Bogard and other contributors under the MIT license.

 

https://github.com/AutoMapper/AutoMapper/wiki/Getting-started

posted on 2012-09-03 17:31  K3  阅读(447)  评论(0编辑  收藏  举报