-1

Have some questions regarding Visual Studio Blend tool below:

  1. Can i use Blend to prepare windows for Windows Forms applications or it's only for wpf applications?
  2. If yes on 1st point how to do it (how to import such forms)?
  3. If i am working with wpf applications can i just prepare my user interface and also develop code within Blend instead of doing windows in Blend and then switch to normal Visual studio to develop code?
Arie
  • 3,041
  • 7
  • 32
  • 63

1 Answers1

1
  1. No, it's a XAML deisgner, for WPF and UWP etc.
  2. N/A
  3. Yes. It's a code editor, and will compile and run your project, and you can switch between VS and Blend. The switching experience is further improved in Visual Studio 2015, I personally hop between the 2 regularly.
James Willock
  • 1,999
  • 14
  • 17