DevHorizons.DAL
1.0.0.1-alpha
dotnet add package DevHorizons.DAL --version 1.0.0.1-alpha
NuGet\Install-Package DevHorizons.DAL -Version 1.0.0.1-alpha
<PackageReference Include="DevHorizons.DAL" Version="1.0.0.1-alpha" />
paket add DevHorizons.DAL --version 1.0.0.1-alpha
#r "nuget: DevHorizons.DAL, 1.0.0.1-alpha"
// Install DevHorizons.DAL as a Cake Addin #addin nuget:?package=DevHorizons.DAL&version=1.0.0.1-alpha&prerelease // Install DevHorizons.DAL as a Cake Tool #tool nuget:?package=DevHorizons.DAL&version=1.0.0.1-alpha&prerelease
Draft
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.1 is compatible. |
.NET Framework | net472 is compatible. net48 is compatible. net481 was computed. |
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. |
-
.NETCoreApp 3.1
- Microsoft.AspNetCore.Cryptography.KeyDerivation (>= 6.0.4)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.1)
- Newtonsoft.Json (>= 13.0.1)
- System.Data.Common (>= 4.3.0)
- System.Runtime (>= 4.3.1)
-
.NETFramework 4.7.2
- Microsoft.AspNetCore.Cryptography.KeyDerivation (>= 6.0.4)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.1)
- Newtonsoft.Json (>= 13.0.1)
- System.Data.Common (>= 4.3.0)
- System.Runtime (>= 4.3.1)
-
.NETFramework 4.8
- Microsoft.AspNetCore.Cryptography.KeyDerivation (>= 6.0.4)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.1)
- Newtonsoft.Json (>= 13.0.1)
- System.Data.Common (>= 4.3.0)
- System.Runtime (>= 4.3.1)
-
.NETStandard 2.1
- Microsoft.AspNetCore.Cryptography.KeyDerivation (>= 6.0.4)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.1)
- Newtonsoft.Json (>= 13.0.1)
- System.Data.Common (>= 4.3.0)
- System.Runtime (>= 4.3.1)
-
net5.0
- Microsoft.AspNetCore.Cryptography.KeyDerivation (>= 6.0.4)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.1)
- Newtonsoft.Json (>= 13.0.1)
- System.Data.Common (>= 4.3.0)
- System.Runtime (>= 4.3.1)
-
net6.0
- Microsoft.AspNetCore.Cryptography.KeyDerivation (>= 6.0.4)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.1)
- Newtonsoft.Json (>= 13.0.1)
- System.Data.Common (>= 4.3.0)
- System.Runtime (>= 4.3.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DevHorizons.DAL:
Package | Downloads |
---|---|
DevHorizons.DAL.Sql
Simi ORM (Object Relational Mapping) Library – All the inputs and outputs can be strong typed objects. No need for additional data transformation/auto mapper libraries/operation. Two levels of caching to cache most of the applicable reflection generated objects using the DI Singleton lifecycle. Plus, full control and monitor on the memory cache size. Full support for all the SQL data types either through parameters or the returned data. Full integration with the Stored Procedures with the support of the return parameters (OOTB), output parameters, and structured/table parameters. Full support for the transaction operations (TCL) with the desired isolation level specified (optional). Supports data hashing and data symmetric encryption/decryption on the client side for the inbound/outbound data automatically (OOTB) without any extra code. Ultimate errors and exceptions handling and logging OOTB. Ultimate control over the library through detailed settings to control the cache, the encryption/hash algorithms/hashes, the logging, the error/exception advanced details and more. The “DevHorizons.DAL.Sql” is the only valid/testes/stable implementation of “DevHorizons.DAL” so far which leverage all the power of the SQL Server and supports all the data types until SQL Server 2019. This is the library/package would need to add to your .NET Standard/core project either Desktop Application, Class Library, Web Application or WebAPI. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0.1-alpha | 178 | 4/18/2022 |