I find myself using Resharper\'s \"convert to auto property\" refactoring a lot to remove pre C# 3.0 boilerplate code.
Is there a way I can apply this to a
The ReSharper can do this:
Options -> Code Cleanup -> Use auto-property, if possible
Run code cleanup for the class - and you should be done.