Biss.Apps.Template.ConnectivityHostTemplate 10.4.1

dotnet add package Biss.Apps.Template.ConnectivityHostTemplate --version 10.4.1
                    
NuGet\Install-Package Biss.Apps.Template.ConnectivityHostTemplate -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.ConnectivityHostTemplate" 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.ConnectivityHostTemplate" Version="10.4.1" />
                    
Directory.Packages.props
<PackageReference Include="Biss.Apps.Template.ConnectivityHostTemplate" />
                    
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.ConnectivityHostTemplate --version 10.4.1
                    
#r "nuget: Biss.Apps.Template.ConnectivityHostTemplate, 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.ConnectivityHostTemplate@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.ConnectivityHostTemplate&version=10.4.1
                    
Install as a Cake Addin
#tool nuget:?package=Biss.Apps.Template.ConnectivityHostTemplate&version=10.4.1
                    
Install as a Cake Tool

Biss.Apps.Template.ConnectivityHostTemplate

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

What can this NuGet package do?

Biss.Apps.Template.ConnectivityHostTemplate is a dotnet template package that scaffolds a complete BISS ConnectivityHost backend service. This template creates an ASP.NET Core web application configured to serve as the central backend for BISS applications, providing REST API endpoints, authentication services, database connectivity, and SignalR hubs for real-time communication. It includes Program.cs with BISS service registration, Controllers folder for API endpoints, middleware setup for authentication and authorization, and database context configuration. The template is the foundation for building scalable backend services that support both MAUI and Blazor clients.

What are the core features?

ASP.NET Core Backend - Complete web host project with Kestrel server configuration and middleware pipeline • REST API Infrastructure - Controllers folder with base controller implementations and routing setup • Authentication & Authorization - JWT bearer authentication, role-based authorization, and external provider integration ready • Database Integration - Entity Framework Core setup with DbContext scaffolding and migration support • SignalR Hubs - Real-time communication infrastructure for live updates and notifications • Configuration Management - appsettings.json, environment-specific configs, and secrets management • Dependency Injection - Service registration and DI container configured for BISS services • Swagger/OpenAPI - NSwag integration for API documentation and client code generation • Launch Configuration - Batch scripts and launch settings for development and deployment • Template Parameters - Customizable project name, namespace, and database connection strings

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

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
10.4.1 125 2/16/2026

Changelog.md