Nabs 9.0.89

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

Nabs Core Library

WARNING: This library is still in development and is not yet ready for use.

Contains some key classes and interfaces that are used across the Nabs framework.

Interfaces

  • IDto - Used to mark an entity that represent a DTO (Data Transfer Object) in the application.
  • ITenantEntity - Used to mark the entity that represent a tenant in a multi-tenant application.

Guidance for DTOs

Background: The Nabs Framework is predicated on the use of Entity Framework Core as the ORM.

DTOs are types that are exposed outside of the application. Our option is that you should not, as far as possible, expose Entities directly outside of the application.

Enums

  • TenantIsolationStrategy - Represents the strategy used to switch the behaviour multi-tenant application in dealing with application and data isolation.

Classes

  • ValueObject - Base class for value objects.
Product 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. 
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 Nabs:

Package Downloads
Nabs.Resources

Package Description

Nabs.Scenarios

Package Description

Nabs.Tests

Package Description

Nabs.ActivityFramework

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.0.89 174 11/29/2024
8.0.86 171 6/10/2024
8.0.85 164 6/9/2024
8.0.84 163 6/9/2024
8.0.83 143 6/3/2024
8.0.81 148 6/3/2024
8.0.80 180 5/23/2024
8.0.79 183 4/21/2024
8.0.78 183 4/21/2024
8.0.76 179 4/21/2024
8.0.75 187 4/20/2024
8.0.74 187 3/28/2024
8.0.73 188 3/28/2024
8.0.72 191 3/27/2024
8.0.71 197 3/15/2024
8.0.60 209 2/8/2024
8.0.59 185 2/3/2024
8.0.58 182 2/3/2024
8.0.57 184 1/31/2024
8.0.56 170 1/31/2024
8.0.53 176 1/27/2024
8.0.51 171 1/27/2024