EnTier 2.5.11

There is a newer version of this package available.
See the version list below for details.
dotnet add package EnTier --version 2.5.11
                    
NuGet\Install-Package EnTier -Version 2.5.11
                    
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="EnTier" Version="2.5.11" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EnTier" Version="2.5.11" />
                    
Directory.Packages.props
<PackageReference Include="EnTier" />
                    
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 EnTier --version 2.5.11
                    
#r "nuget: EnTier, 2.5.11"
                    
#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 EnTier@2.5.11
                    
#: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=EnTier&version=2.5.11
                    
Install as a Cake Addin
#tool nuget:?package=EnTier&version=2.5.11
                    
Install as a Cake Tool

Easy NTier (EnTier) Library v2.0.0

Changes From v1.0.x

There were epic major changes from version 1 to 2. I will try to provide guides to switch to 2.0 as soon as i can.

About

This library gives you a pre-implementation of an N-Tier crud application. So you focus on writing other functionalities of your code. By Inheriting CrudControllerBase you basically have a Controller using a service using UnitOfWork pattern to get a repository to perform restful crud operations and all are plugged together and working.

  • You can create a CrudController then add other endpoints to it if necessary.
  • You can inject any service you need into your Controller
  • You can Create your service from scratch, also you can extend CrudService which already has crud operations implemented, then add additional functionalities you need to it.
  • Since best practice for Uni-of-work pattern implies to have One UnitOfWork per application, if you want to implement your own UnitOfWork class, you can implement IUnitOfWork interface or to have crud operations already implemented, you can extend or wrap UnitOfWork class shipped with the package to do so.
  • For Repositories, it's the same as Services; you can write them from scratch, implement ICrudRepository or extend (or wrap) CrudRepository.

More Details

Since NuGet can not display md files larger than 8000 bytes, Refer to EiTier's GitHub page for more details, examples and descriptions.

  Thanks and regards.
  Mani
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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.  net9.0 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on EnTier:

Package Downloads
EnTier.DataAccess.Meadow

This package adds extensions to use Meadow with EnTier

EnTier.DataAccess.EntityFramework

This package adds extensions to use Entity Framework with EnTier

EnTier.DependencyInjection.CastleWindsor

This package adds extensions to use Castle Windsor with EnTier

EnTier.DependencyInjection.Unity

This package adds extensions to use Castle Windsor with EnTier

EnTier.AutoMapper

This package adds extensions to use Automapper with EnTier

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.7.0-b49 260 7/10/2024
2.7.0-b48 231 7/7/2024
2.7.0-b47 234 7/5/2024
2.7.0-b46 233 7/4/2024
2.7.0-b44 390 12/1/2023
2.7.0-b43 272 10/22/2023
2.7.0-b42 213 10/21/2023
2.7.0-b41 229 10/4/2023
2.7.0-b40 223 9/20/2023
2.7.0-b39 160 9/20/2023
2.7.0-b38 193 9/15/2023
2.7.0-b37 139 9/14/2023
2.7.0-b36 139 9/14/2023
2.7.0-b35 139 9/14/2023
2.7.0-b33 133 9/14/2023
2.7.0-b32 164 9/13/2023
2.7.0-b31 219 9/12/2023
2.7.0-b30 260 9/3/2023
2.7.0-b28 202 3/13/2023
2.7.0-b27 186 3/11/2023
2.7.0-b26 314 3/8/2023
2.7.0-b25 330 3/7/2023
2.7.0-b11 499 2/27/2023
2.7.0-b07 316 2/27/2023
2.7.0-b05 282 1/17/2023
2.7.0-b04 565 1/11/2023
2.7.0-b03 472 12/21/2022
2.7.0-b02 224 12/17/2022
2.7.0-b01 1,045 12/5/2022
2.6.2 702 9/14/2022
2.6.1 623 9/13/2022
2.6.0 1,109 9/13/2022
2.5.12 833 9/9/2022
2.5.11 503 9/6/2022
2.5.10 1,076 9/6/2022
2.5.9 1,047 9/4/2022
2.5.8 747 8/31/2022
2.5.7 807 8/28/2022
2.5.6 535 8/21/2022
2.5.5 501 8/21/2022
2.5.4 800 8/21/2022
2.5.3 798 8/17/2022
2.5.2 809 8/17/2022
2.5.1 1,329 8/16/2022
2.5.0 1,012 8/15/2022
2.4.4 823 7/31/2022
2.4.3 537 6/29/2022
2.4.2 847 6/27/2022
2.4.1 559 6/27/2022
2.4.0 537 6/12/2022
2.3.2 647 5/14/2022
2.3.1 516 5/14/2022
2.3.0 803 5/11/2022
2.2.2 813 5/10/2022
2.2.1 1,038 5/9/2022
2.2.0 524 4/30/2022
2.1.0 817 3/10/2022
2.0.3 1,156 12/3/2021
2.0.2 446 11/22/2021
2.0.1 530 11/22/2021
2.0.0 1,319 5/25/2021
1.0.2 482 2/8/2021
1.0.1 791 3/30/2020
1.0.0 661 3/30/2020