Is there a tool that can convert C# 1.1 Forms design to the more recent standard?
- by Hamish Grubijan
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.