Generates fully interfaced DbContext and entities for use with the NQueries http://nqueries.codeplex.com/ library. Transactional data access layer using UnitOfWork and Repository patterns against Entity Framework 5 DbContext and IDbSet. Key features: - completely loose coupled from the Entity Framework, query against an interface, not against the DbContext.
- IDbContext gives you full unit test and mocking support.
- nested unit of works
- nested transactions
- dependent transactions spanning multiple threads
- generic repositories
- generates plain pocos with DataAnnotations and WCF support
- easy transaction/datacontext management
- almost no code needed to start working with repositories
| |