EfCoreNexus.Framework
1.0.1
See the version list below for details.
dotnet add package EfCoreNexus.Framework --version 1.0.1
NuGet\Install-Package EfCoreNexus.Framework -Version 1.0.1
<PackageReference Include="EfCoreNexus.Framework" Version="1.0.1" />
paket add EfCoreNexus.Framework --version 1.0.1
#r "nuget: EfCoreNexus.Framework, 1.0.1"
// Install EfCoreNexus.Framework as a Cake Addin #addin nuget:?package=EfCoreNexus.Framework&version=1.0.1 // Install EfCoreNexus.Framework as a Cake Tool #tool nuget:?package=EfCoreNexus.Framework&version=1.0.1
EfCoreNexus
Integrate the entity framework core into your blazor app with ease and less code.
About The Project
Tired of copy & pasting a lots of classes when creating a new table and connecting it to your blazor app? EfCoreNexus helps you integrating the entity framework core into your blazor app. After it had been set up, it is really easy to add new table to your app. Now you only have to add to classes: the entity class and a provider class, which handle the CRUD operations. Simple operations are covered by the base class while you can add the specific ones. Additionally you can add a configuration for each entity.
How to use
Please have a look at the README.md in the Github repository.
License
Distributed under the MIT License. See LICENSE.txt
for more information.
Project link
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Microsoft.EntityFrameworkCore (>= 8.0.2)
- System.Linq.Dynamic.Core (>= 1.3.9)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.