Ecosyste.ms: Packages

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

Top 7.0% dependent repos on nuget.org

nuget.org : 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.

Registry - Homepage - JSON
purl: pkg:nuget/staticvoid.repository.entityframework
Keywords: Repository, EntityFramework
License:
Latest release: about 10 years ago
First release: over 11 years ago
Dependent repositories: 1
Downloads: 12,766 total
Last synced: 9 days ago

    Loading...
    Readme
    Loading...