Top 20 NuGet Packages

Collection of interfaces and classes used on in bytelab applications
E-mail wrapper
The bytePassion-library is a set of utils and help-classes to simplyfy the development with WPF- and C#-applications
Simple byte reader that provides functions to extract a byte array from a file or a string (e.g. "F1 00 2C FF" to { 0xF1, 0x00, 0x2C, 0xFF }). It can also convert a byte array to a string or write it to a file.
A small library that make authentication and authorization in ASP Core to much easy
Package Description
Common .Net Functions
BYteWare XAF Module
BYteWare XAF Module
Package Description
Adds support for Identity based authentication via IdentityPrincipalProvider for BytexDigital.Blazor.Authentication
Wrapper library for SteamKit2 for (incomplete) easier access to certain APIs.
Package Description
Portable fork of #ziplib, with only Bzip2 compression
Reusable Business Logic Library for writing Accounting applications
bzip2 is a freely available, patent free (see below), high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical compressors), whilst being around twice as fast at compression and six times faster at decompression.
The compression algorithm doesn't generate randomized blocks, which is already a deprecated option and may not be decoded by modern bzip2 libraries. Other popular .net compression libraries do generate randomized blocks.