Biss.Apps.Template.ExchangeTemplate 10.4.1

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

Biss.Apps.Template.ExchangeTemplate

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

What can this NuGet package do?

Biss.Apps.Template.ExchangeTemplate is a dotnet template package that scaffolds a BISS exchange model project for sharing data contracts between client and server applications. This template creates a class library containing DTO (Data Transfer Object) classes, enums, and shared models used for API communication and data exchange. It follows BISS naming conventions with Ex{Entity} prefixes for DTOs, includes serialization attributes for JSON and XML, and provides a clean separation between database entities and API contracts. The project is designed to be referenced by both frontend (BaseApp, MAUI, Blazor) and backend (ConnectivityHost, Database) layers.

What are the core features?

DTO Class Structure - Models folder with Ex{Entity} classes for data transfer objects • Serialization Ready - Pre-configured JSON and XML serialization attributes and converters • Enum Definitions - Shared enumerations for status values, types, and constants • Validation Attributes - Data annotation attributes for model validation on both client and server • Documentation - XML documentation comments for all public types and properties • Null Safety - Nullable reference types enabled with proper null handling patterns • Reusable Contracts - Shared across BaseApp, Database, and ConnectivityHost projects • Extension Methods - Helper methods for model transformation and validation • Template Parameters - Customizable project name, namespace, and model naming conventions

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 (4)

Showing the top 4 NuGet packages that depend on Biss.Apps.Template.ExchangeTemplate:

Package Downloads
Biss.Apps.Template.BaseAppRestfulTemplate

Biss Core SDK

Biss.Apps.Template.ConnectivityHostTemplate

Biss Core SDK

Biss.Apps.Template.BaseAppTemplate

Biss Core SDK

Biss.Apps.Template.DbTemplate

Biss Core SDK

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.4.1 171 2/16/2026

Changelog.md