VOOZH about

URL: https://www.nuget.org/packages/Nabs/

⇱ NuGet Gallery | Nabs 9.0.89



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
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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 Versions Compatible and additional computed target framework versions.
.NET net9.0 net9.0 is compatible.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows 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.Scenarios

Package Description

Nabs.Resources

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 436 11/29/2024 9.0.89 is deprecated because it is no longer maintained.
8.0.86 396 6/10/2024 8.0.86 is deprecated because it is no longer maintained.
8.0.85 403 6/9/2024 8.0.85 is deprecated because it is no longer maintained.
8.0.84 412 6/9/2024 8.0.84 is deprecated because it is no longer maintained.
8.0.83 370 6/3/2024 8.0.83 is deprecated because it is no longer maintained.
8.0.81 392 6/3/2024 8.0.81 is deprecated because it is no longer maintained.
8.0.80 410 5/23/2024 8.0.80 is deprecated because it is no longer maintained.
8.0.79 424 4/21/2024 8.0.79 is deprecated because it is no longer maintained.
8.0.78 411 4/21/2024 8.0.78 is deprecated because it is no longer maintained.
8.0.76 411 4/21/2024 8.0.76 is deprecated because it is no longer maintained.
8.0.75 417 4/20/2024 8.0.75 is deprecated because it is no longer maintained.
8.0.74 409 3/28/2024 8.0.74 is deprecated because it is no longer maintained.
8.0.73 408 3/28/2024 8.0.73 is deprecated because it is no longer maintained.
8.0.72 425 3/27/2024 8.0.72 is deprecated because it is no longer maintained.
8.0.71 422 3/15/2024 8.0.71 is deprecated because it is no longer maintained.
8.0.60 439 2/8/2024 8.0.60 is deprecated because it is no longer maintained.
8.0.59 419 2/3/2024 8.0.59 is deprecated because it is no longer maintained.
8.0.58 396 2/3/2024 8.0.58 is deprecated because it is no longer maintained.
8.0.57 414 1/31/2024 8.0.57 is deprecated because it is no longer maintained.
8.0.56 394 1/31/2024 8.0.56 is deprecated because it is no longer maintained.
Loading failed