StaticVoid.Repository.EntityFramework
A repository pattern implementation for Code First. More information about how to use this solution and what the package does can be found on my blog here (http://blog.staticvoid.co.nz/2011/10/staticvoid-repository-pattern-nuget.html) Please leave comments and sugguestions in NuGet or on my blog. The source for this project is avaliable on GitHub at https://github.com/lukemcgregor/StaticVoid.Core.Repository This is intended for usage with an IoC repository injection pattern. To bind to the repository in Ninject simply use: kernel.Bind(typeof(IRepositoryDataSource<>)).To(typeof(DbContextRepositoryDataSource<>)); kernel.Bind(typeof(IRepository<>)).To(typeof(SimpleRepository<>)); this will allow you to inject repositories using the form IRepository<T> in your service implementations. Repository will have basic methods implemented for the type to allow crud.
Activity
- Latest release
- 12y ago
- Total releases
- 7
- Cadence
- ~22 days
- Last 12 months
- 0
Details
- First release
- Dec 02, 2012
| Version | Released | |
|---|---|---|
1.3.1
patch
|
1.3.1
patch
Dependencies (2)
|
|
1.3.0
minor
|
1.3.0
minor
Dependencies (2)
|
|
1.2.0
minor
|
1.2.0
minor
Dependencies (2)
|
|
1.1.0
minor
|
1.1.0
minor
Dependencies (2)
|
|
1.0.0
initial
|
1.0.0
initial
Dependencies (2)
|
|
1.0.0-beta2
pre
|
1.0.0-beta2
pre
Dependencies (2)
|
|
1.0.0-beta1
pre
|
1.0.0-beta1
pre
Dependencies (2)
|