A .NET Standard class library with JsonConverters to assist with serializing/deserializing collections, including support for collections serialized as either an array or single value.
FAST N SMALL. Covert an Excel File (.xls and .xlsx) to object oriented IEnumerator based on class that matches the same name as the columns. No need of interop or any other reference. See website for sourcecode!
A wrapper around an existing IEnumerable which immediately pre-fetches the first element of the source.
This means that any up-front initiation code is executed immediately, rather than when later iterated over, but retains the Lazy streaming nature of the Enumerable for all later elements.
SeedPacket 3.0 (BETA) adds a .seed() method onto IEnumerable for the quick seeding of data. Designed to be a part of your LINQ workflow, it quick generates and populates many IEnumerable list types with realistic data. Ex: var mylist = new List<Item>().Seed().
SeedPacket is easy to use, with a...
More information
This package provides additional UI controls for query authoring including a show plan control to visualize
the execution plan similar to Microsoft SQL Server Management Studio as well as a browser control to explore
the scope of a query or expression.
An extension of `IEnumerable` that allows a single item to be concatenated on to an existing enumerable collection.
Microsoft added an `Append` method in the `System.Linq` namespace from .NET Framework 4.7.1.
Use this package to get the same functionality in early versions.