/AutoMapper

AutoMapper是一个简单的类库,用于解决对象与代码之间的映射关系。主要用途为领域对象与DTO之间的转换、数据库查询结果映射至实体对象。用官方的话讲: 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?

Primary LanguageC#MIT LicenseMIT

Stargazers

No one’s star this repository yet.