Intelsoft.Platform.Infrastructure.Data.EntityFrameworkCore 1.0.0-beta-1

This is a prerelease version of Intelsoft.Platform.Infrastructure.Data.EntityFrameworkCore.
dotnet add package Intelsoft.Platform.Infrastructure.Data.EntityFrameworkCore --version 1.0.0-beta-1
NuGet\Install-Package Intelsoft.Platform.Infrastructure.Data.EntityFrameworkCore -Version 1.0.0-beta-1
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="Intelsoft.Platform.Infrastructure.Data.EntityFrameworkCore" Version="1.0.0-beta-1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Intelsoft.Platform.Infrastructure.Data.EntityFrameworkCore --version 1.0.0-beta-1
#r "nuget: Intelsoft.Platform.Infrastructure.Data.EntityFrameworkCore, 1.0.0-beta-1"
#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 Intelsoft.Platform.Infrastructure.Data.EntityFrameworkCore as a Cake Addin
#addin nuget:?package=Intelsoft.Platform.Infrastructure.Data.EntityFrameworkCore&version=1.0.0-beta-1&prerelease

// Install Intelsoft.Platform.Infrastructure.Data.EntityFrameworkCore as a Cake Tool
#tool nuget:?package=Intelsoft.Platform.Infrastructure.Data.EntityFrameworkCore&version=1.0.0-beta-1&prerelease

Intelsoft.Platform.Infrastructure.Data.EntityFrameworkCore

This project provides the Entity Framework Core implementation for data access and persistence within the Intelsoft Platform infrastructure.

Overview

The Intelsoft.Platform.Infrastructure.Data.EntityFrameworkCore project implements data access logic using Entity Framework Core. It includes repositories, unit of work patterns, and other infrastructure components to facilitate interaction with the underlying database.

Features

  • DbContext: Contains the main database context class for Entity Framework Core.
  • Repositories: Generic repositories for accessing and manipulating entities in the database.
  • Unit of Work: Implementation of the unit of work pattern to manage transactions across multiple repositories.

Installation

You can install this package via NuGet. Run the following command in the Package Manager Console:

PM> Install-Package Intelsoft.Platform.Infrastructure.Data.EntityFrameworkCore

Usage

  1. Register Services: Ensure to register the required services in your application's DI container.
  2. Inject Dependencies: Inject the DbContext, repositories, or unit of work wherever necessary in your application.
  3. Use Repositories: Utilize the repositories to perform CRUD operations on your entities.
  4. Manage Transactions: Use the unit of work pattern to manage transactions across multiple repository operations.

Dependencies

  • .NET 6.0
  • Entity Framework Core 6.0

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

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
1.0.0-beta-1 57 4/14/2024