The old code, as we know, is dangerous, because both the graphical interface and the business logic are mixed in one. Separating the two can be a tedious and error-prone task. Is there a tool that can do this for me?
Thank.
EDIT: A fairly obvious way to keep the interface and logic separate is to introduce a partial class. Hope this clarifies the issue. I guess I'm just trying to move from 1.1 to 2.0. Just opening and preserving the old design in VS2008 does not do what I want.
source
share