Biss.Db 10.4.1

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

Biss.Db

© 2026 FOTEC Forschungs- und Technologietransfer GmbH | https://www.fotec.at

What can this NuGet package do?

This NuGet package provides the foundation for all database projects. It includes base classes and interfaces designed for Entity Framework Core integration, enabling standardized database model implementation and change tracking across your application.

How do I use it?

For using this library, simply install the NuGet package. It will automatically be installed as a dependency when using Biss.DbCacheConverter.

What are the core features?

  • Base Database Classes - Foundation classes for all database models with change tracking support
  • Entity Framework Core Integration - Built-in support for Entity Framework Core patterns
  • SQL Server Support - Pre-configured support for SQL Server databases
  • CRUD Model - Base implementation supporting Create, Read, Update, Delete operations

Dependencies

Package Version Purpose
Biss.Core Latest Core utilities and base classes
Microsoft.EntityFrameworkCore 10.0.2+ ORM and database abstraction framework
Microsoft.EntityFrameworkCore.SqlServer 10.0.2+ SQL Server provider for Entity Framework Core
Microsoft.EntityFrameworkCore.Tools 10.0.2+ Design-time tools for Entity Framework Core migrations
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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 (3)

Showing the top 3 NuGet packages that depend on Biss.Db:

Package Downloads
Biss.DbCacheConverter

Biss Core SDK

Biss.Apps.Template.DbTemplate

Biss Core SDK

Biss.Apps.Messaging.Service

Biss Core SDK

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.4.1 39 2/12/2026

Changelog.md