Solution cleanup has been updated to supports Visual Studio 2026 too.
Original post: Solution cleanup
Solution cleanup has been updated to supports Visual Studio 2026 too.
Original post: Solution cleanup
Visual Studio extension that performs solution cleanup, including bin and obj folders,log files and test results.
A lightweight C# library that provides a lean and fast cache object that provides access to date and time related values that are expensive to calculate, like business hours in a week, month or year, weekdays in a week, month or year, first monday of month, first weekday of month et cetera. It also provides a clear separation between ordinal (year and month) and ISO 8601 week numbers and their differing bounds. It is geared towards supporting planning and scheduling type scenarios where it is needed to have a clear and performant grip on date ranges and all kinds of values like days, hours, holidays.

The CharTrie is a combination of a Trie and a directed acyclic word graph (DAWG) that results in a very compact representation of a list of words that allows for very fast search operations.