RENHelpers.DataAccessHelpers 1.0.1

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

Welcome to REN (Regular Everyday Normal) Helper

REN (Regular Everyday Normal) is a software library that streamlines and standardizes common development tasks, such as creating a Repository layer and implementing essential utility functions. It enables developers to adhere to best practices, save time, and focus on solving problems efficiently.

REN Data Access Helper allows developers to use customizable and expandable pre-defined data access classes to improve their agility of software development

Documentation

Documentation

Author

Fethi Tekyaygil

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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. 
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
2.1.2 84 6/21/2025 2.1.2 is deprecated because it is no longer maintained.
2.1.1 64 6/21/2025
2.1.0 229 4/17/2025
2.0.9 179 4/3/2025
2.0.8 135 12/7/2024
2.0.7 126 12/7/2024
2.0.6 120 12/7/2024
2.0.5 130 12/7/2024
2.0.4 118 12/7/2024
2.0.3 126 12/7/2024
2.0.2 148 3/29/2024
2.0.1 141 3/29/2024
2.0.0 153 3/29/2024
1.0.55 167 1/21/2024
1.0.54 143 1/20/2024
1.0.53 118 1/20/2024
1.0.52 247 11/15/2023
1.0.51 174 10/27/2023
1.0.41 157 10/23/2023
1.0.5 143 10/27/2023
1.0.4 149 10/23/2023
1.0.3 152 10/23/2023
1.0.2 158 10/23/2023
1.0.1 164 10/22/2023
1.0.0 172 10/22/2023

- added database accessors: RENUnitOfWork and RENRepository