Coming from a background, I’m familiar with GUI editors that do a poor job of producing code. However, I’ve never written a GUI using .NET. Does the GUI editor in Visual Studio have the same problem(s)? Are both the source files and output GUI good?
Share
The GUI editor in Visual Studio is probably the best I’ve used. Also, because C# supports partial classes, there is a clean separation between the IDE-generated code and your own.