.Net
Harlinn.Common.Core.Net
This is primarily a support library for DbXGen.
Still:
- Currency is a fixed point value type stored as a C# long, scaled by 10,000 to give a fixed-point number.
- SqlParameterCollectionExtensions provides extension methods for Microsoft.Data.SqlClient.SqlParameterCollection that could be useful for other applications too.
- DataReaderWrapper is a wrapper for the Microsoft.Data.SqlClient.SqlDataReader class.
- BinaryReaderExtensions provides extension methods for the System.IO.BinaryReader class.
- BinaryWriterExtensions provides extension methods for the System.IO.BinaryWriter class.