BpcFramework.Data
0.8.0.3
dotnet add package BpcFramework.Data --version 0.8.0.3
NuGet\Install-Package BpcFramework.Data -Version 0.8.0.3
<PackageReference Include="BpcFramework.Data" Version="0.8.0.3" />
<PackageVersion Include="BpcFramework.Data" Version="0.8.0.3" />
<PackageReference Include="BpcFramework.Data" />
paket add BpcFramework.Data --version 0.8.0.3
#r "nuget: BpcFramework.Data, 0.8.0.3"
#:package BpcFramework.Data@0.8.0.3
#addin nuget:?package=BpcFramework.Data&version=0.8.0.3
#tool nuget:?package=BpcFramework.Data&version=0.8.0.3
The Bpc.Data project contains a set of classes and functions for reading from and writing to a database or other data store. It helps separate data-access logic from your business objects. BpcCommerce uses the Entity Framework (EF) Code-First approach. It allows you to define entities in the source code (all core entities are defined into Bpc.Core project), and then get EF to generate the database from that. That's why it's called Code-First. You can then query your objects using LINQ, which gets translated to SQL behind the scenes and executed against the database. BpcCommerces use a fluent code API to fully customize the persistence mapping.
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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Asp.Versioning.Mvc.ApiExplorer (>= 8.1.0)
- BpcFramework.Core (>= 0.8.0.3)
- FluentMigrator.Runner.Core (>= 5.2.0)
- FluentValidation.AspNetCore (>= 11.3.0)
- Microsoft.EntityFrameworkCore (>= 8.0.4)
- Microsoft.EntityFrameworkCore.Proxies (>= 8.0.4)
- Microsoft.EntityFrameworkCore.Relational (>= 8.0.4)
- Microsoft.EntityFrameworkCore.SqlServer (>= 8.0.4)
- Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite (>= 8.0.4)
- MongoDB.Driver (>= 2.25.0)
- RestSharp (>= 110.2.0)
- SixLabors.ImageSharp (>= 3.1.4)
- System.Linq.Dynamic.Core (>= 1.3.12)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.