Top 20 NuGet bits Packages

PInvoke API (interfaces, structures and constants) imported for Windows BITS (Background Intelligent Transfer Service).
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 sc...
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.
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.
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.
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: https://github.com/JeevanJames/Co...
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 simple library for easily handling bytes and bits
Fast serialize into compressed bits.
A .NET binary serializer/deserializer library. With bit-level precision provides an easy way to serialize your class objects or primitive types to array of bytes and reverse. It supports complex types/nested classes and it is really easy to adapt your existing code to use this library.
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.
Helper class to simplify usage of the Windows Phone application bar
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: https://github.com/JeevanJames/CodeBits Documen...
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.
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.
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...
Custom collection that moves the most recently-used items to the top. CodeBits are useful code blocks that can included in your C# projects through NuGet. See the project site for documentation.
PCL wrapper for the Stream class that allows bit-level reads and writes, for all your sub-byte encoding needs. Just new up a BitStream instance with the underlaying stream passed to it and off you go.
An alternative to the .NET BinaryReader and BinaryWriter objects that allows you to read and write individual bits of data.