Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

Package Usage: nuget: 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.
5 versions
Latest release: about 12 years ago
2 dependent packages
8,565 downloads total

View more package details: https://packages.ecosyste.ms/registries/nuget.org/packages/StaticVoid.Core.Repository

Dependent Repos 2

AinurZaripov/ReactCoreaApiApp
  • 1.2.4 ReactCoreApiApp.BLL/ReactCoreApiApp.BLL.csproj
  • 1.2.4 ReactCoreApiApp.BLL/obj/project.assets.json

Size: 66.7 MB - Last synced: about 1 year ago - Pushed: about 3 years ago

powareverb/TheKitchen
  • 1.2.4 TheKitchen.Services/packages.config
  • 1.2.4 TheKitchen.Storage/packages.config
  • 1.2.4 TheKitchen.Storage.RavenDB/packages.config
  • 1.2.4 TheKitchen.Tests/packages.config
  • 1.2.4 TheKitchen.Web/packages.config

Size: 40.1 MB - Last synced: about 1 year ago - Pushed: about 11 years ago