Library of .NET functions, extensions and components including asynchronous processing queues, configuration APIs, diagnostics, error handling, console functions, adapter framework, active directory and local account functions, checksum algorithms, unit conversion, binary parsing, cron-style task...
More information
SharpBITS.NET is a .NET wrapper of the BITS API and a little Windows UI application for easier access to BITS up- and downloads.
It's developed in C# (obviously), but the base wrapper can be used from any .NET application.
A random password generator.
CodeBits are useful code blocks that can included in your C# projects through NuGet.
Project repository: https://github.com/JeevanJames/CodeBits
Documentation: https://github.com/JeevanJames/CodeBits/wiki/PasswordGenerator
Source code:...
More information
Complete .NET coverage of Windows BITS (Background Intelligent Transfer Service) functionality. Provides access to all library functions through Windows 11 and gracefully fails when new features are not available on older OS versions.
Executes Windows service code as either a Console application or an actual Windows service, depending on the project output type of the project.
CodeBits are useful code blocks that can included in your C# projects through NuGet.
Project repository:...
More information
An always sorted collection. Has options to allow/disallow duplicate items as well as to sort in reverse order.
CodeBits are useful code blocks that can included in your C# projects through NuGet.
See the project site for documentation.
Builds a friendly representation of a specified byte size value, after converting it to the best matching unit (bytes, KB, MB, GB, etc.). Has various options to control the format of the outputted string.
CodeBits are useful code blocks that can included in your C# projects through NuGet. Each code...
More information
Class that can compute and verify salted hashes.
CodeBits are useful code blocks that can included in your C# projects through NuGet.
See the project site for documentation.