XCore.Common.Data.Entity 1.0.2

dotnet add package XCore.Common.Data.Entity --version 1.0.2
                    
NuGet\Install-Package XCore.Common.Data.Entity -Version 1.0.2
                    
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="XCore.Common.Data.Entity" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="XCore.Common.Data.Entity" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="XCore.Common.Data.Entity" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add XCore.Common.Data.Entity --version 1.0.2
                    
#r "nuget: XCore.Common.Data.Entity, 1.0.2"
                    
#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.
#:package XCore.Common.Data.Entity@1.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=XCore.Common.Data.Entity&version=1.0.2
                    
Install as a Cake Addin
#tool nuget:?package=XCore.Common.Data.Entity&version=1.0.2
                    
Install as a Cake Tool

The NuGet package “XCore.Common.Data.Entity” is a comprehensive set of interfaces designed to manage entities in a database using code. This package provides a clear and consistent abstraction for data manipulation, making database operations more efficient and manageable.

     Here are some highlights of this package:

     Comprehensive Interfaces: The package provides all the necessary interfaces for managing entities in a database. This includes operations such as inserting, updating, deleting, and searching for entities.

     Data Abstraction: The interfaces provide a level of abstraction between the application code and the database. This makes the code easier to write, test, and maintain.

     Compatibility: The package is designed to be compatible with a variety of databases. This means it can be used in a wide range of applications, regardless of the database used.

     Efficiency: By using the interfaces provided by this package, developers can write more efficient and performant code. This can lead to an improvement in application performance.

     Ease of Use: The package has been designed with usability in mind. The interfaces are intuitive and easy to use, making application development simpler and faster.

     In summary, “XCore.Common.Data.Entity” is a powerful tool for any developer working with databases. It provides a robust and flexible set of interfaces that can make database entity management a breeze

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

NuGet packages (2)

Showing the top 2 NuGet packages that depend on XCore.Common.Data.Entity:

Package Downloads
XCore.Common.Data

This NuGet package, named 'XCore.Common.Data', serves as a robust and efficient bridge between your application and the underlying database. Leveraging the power of Entity Framework Core, it abstracts the complexities of database operations into simple, easy-to-use methods.

XCore.Common.Data.Repository

The XCore.Common.Data.Repository NuGet package is a useful tool for managing the repository pattern in Entity Framework Core. This package provides features to simplify data access and management of Create, Read, Update, Delete (CRUD) operations within a .NET application that uses Entity Framework Core.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.2 523 2/12/2024
1.0.1 470 2/8/2024
1.0.0 437 2/4/2024