Skip to content

A Class library which implements Generic Repository Pattern for connecting to SQl Server Db

Notifications You must be signed in to change notification settings

Nikoo-Asadnejad/GenericRepository

Repository files navigation

GenericRepository

A Class library which implements GenericRepository Pattern for connecting to SQl Server Db, It Contains both Asynchronous and Synchronous methods. Command And Query Respository are seprated and Query Repository is wrapped by a cache repository which has been implemented using decorator pattern. Domain Event handling and Audit logs are also implemented in this repository.