How we packaged all our mini tools into a single developer utility app?

We need many tools on a day-to-day basis for performing trivial tasks. Many of these tools are available online for FREE, but we wanted something that we could use offline.

Case Insensitive Key Dictionary in C#

String Dictionary in C# is a case sensitive data structure. But many times we wish if the Dictionary was case insensitive (at least I do). In this article we learn how to create a case insensitive dictionary.

made with