| March
29th 2006
Find and Replace
in VS2005
Following on from
our article a couple of weeks ago about strongly typed resources
- here's the power of regular expression find and replace to convert
all string resources (previously fetched via a helper function) into
strongly typed:

In fact it has to be said that the power of regular expressions in
VS2005 makes the find and replace quite amazing to use! One regular
expression used turned a databinding form from textual to strong binding
in a single pass...
|