When building a line of business application, requests for saving dynamic key/value pairs are inevitable. The “best” way to store dynamic data is in a Dictionary, the mother of all flexible data structures. This post will show you the minimum...

Continue Reading