Funcular.DataProviders
0.9.6
dotnet add package Funcular.DataProviders --version 0.9.6
NuGet\Install-Package Funcular.DataProviders -Version 0.9.6
<PackageReference Include="Funcular.DataProviders" Version="0.9.6" />
paket add Funcular.DataProviders --version 0.9.6
#r "nuget: Funcular.DataProviders, 0.9.6"
// Install Funcular.DataProviders as a Cake Addin #addin nuget:?package=Funcular.DataProviders&version=0.9.6 // Install Funcular.DataProviders as a Cake Tool #tool nuget:?package=Funcular.DataProviders&version=0.9.6
•Provides easy bulk insert, delete and update methods without round trips to the database (New in 0.8.5)
•Automatically scans assemblies in your AppDomain for configurable entities
•No EDMXs
•Sets up a SQL Server context with no configuration but a connection string
•Does not require you to manually add entity types to your DbSet
•By default, picks up any classes derived from EntityTypeConfiguration
•One line of code—a predicate—specifies which Types from your assembly are entities
Currently supports SQL Server; eventually will handle MongoDB and other underlying stores.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
.NETFramework 4.0
- EFUtilities (>= 1.0.1)
- EntityFramework (>= 6.0.0)
- Funcular.IdGenerators (>= 2.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Current release 0.9.6.0
Release notes:
0.9.6.0—Fixed multiple contexts referencing entity bug
0.9.5.0—Added concurrent entity provider, IUnitOfWork pattern
Initial NuGet release @ v 0.0.8