Archives
-
Getting rid of heavy Multivalue Converters : My Encounter with Win Form style WPF apps 2
I recently came across the situation where I had to refactor the WPF code written in Win Forms Style; Code was having a lot of MultiValueConverters used for building the DataContext / ItemSources for Controls/ ListVies/ DataGrids etc. Following is the example of one of the converters I am talking about:
-
Creating custom filters in Resharper To-do Explorer
We can create a custom filter in Resharper To-Do explorer to filter out all the to-do items created by a specific person or with a particular string literal. This is very useful in case you are working in a big team and have habit to add To-do comments. Here are the steps to create a new filter with a specific string -