Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes a.k.a closures, implicit delegate creations, etc
The code-assist version that integrates with the Visual Studio 2019 IDE is here,...
More information
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.
Lightweight .NET library which enables mapping POCO objects to Excel rows, with ability to apply C# LINQ expressions. It uses ExcelDataReader for reading Excel files.