if I modify the XAML and leave it unsaved to switch to another file Visual Studio freezes for about 10 seconds before it becomes responsive again. So i expanding too much time for developing and its demotivating to me for developing.
Is there any solution?
Visual studio is not a XAML editor and especially if you enable the xaml UI interface view,it will get slower…So better disable the xaml UI view and edit manually. Use expression blend if you want to edit the XAML by looking at its UI.
Joy