Sorrell.Base.Repositories 1.0.1-alpha

This is a prerelease version of Sorrell.Base.Repositories.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Sorrell.Base.Repositories --version 1.0.1-alpha
NuGet\Install-Package Sorrell.Base.Repositories -Version 1.0.1-alpha
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="Sorrell.Base.Repositories" Version="1.0.1-alpha">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sorrell.Base.Repositories --version 1.0.1-alpha
#r "nuget: Sorrell.Base.Repositories, 1.0.1-alpha"
#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 Sorrell.Base.Repositories as a Cake Addin
#addin nuget:?package=Sorrell.Base.Repositories&version=1.0.1-alpha&prerelease

// Install Sorrell.Base.Repositories as a Cake Tool
#tool nuget:?package=Sorrell.Base.Repositories&version=1.0.1-alpha&prerelease

An implementation of the Repository and Unit of Work patterns for Entity Framework 6.1 based on the principles laid out by Moshfegh (Mosh) Hamedani.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Sorrell.Base.Repositories:

Package Downloads
Sorrell.Base.Repositories.Mock

A mock implementation of the Repository pattern.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 1,224 5/27/2018
1.0.1-alpha 897 3/9/2016
1.0.0 1,312 2/13/2016

Added IEFUnitOfWork and EFUnitOfWork implementations.