EnTier.DataAccess.Meadow 1.0.11

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

// Install EnTier.DataAccess.Meadow as a Cake Tool
#tool nuget:?package=EnTier.DataAccess.Meadow&version=1.0.11                

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. 
.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

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
1.1.0-b28 89 7/10/2024
1.1.0-b27 73 7/10/2024
1.1.0-b26 100 7/7/2024
1.1.0-b25 82 7/7/2024
1.1.0-b24 97 7/5/2024
1.1.0-b23 95 7/5/2024
1.1.0-b22 93 7/4/2024
1.1.0-b21 91 7/4/2024
1.1.0-b18 228 12/1/2023
1.1.0-b17 122 12/1/2023
1.1.0-b16 147 10/28/2023
1.1.0-b15 126 10/22/2023
1.1.0-b14 109 10/21/2023
1.1.0-b13 129 10/4/2023
1.1.0-b12 115 9/20/2023
1.1.0-b11 113 9/15/2023
1.1.0-b10 130 9/12/2023
1.1.0-b09 144 9/3/2023
1.1.0-b08 170 3/8/2023
1.1.0-b07 171 3/7/2023
1.1.0-b04 213 2/27/2023
1.1.0-b03 177 2/27/2023
1.1.0-b02 169 1/17/2023
1.1.0-b01 187 12/5/2022
1.0.13 494 9/9/2022
1.0.12 440 9/6/2022
1.0.11 416 9/4/2022
1.0.10 418 9/4/2022
1.0.9 407 8/31/2022
1.0.8 416 8/28/2022
1.0.7 438 8/21/2022
1.0.6 427 8/17/2022
1.0.5 413 8/17/2022
1.0.4 418 8/16/2022
1.0.3 426 8/16/2022
1.0.2 410 8/15/2022
1.0.1 453 8/9/2022
1.0.0 433 6/29/2022