RKSoftware.DAL.Core 9.0.1

dotnet add package RKSoftware.DAL.Core --version 9.0.1
                    
NuGet\Install-Package RKSoftware.DAL.Core -Version 9.0.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="RKSoftware.DAL.Core" Version="9.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RKSoftware.DAL.Core" Version="9.0.1" />
                    
Directory.Packages.props
<PackageReference Include="RKSoftware.DAL.Core" />
                    
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 RKSoftware.DAL.Core --version 9.0.1
                    
#r "nuget: RKSoftware.DAL.Core, 9.0.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.
#:package RKSoftware.DAL.Core@9.0.1
                    
#: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=RKSoftware.DAL.Core&version=9.0.1
                    
Install as a Cake Addin
#tool nuget:?package=RKSoftware.DAL.Core&version=9.0.1
                    
Install as a Cake Tool

RKSoftware.DAL.Core

NuGet License

Overview

RKSoftware.DAL.Core is a .NET library that provides core contracts for implementing a Data Access Layer (DAL) in .NET projects. It is designed to be lightweight, flexible, and compatible with .NET 9.0.

This package is part of the RK Software Systems ecosystem and serves as the foundation for building robust and reusable DAL implementations.

Features

  • Core contracts for DAL implementations.
  • Compatible with .NET 9.0.
  • Designed for extensibility and ease of use.
  • Fully documented and adheres to modern .NET coding standards.

Installation

You can install the package via NuGet:

dotnet add package RKSoftware.DAL.Core --version 9.0.1

Or via the NuGet Package Manager in Visual Studio.

Usage

This library contains interfaces that need to be implemented by your DAL classes according to the underlying data source (e.g., SQL Server, MongoDB, etc.). The core interfaces include:

  • IQueryStorage:
    • This service is used to query Readonly storage.
    • Implementation should be thread-safe.
  • IReadonlyStorage - This storage can be used to perform only READ operations
  • IStorage:
    • This service is used as a READ / WRITE Storage abstraction
    • This service implements IReadonlyStorage
  • ITransactionalStorage:
    • This service abstracts storage that supports Transactions.
    • Inherits from IStorage

Documentation

The XML documentation file is generated during the build process and can be found in the bin directory of your project. It provides detailed information about the available classes, interfaces, and methods.

Repository

The source code for this package is available on GitHub:

RKSoftware.DAL GitHub Repository

Feel free to contribute, report issues, or suggest features.

License

This package is licensed under the MIT OR Apache-2.0 license. You may choose either license to use this package. See the LICENSE file for more details.

Tags

  • DAL
  • RKSoftware
  • .NET 9
  • Data Access Layer
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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.
  • net9.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on RKSoftware.DAL.Core:

Package Downloads
RKSoftware.DAL.EntityFramework

This Packages is implementation of RKSoftware.DAL.Core contracts using Entity Framework core

RKSoftware.DAL.InMemory

This package contains RKSoftware.DAL.Core implementation using in memory ICollection based storage

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.0.1 174 4/18/2025
8.0.1 216 4/7/2025
2.0.2 2,537 4/24/2023
2.0.1 245 4/24/2023
1.0.8 974 11/27/2022
1.0.7 422 11/27/2022
1.0.6 1,457 1/2/2022
1.0.5 1,300 3/31/2021
1.0.2 705 2/12/2021
1.0.1 447 2/6/2021
1.0.0 715 2/6/2021