Solution Libraries
Solution libraries solve common problems and can be used as point solutions in your coding projects. This is probably why you came here first!
Libraries
- dotNetBlocks.System - Extends functionality in the System namespace.
-
- dotNetBlocks.System.IO - easily stream large content with minimum resources.
- dotNetBlocks.System.Threading - solves cancellation token problems
- DotNetBlocks.Extensions - adds Lazy
functionality to Microsoft DI system. - DotNetBlocks.System.Collectionns - Generic enumeration extensions to deal with null values in collections or to ensure a collection has at least one item.
- dotNetBlocks.System.Linq - Wildcard search extensions for optimal wildcard searching