NetToolsKit.Core.EntityFramework 2.0.13

There is a newer version of this package available.
See the version list below for details.
dotnet add package NetToolsKit.Core.EntityFramework --version 2.0.13                
NuGet\Install-Package NetToolsKit.Core.EntityFramework -Version 2.0.13                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NetToolsKit.Core.EntityFramework" Version="2.0.13" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NetToolsKit.Core.EntityFramework --version 2.0.13                
#r "nuget: NetToolsKit.Core.EntityFramework, 2.0.13"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NetToolsKit.Core.EntityFramework as a Cake Addin
#addin nuget:?package=NetToolsKit.Core.EntityFramework&version=2.0.13

// Install NetToolsKit.Core.EntityFramework as a Cake Tool
#tool nuget:?package=NetToolsKit.Core.EntityFramework&version=2.0.13                

O pacote NetToolsKit.Core.EntityFramework é uma biblioteca essencial para desenvolvedores que trabalham com o EntityFramework no ecossistema .NET.
Ele oferece uma base sólida e extensível para operações de banco de dados, abrangendo desde a configuração inicial até abstrações avançadas para facilitar a integração do EntityFramework em projetos de todos os tamanhos.

Principais recursos incluem:
- Abstrações para repositórios e unidades de trabalho (UnitOfWork).
- Configurações padrão para contextos de banco de dados e conexões.
- Utilitários para migrações de banco de dados e gestão de esquemas.
- Suporte integrado para consultas LINQ e operações CRUD.

NetToolsKit.Core.EntityFramework visa acelerar o desenvolvimento de aplicações baseadas em EntityFramework, mantendo um código limpo, modular e altamente eficiente.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.17 102 10/19/2024
2.0.16 124 10/19/2024
2.0.15 88 10/16/2024
2.0.14 106 9/11/2024
2.0.13 99 8/5/2024
2.0.12 87 7/30/2024
2.0.11 93 7/27/2024
2.0.10 93 7/27/2024
2.0.9 87 7/26/2024
2.0.8 86 7/23/2024
2.0.7 97 7/22/2024
2.0.6 91 7/22/2024
2.0.5 145 6/26/2024
2.0.4 116 6/25/2024
2.0.3 96 6/21/2024
2.0.2 101 6/20/2024
2.0.1 115 6/18/2024
2.0.0 102 6/18/2024
1.0.1 106 6/17/2024
1.0.0 90 6/17/2024

Biblioteca com abstrações, utilitários e configurações padrão para facilitar o desenvolvimento de aplicações que utilizam o EntityFramework como ORM (Object-Relational Mapping).