SujaySarma.Data.WindowsRegistry
9.1.0
dotnet add package SujaySarma.Data.WindowsRegistry --version 9.1.0
NuGet\Install-Package SujaySarma.Data.WindowsRegistry -Version 9.1.0
<PackageReference Include="SujaySarma.Data.WindowsRegistry" Version="9.1.0" />
paket add SujaySarma.Data.WindowsRegistry --version 9.1.0
#r "nuget: SujaySarma.Data.WindowsRegistry, 9.1.0"
// Install SujaySarma.Data.WindowsRegistry as a Cake Addin #addin nuget:?package=SujaySarma.Data.WindowsRegistry&version=9.1.0 // Install SujaySarma.Data.WindowsRegistry as a Cake Tool #tool nuget:?package=SujaySarma.Data.WindowsRegistry&version=9.1.0
Sujay Sarma's Windows Registry SDK
Library | Current version |
---|---|
SujaySarma.Data.WindowsRegistry | Version 9.1.0 |
NuGet Package
https://www.nuget.org/packages/SujaySarma.Data.WindowsRegistry
Source code
https://github.com/sujayvsarma/SujaySarma.Data/tree/master/SujaySarma.Data.WindowsRegistry
Changelog
Version | Changes |
---|---|
9.1.0 | Dependency packages updated |
9.0.0 | Initial version. |
See Change log for more details.
About this library
This library simplifies storage and retrieval of inforamtion from the Windows Registry in a manner consistent with all SujaySarma.Data.* ORM libraries. We treat the Win32 Registry as a "data source" and perform Select, Insert, Update, Delete operations against it.
This library provides attributes that you can decorate on your classes, structures and records and let the ORM handle all the details for you!
Dependencies
- None
Dependability and Trustworthiness
- The codebase is mostly the same as used in the 'Azure Tables Client SDK' (see link above).
- Given that the Azure Tables Client SDK is heavily performance optimized, all the same learnings have been directly applied here.
- Source code is available for your perusal on the GitHub page linked.
Usage
For usage instructions, please refer to this document Happy coding!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-windows7.0 is compatible. net7.0-windows was computed. net7.0-windows7.0 is compatible. net8.0-windows was computed. net8.0-windows7.0 is compatible. |
-
net6.0-windows7.0
- SujaySarma.Data.Core (>= 9.1.0)
-
net7.0-windows7.0
- SujaySarma.Data.Core (>= 9.1.0)
-
net8.0-windows7.0
- SujaySarma.Data.Core (>= 9.1.0)
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 |
---|---|---|
9.1.0 | 103 | 6/26/2024 |
v9.1.0 - Initial release