ABT 6.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package ABT --version 6.0.1                
NuGet\Install-Package ABT -Version 6.0.1                
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="ABT" Version="6.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ABT --version 6.0.1                
#r "nuget: ABT, 6.0.1"                
#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.
// 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

preview version

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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.

Version Downloads Last updated
8.0.1.2 121 6/13/2024
6.0.1 540 9/8/2022
5.0.1 579 9/12/2022

This package version supports only .NET6