BytLabs.Application 4.1.0

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package BytLabs.Application --version 4.1.0
                    
NuGet\Install-Package BytLabs.Application -Version 4.1.0
                    
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="BytLabs.Application" Version="4.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BytLabs.Application" Version="4.1.0" />
                    
Directory.Packages.props
<PackageReference Include="BytLabs.Application" />
                    
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 BytLabs.Application --version 4.1.0
                    
#r "nuget: BytLabs.Application, 4.1.0"
                    
#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 BytLabs.Application@4.1.0
                    
#: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=BytLabs.Application&version=4.1.0
                    
Install as a Cake Addin
#tool nuget:?package=BytLabs.Application&version=4.1.0
                    
Install as a Cake Tool

BytLabs Backend Packages

Welcome to BytLabs Backend Packages documentation. This collection of .NET libraries helps you build scalable, maintainable, and robust backend applications.

Quick Navigation

Key Features

🏢 Multi-tenancy Support

Built-in support for multi-tenant applications with flexible tenant resolution strategies.

📦 Domain-Driven Design

Tools and patterns for implementing DDD, including aggregates, entities, and domain events.

🗄️ Data Access

MongoDB integration with transaction support and repository pattern implementation.

⚡ CQRS Pattern

Command Query Responsibility Segregation with MediatR integration.

📊 Observability

Integrated logging, metrics, and tracing capabilities using OpenTelemetry.

Getting Started

// Add services to your application
services.AddMultitenancy()
.AddMongoDatabase()
.AddCQS()
.AddObservability();

Package Overview

Package Description
BytLabs.Application CQRS, validation, and application services
BytLabs.Domain Domain model building blocks
BytLabs.DataAccess Data persistence and MongoDB integration
BytLabs.Multitenancy Multi-tenant infrastructure
BytLabs.Observability Monitoring and logging tools

Support

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.  net9.0 was computed.  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.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on BytLabs.Application:

Package Downloads
BytLabs.Api

Fluent ASP.NET Core host builder wiring BytLabs context, tenancy, logging, metrics, tracing and health checks in a compiler-enforced order.

BytLabs.DataAccess

Provider-agnostic unit-of-work, command transactions, and domain-event dispatch for BytLabs repositories.

BytLabs.Api.Graphql

HotChocolate GraphQL server setup with BytLabs conventions: mutation conventions, typed errors, authorization, and dynamic-data filter inputs.

BytLabs.Hotchocolate

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.3.0-alpha.126 0 9/16/2026
5.2.0-alpha.125 108 7/21/2026
5.2.0-alpha.124 86 7/20/2026
5.2.0-alpha.123 91 7/19/2026
5.1.0-alpha.122 93 7/18/2026
5.1.0-alpha.121 79 7/18/2026
5.1.0-alpha.120 87 7/18/2026
5.1.0-alpha.119 81 7/18/2026
4.2.0-alpha.118 86 7/16/2026
4.2.0-alpha.116 84 7/16/2026
4.2.0-alpha.115 81 7/16/2026
4.2.0-alpha.114 84 7/15/2026
4.2.0-alpha.113 98 7/13/2026
4.2.0-alpha.112 89 7/12/2026
4.2.0-alpha.107 192 5/3/2025
4.2.0-alpha.106 106 5/3/2025
4.2.0-alpha.105 276 4/29/2025
4.2.0-alpha.104 209 4/29/2025
4.1.0 284 3/22/2025
4.1.0-alpha.108 192 7/7/2025
Loading failed