资 源 简 介
entitymap is lightweight data access abstraction framework which implemented repository pattern, data mapper pattern, and fluent interface (pattern catalog from Martin Fowler book : Pattern of Enterprise Application Architecture). This framework adopt DDD concept (Domain Driven Design) also.
Entitymap will help development of Enterprise application scale in .NET platform without sacrifice good and elegant architectural design.
EntityMap developed by Ariyanto in GPL (General Public Licence).
Feature:
1.Simplify ADO.NET data access API
2.Provide ADO.NET Data Access helper
3.Generic Data Access
4.Mapping record to object
5.Supported stored procedure
6.Provide Command Wrapper object
7.Programmatic transcation
8.Fluent interface query
9.Dependency Injection
10.Less XML configuration