I work for a company that has a complex WinForms application that I would like to help refactor, but it is going to be a daunting task unless some standards are decided upon and we find a way to automate the process a bit. Since I am a huge Ruby on Rails fan, I was hoping that there was something similar in the WinForms development environment that was similar to the scaffold/controller/model generators in Rails. My thought that was each form and different feature could be understood to the point where generating boilerplate MVC code with the properties and interactions between M-V-C in place and the functionality more easily transplanted from one place into the corresponding MVC group would be one way to go.
Is anyone aware of any generators out there that do something at least similar to what I want to do here? Any and all suggestions are welcome and appreciated. Thanks!