Suid.OpenToolbox.DataAccessLayer.Abstractions
6.0.1.4
dotnet add package Suid.OpenToolbox.DataAccessLayer.Abstractions --version 6.0.1.4
NuGet\Install-Package Suid.OpenToolbox.DataAccessLayer.Abstractions -Version 6.0.1.4
<PackageReference Include="Suid.OpenToolbox.DataAccessLayer.Abstractions" Version="6.0.1.4" />
paket add Suid.OpenToolbox.DataAccessLayer.Abstractions --version 6.0.1.4
#r "nuget: Suid.OpenToolbox.DataAccessLayer.Abstractions, 6.0.1.4"
// Install Suid.OpenToolbox.DataAccessLayer.Abstractions as a Cake Addin #addin nuget:?package=Suid.OpenToolbox.DataAccessLayer.Abstractions&version=6.0.1.4 // Install Suid.OpenToolbox.DataAccessLayer.Abstractions as a Cake Tool #tool nuget:?package=Suid.OpenToolbox.DataAccessLayer.Abstractions&version=6.0.1.4
Welcome to Open Toolbox Data Access Layer's documentation
Open Toolbox Data Access Layer is a .Net standard library that make easier and more readeable the use of entity framework. Library provides commands to read, create, update or delete entries in databases. Open Toolbox Data Access Layer is write in .Net 6.X.
Documentation
What Data Access Layer is made for
The Data Access Layer Project allow you to access to database in a lightweight code. This librarr also provide Entity Framework code first type configuration for Data layer open toolbox's objects.
Create an entity
Under development
Read an entity
Under development
Update an entity
Under development
Delete an entity
Under development
Execute SQL
Under development
Use a type configuration
using Suid.OpenToolbox.DataAccessLayer.TypeConfigurations.Generics;
/// <inheritdoc />
public class MyTypeConfiguration : EntityTypeConfiguration<MyEntity>
{
/// <summary>
/// Configures my entity.
/// </summary>
/// <param name="builder">Entity builder.</param>
public new void Configure(EntityTypeBuilder<MyEntity> builder)
{
base.Configure(builder);
// YOUR CODE
}
}
```
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net6.0
- Microsoft.EntityFrameworkCore (>= 6.0.6)
- Suid.OpenToolbox.Data.Abstractions (>= 6.0.1.4)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Suid.OpenToolbox.DataAccessLayer.Abstractions:
Package | Downloads |
---|---|
Suid.OpenToolbox.Business
OpenToolbox is a collection of useful .Net Standard libraries that make developpers life easier and help them to respect good practices in development. These librairies are design to respect the following arts of thinking: - OpenSource Philosophy - Keep code clear by write less - Industrial Development optimisation |
|
Suid.OpenToolbox.DataAccessLayer
OpenToolbox is a collection of useful .Net Standard libraries that make developpers life easier and help them to respect good practices in development. These librairies are design to respect the following arts of thinking: - OpenSource Philosophy - Keep code clear by write less - Industrial Development optimisation |
|
Suid.OpenToolbox
OpenToolbox is a collection of useful .Net Standard libraries that make developpers life easier and help them to respect good practices in development. These librairies are design to respect the following arts of thinking: - OpenSource Philosophy - Keep code clear by write less - Industrial Development optimisation |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
6.0.1.4 | 847 | 8/8/2022 |