Layered Architecture Asp.NET WebAPI Project (Dapper, UoW, Postsharp, DI with IoC)
- This project has the customized Dapper and Dapper.Contrib for works with Oracle 11g.
- Implementation and Unit of Work pattern for managing transactions.
- Aspect oriented programming for logging and exception handling.
- Dependecy injection with two different IoC container implementation. (Autofac & SimpleInjector)
- Simple InMemory Cache
- Common CRUD operations for all entities which has inherited fully generic base classess