FSRepository provides a quick way of creating a repository in an F# project that uses EntityFramework code first for data access.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 2.0.0 |
Author(s): | Daniel Mohl |
Last Update: | Tuesday, May 24, 2011 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/dmohl/FSRepository |
NuGet Url: | https://www.nuget.org/packages/FSRepository |
Install
Install-Package FSRepository
dotnet add package FSRepository
paket add FSRepository
FSRepository Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 4.1.10331.0 && < 5.0.0.0)
Tags