Replace all magic string with just one regex
Today I am going to show you how to use a regular expression with back reference matching to quickly replace all occurrences of magic strings to strong type names.
By Mirek on (tags: INotifyPropertyChanged, nameof, regex, visual studio, categories: tools)