-
Recent Comments
No comments to show. -
Categories
Administration
Tag Archives: dictionary
Filtering a Dictionary List
One important component I needed for my Systems Directorate application is the ability to filter rows from a dictionary list and get the matching and non-matching rows. This article will describe the set of extension methods I created to perform … Continue reading
Posted in Dennis-IT Tools
Tagged C#, dictionary, filtering
Comments Off on Filtering a Dictionary List
Macro Resolution via Dictionaries
In my Systems Directorate application, I needed a way of handling macro resolution so that the user could easily substitute values when configuring parts of the application. For most of the application, I have standardized on a Dictionary<string,object> structure for … Continue reading
Posted in Dennis-IT Tools
Tagged C#, dictionary, extension methods, macros
Comments Off on Macro Resolution via Dictionaries