I think that the problem in VS2010 when saving a XAML file there is a partial class name of the same name with the generation of the XAML class.
We can easily see this class by clicking InitializeComponents (), as you know. But Expression Blend does not generate these Class.gs files ...
I hope that in future versions of Visual Studio they will be fixed.
Similarly, the Android Eclipse development platform has an “R.class” that contains all the elements of the visual element. When you save any xml layout file, this class gets updated.
These new development approaches have some bad consequences for developers, I think. Should there be an option like Ctrl + G + Save? save and generate :)
If you change any XAML and do not save when you press another XAML or CS (in any case, do not focus), this slow behavior still exists.
In addition, if you just save the user interface without generating, dev.environment cannot notify you of existing errors and warnings.
Finally, he steals too much time from developers.,
Need to decide.
I was getting ready to ask this question, I see it here. Thanks for the request.
source share