Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 9.4% on nuget.org
Top 6.8% dependent packages on nuget.org
Top 5.1% dependent repos on nuget.org

nuget.org : staticvoid.core.repository

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.

Registry - Homepage - JSON
purl: pkg:nuget/staticvoid.core.repository
Keywords: Repository, EntityFramwork
License:
Latest release: about 12 years ago
First release: over 12 years ago
Dependent packages: 2
Dependent repositories: 2
Downloads: 11,222 total
Last synced: 17 days ago

    Loading...
    Readme
    Loading...