A DbContext like implementation for Dapper, supporting the Unit Of Work pattern and simplifying usage with repository classes and IOC containers.
Stars
35
Forks
8
Watchers
35
Open Issues
1
Overall repository health assessment
No language data available
No package.json found
This might not be a Node.js project
15
commits
Updated the example project to use the current alpha release of DapperContext.
b16de6bView on GitHubReferenced a wrong version of the Dapper dependency in the nuspec.
bc820c7View on GitHubChanged the example project to consume the DapperContext NuGet package.
c0e1522View on GitHubThe example project will not be build in release mode.
42cf3a2View on GitHubEnabled generating XML documentation files for release builds
0180322View on GitHubAdded an example project, and implemented IDisposable in the DbContext class.
cfd614dView on GitHubAdded XML documentation and enabled generating xml code comment files. Also changed exception messages.
18f1f96View on GitHubAdded a first version of the .NET 3.5 version of the library.
db4a31bView on GitHub