The old code, as we know, is dangerous because both GUI layout and business logic are mixed into one. Separating the two can be a tedious and an error-prone task. Is there a tool that can do this for me?
Thanks.
EDIT: The pretty obvious way of keeping the UI and the logic separate is through introduction of a partial class. I hope that clarifies the question. I suppose I am simply trying to go from 1.1 to 2.0 way of doing things. Simply opening and saving the old design in VS2008 does not do what I want.