Project Description
EntityFramework.Patterns provides ready to use patterns that will leverage your development with Entity Framework 4.
Quickstart
EntityFramework.Patterns is available on
NuGet. After installing
NuGet Package Manager extension for VS.NET 2010, you can reference EntityFramework.Patterns in your project in VS.NET 2010 by either
- using Add Library Package Reference menu (right click References > Add Library Package Reference) or
- Package Manager Console (Tools > Library Package Manager > Package Manager Console).
If you use the latter approach, type this to the command-line:
Install-Package EntityFramework.Patterns
Available patterns
First steps
Check out the documentation and follow this
tutorial.