Found 33 packages
Extends NameValueCollection to include a ToDictionary method
A C# library which gives you basic functions for type conversion and object transformation
This project enhances LINQ to Objects with the following methods: Acquire, Aggregate (some EXPERIMENTAL), AggregateRight, Append, Assert, AssertCount, AtLeast, AtMost, Await (EXPERIMENTAL), AwaitCompletion (EXPERIMENTAL), Backsert, Batch, Cartesian, Choose, CountBetween, CompareCount, CountBy, CountDown, Consume, DistinctBy, Duplicates, EndsWith, EquiZip, Evaluate, Exactly, ExceptBy, Exclude, FallbackIfEmpty, FillBackward, FillForward, Flatten, Fold, ForEach, From, FullGroupJoin, FullJoin, Generate, GenerateByIndex, GroupAdjacent, Index, IndexBy, Insert, Interleave, Lag, Lead, LeftJoin, Maxima, Memoize (EXPERIMENTAL), Merge (EXPERIMENTAL), Minima, Move, OrderBy, OrderedMerge, Pad, PadStart, Pairwise, PartialSort, PartialSortBy, Partition, Permutations, Pipe, Prepend, PreScan, Random, RandomDouble, RandomSubset, Rank, RankBy, Repeat, Return, RightJoin, RunLengthEncode, Scan, ScanBy, ScanRight, Segment, Sequence, Shuffle, SkipLast, SkipLastWhile, SkipUntil, Slice, SortedMerge, Split, StartsWith, Subsets, TagFirstLast, TakeEvery, TakeLast, TakeUntil, ThenBy, ToArrayByIndex, ToDataTable, ToDelimitedString, ToDictionary, ToHashSet, ToLookup, Trace, Transpose, TraverseBreadthFirst, TraverseDepthFirst, TrySingle (EXPERIMENTAL), Unfold, Window, WindowLeft, WindowRight, ZipLongest, ZipShortest
Source code package. An extension for converting the values in either an IConfiguration or an IConfigurationProvider to an IDictionary<string,string>.
String to an actual Object
A formatting implementation for KM.MessageQueue that deserializes the json string to a Dictionary
Forked from Leonid Salavatov's ArrayToExcel
Extensions to Dictionary<TKey, TValue>
A C# library which gives you basic functions for type conversion and object transformation
Takes a dictionary and recursively builds an ExpandoObject.
Source code package. An extension for converting the entries in an IDictionary<string,string> to a nested IDictionary<string,object>.
Source code package. An extension for converting the values in either an IConfiguration or an IConfigurationProvider to a nested IDictionary<string,object>.
Package Description
Implements types and extension methods for transforming and implicitly defining instances of the readonly collection interfaces new to .Net 4.5. (The interfaces are IReadOnlyList<T>, IReadOnlyCollection<T>, and IReadOnlyDictionary<K,V>.) For example, the library implements a Select method that ensures the result of 'from e in list select e * e' supports random access.
Helper utility to convert Newtonsoft JObjects recursively to dictionaries, most especially useful when coupled with PeanutButter.DuckTyping, which can duck onto dictionaries, without having to make PeanutButter.DuckTyping depend unecessarily on Newtonsoft.Json
Forked from Leonid Salavatov's ArrayToExcel and Ugurhan Gul's DictionaryToExcel
A helper for those who need to dynamically generate an html tag safely
Extensions to transform IEnumerable into other generic collection types, including async versions.
Fluent Validation ValidationResults as Dictionary
A simple excel-to-json document converter