StaticVoid.Repository 2.4.0

dotnet add package StaticVoid.Repository --version 2.4.0
NuGet\Install-Package StaticVoid.Repository -Version 2.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StaticVoid.Repository" Version="2.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StaticVoid.Repository --version 2.4.0
#r "nuget: StaticVoid.Repository, 2.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install StaticVoid.Repository as a Cake Addin
#addin nuget:?package=StaticVoid.Repository&version=2.4.0

// Install StaticVoid.Repository as a Cake Tool
#tool nuget:?package=StaticVoid.Repository&version=2.4.0

A repository pattern Template.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on StaticVoid.Repository:

Package Downloads
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.

StaticVoid.Repository.AzureStorage

A repository pattern implementation for Azure Storage. I dont have any docs for this yet but the source is avaliable here: https://github.com/lukemcgregor/StaticVoid.Repository, if you would like some more info raise an issue and I will write some up.

StaticVoid.Repository.Csv

A repository pattern implementation for CSVs. I dont have any docs for this yet but the source is avaliable here: https://github.com/lukemcgregor/StaticVoid.Repository, if you would like some more info raise an issue and I will write some up.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.4.0 3,656 7/6/2014
2.3.0 3,000 2/22/2014
2.2.1 1,978 7/20/2013
2.2.0 1,868 5/20/2013
2.1.0 1,743 5/15/2013
2.0.0 1,789 5/7/2013
2.0.0-beta1 1,645 12/2/2012

Readonly repository