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
Mentor Web Blocks adds drag and drop website building functionality for content editors, and excellent code encapsulation for developers.
For Developers
The Web Blocks system has been developed to encapsulate code for each block in a re-usable and loosely coupled way. Blocks can now makes use of...
More information
Mentor Web Blocks adds drag and drop website building functionality for content editors, and excellent code encapsulation for developers.
For Developers
The Web Blocks system has been developed to encapsulate code for each block in a re-usable and loosely coupled way. Blocks can now makes use of...
More information
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.
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.
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
An always sorted observable 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.
Class to read and write INI files.
CodeBits are useful code blocks that can included in your C# projects through NuGet.
See the project site for documentation.
Provides iterators that can traverse through the items in an enum type. Can be used in LINQ expressions.
CodeBits are useful code blocks that can included in your C# projects through NuGet.
See the project site for documentation.