CodeFactory.NDF.SQL
1.22326.1
dotnet add package CodeFactory.NDF.SQL --version 1.22326.1
NuGet\Install-Package CodeFactory.NDF.SQL -Version 1.22326.1
<PackageReference Include="CodeFactory.NDF.SQL" Version="1.22326.1" />
paket add CodeFactory.NDF.SQL --version 1.22326.1
#r "nuget: CodeFactory.NDF.SQL, 1.22326.1"
// Install CodeFactory.NDF.SQL as a Cake Addin #addin nuget:?package=CodeFactory.NDF.SQL&version=1.22326.1 // Install CodeFactory.NDF.SQL as a Cake Tool #tool nuget:?package=CodeFactory.NDF.SQL&version=1.22326.1
NDF
The Net Delivery Framework provides common delivery framework implementations for the following.
Logging
Provides standard logging support and directly injects the hosting container and the memeber name automatically. Also provides standard enter and exit messaging support.
Managed Exception Pattern Implementation
Provides a common implementation pattern for handling exceptions in the system. This is a standard set of Managed Exceptions. The goal of this standard pattern is the following.
- Raise well known exceptions that do not have any compromising data in the exception.
- Raise exceptions of a common category so the consumer understands the type of exception that has occurred and can handle it.
- Known a exception has been managed and can raise it without handling it.
- Known set of exceptions that can be transformed on technology boundries and raised to other technologies.
Library Based Dependency Injection Management
Be able to use a Leaf to Trunk pattern for adding services to ceneral depedency injection containers. Standardized base class approach that does the following.
- Provides parent to child library registeratin of DI registration with a central container.
- Provides for manual entry registeration in the container registration.
- Provides methods for automation based registration of services.
Product | Versions 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. |
-
.NETStandard 2.1
- CodeFactory.NDF (>= 1.22326.1)
- Microsoft.Data.SqlClient (>= 5.0.1)
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.22326.1 | 1,445 | 11/22/2022 |
Initial release of transformation of SQLExceptions to managed exceptions.