EnTier.DataAccess.Meadow 1.0.13

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

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 188 7/10/2024
1.1.0-b27 166 7/10/2024
1.1.0-b26 189 7/7/2024
1.1.0-b25 172 7/7/2024
1.1.0-b24 185 7/5/2024
1.1.0-b23 183 7/5/2024
1.1.0-b22 179 7/4/2024
1.1.0-b21 178 7/4/2024
1.1.0-b18 314 12/1/2023
1.1.0-b17 203 12/1/2023
1.1.0-b16 231 10/28/2023
1.1.0-b15 208 10/22/2023
1.1.0-b14 199 10/21/2023
1.1.0-b13 217 10/4/2023
1.1.0-b12 207 9/20/2023
1.1.0-b11 198 9/15/2023
1.1.0-b10 216 9/12/2023
1.1.0-b09 244 9/3/2023
1.1.0-b08 300 3/8/2023
1.0.13 669 9/9/2022
Loading failed