Flowbix.Domain
1.0.4-alpha
dotnet add package Flowbix.Domain --version 1.0.4-alpha
NuGet\Install-Package Flowbix.Domain -Version 1.0.4-alpha
<PackageReference Include="Flowbix.Domain" Version="1.0.4-alpha" />
<PackageVersion Include="Flowbix.Domain" Version="1.0.4-alpha" />
<PackageReference Include="Flowbix.Domain" />
paket add Flowbix.Domain --version 1.0.4-alpha
#r "nuget: Flowbix.Domain, 1.0.4-alpha"
#:package Flowbix.Domain@1.0.4-alpha
#addin nuget:?package=Flowbix.Domain&version=1.0.4-alpha&prerelease
#tool nuget:?package=Flowbix.Domain&version=1.0.4-alpha&prerelease
Flowbix.Domain
Flowbix.Domain is a foundational domain layer for ASP.NET Core applications, designed to encapsulate core business entities, enums, and shared logic in a clean, reusable structure.
It follows Domain-Driven Design (DDD) best practices and is ideal for modular or layered architectures.
Features
Domain Entities & Value Objects
Core business entities and value objects for consistent domain modeling.Paging Commands & Results
Standardized structures for filtering, sorting, and paginating data.Shared Enums & Constants
Reusable enums and constants across applications to ensure consistency.Clean & Obfuscated Build
Optional build-time obfuscation for security and IP protection.Ready for DDD or Clean Architecture Integration
- Filter records efficiently
- Wrap API responses with standardized structures
Installation
Install via NuGet:
dotnet add package Flowbix.Domain
License
MIT License © Flowbix 2025
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
| Product | Versions 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. |
-
net9.0
- AutoMapper (>= 13.0.1)
- EPPlus (>= 7.5.0)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.3.0)
- Newtonsoft.Json (>= 13.0.3)
- X.PagedList (>= 9.1.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Flowbix.Domain:
| Package | Downloads |
|---|---|
|
Flowbix.Infrastructure
Flowbix.Infrastructure is a comprehensive ASP.NET Core foundation library developed by Flowbix. It provides essential infrastructure services, extensions, and utilities to accelerate backend development and ensure consistency across Flowbix-based solutions. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.4-alpha | 132 | 10/23/2025 |
Initial release of Flowbix.Domain.
Includes core domain models, shared structures, enums, and utility classes for building ASP.NET Core applications with clean, maintainable architecture.