ABT 6.0.1
See the version list below for details.
dotnet add package ABT --version 6.0.1
NuGet\Install-Package ABT -Version 6.0.1
<PackageReference Include="ABT" Version="6.0.1" />
paket add ABT --version 6.0.1
#r "nuget: ABT, 6.0.1"
// Install ABT as a Cake Addin #addin nuget:?package=ABT&version=6.0.1 // Install ABT as a Cake Tool #tool nuget:?package=ABT&version=6.0.1
ABT Package - Build your backend much faster
Installation
You can get ABT Nuget package by typing:
dotnet add package ABT --version 6.0.1
About
this package will help you quickly build the foundation of your application. It is enough to take an object and use the generic method - Create<>, which accepts at least two types: The first → type (entity) to save in the database. The second is DTO
Sample:
var builder = new ArchitectureBuilder(ArchitectureBuilder.EfContext.Npgsql, "connection string");
builder.Create<Book, BookForCreationDto>();
builder.Create<User, UserForCreationDto, UserViewModel>();
// and so on...
If you have any suggestions, comments or questions, please feel free to contact me on:
GitHub: @asadullokhn
LinkedIn: @asadullokhn
Telegram: @asadullokhn
E-Mail: asadullokhnurullaev@gmail.com
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net6.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
This package version supports only .NET6