kiripol
-
- 23,667 total downloads
- last updated 6/7/2019
- Latest version: 2.2.0
WebApi implementation of the health check endpoints for reporting the health of app infrastructure components. -
- 7,137 total downloads
- last updated 2/23/2020
- Latest version: 1.3.0
Trie (a.k.a. prefix tree) is an ordered tree data structure that is used to store an associative array where the keys are usually strings. All the descendants of a node have a common prefix of the string... More information -
- 842 total downloads
- last updated 7/23/2018
- Latest version: 1.0.0
ExtraLinq is a set of extension methods for IEnumerable<T>. Additionally ExtraLinq contains extension methods for Array and List<T> which are faster and allocate less than LINQ extensions from System.Linq.