ABOUT THIS SDK LIBRARY
This SDK Library is compiled using C#.NET Standard 2.0 to allow compatibility between .NET Core and .NET Framework
This library contains multiple namespaces that can be useful for encryption/decryption, MySQL, SQL command building, XML & RDLC manipulation, and others.
NAMESPACES & DESCRIPTIONS
- JunX.NetStandard.EncryptionService - Contains classes and methods for symmetric AES encryption or decryption using a specified key.
- JunX.NetStandard.MySQL - Contains classes, methods & extension methods, structs, and enums necessary for easier MySQL Database manipulation using the MySql.Data.MySqlClient library. This namespace also includes a class that will generate C# Enum files of tables in a specified database. Each Enum file will contain the table name and an enumeration of its columns.
- JunX.NetStandard.OLEDB - Almost similar in contents and function as that of the NetStandard.MySQL namespace but tailored for OLEDB Database manipulation.
- JunX.NetStandard.SQLBuilder - Contains classes, methods, structs, and enums necessary for fluently building SQL commands. Generic classes within this namespace is recommended to be used in conjunction with the JunX.NetStandard.MySQL namespace's automatic enum generation feature.
- JunX.NetStandard.Utility - Contains various classes that allows Enum manipulation, Logging, Struct manipulation, and others.
- JunX.NetStandard.XML - Contains classes, and methods for reading and manipulating XML files and RDLC files.
FROM THE DEVELOPER
This library is a work-in-progress. Contents will be added and refined.
As I am a small-time developer, if you are going to use this library, please credit me. I would highly appreciate it.
If you have any comments or suggestions, please feel free to reach me out via my Facebook.
Thank you! :)
