News

dotNetExt is a Extension Method Library for the .NET Framework that extends the BCL Types with helper methods that make simple tasks simpler. So far there are extensions for the Object, IEnumerable<> ...
The .NET base class library packages classes and types that are helpful in performing everyday tasks like dealing with strings and primitives, creating database connections, performing I/O ...
As a result, if you build an application with the .NET Framework, and you want to manipulate .ZIP files, you will need an external library to do so. This class library provides the handling for Zip ...
To help explain what .NET Standard 2.0 is, Strahl compares it to the core .NET Base Class Library (BCL) in its aim to provide core operating system, runtime and language services.