5

I have heard of complaints using WPF (the xaml designer) with VS 2008-2010, but not with 2012. Is it still the standard to using Blend or does VS 2012 have everything we need? I know there was a recent release "Blend for Visual Studio". Is this the magic integration?

This is of course assuming that we don't have designers demanding Blend.

Blachshma
  • 17,097
  • 4
  • 58
  • 72
Paul Knopf
  • 9,568
  • 23
  • 77
  • 142
  • 5
    I personally don't like using Blend, it adds a lot of XAML fluff for many operations. VS has everything I need. I'm sure there's some things are much much easier in Blend, but ... maybe I'm a dinosaur but I like my XAML hand coded. – kenny Jan 05 '13 at 20:01
  • I agree with Kenny, there is a bit of a learning curve to using blend as well if you never used it before. However you can create some amazing looking views/controls with blend if your up to putting the time into it. Blend is really just a feature that allows greater customization, I think for the average application you should be able to do most of want you want in visual studio. – TMan Jan 06 '13 at 00:03
  • Good answers. I would have accepted either if they weren't a comment. – Paul Knopf Jan 06 '13 at 00:33
  • Blend lets you design Animations/Visual States....VS doesn't support that.... http://stackoverflow.com/questions/10874005/how-can-i-design-an-animation-with-a-wpf-project-in-visual-studio-2012 – Colin Smith Jan 06 '13 at 01:21
  • Since Intellisense for XAML is quite bad in VS2012 it might be easier for WPF beginners to use Blend for designing their UI. @kenny: Sometimes even hand coded XAML can be a huge mess. If you just use Blend there is nearly no need to touch any XAML code – Tobias Valinski Dec 27 '13 at 14:45

1 Answers1

5

As of Visual Studio 2012, the XAML design experience is based on the same code that runs in Expression Blend for Visual Studio. This will greatly enhance the design experience in VS, but it still isn't the full feature set offered by Blend.

One caveat though: the current version of Expression Blend for Visual Studio (free now, with VS, BTW) is only for Windows Store Apps. Support for WPF, SL, Windows Phone, and SketchFlow will be available in Visual Studio Update 2. If you need it before then, you can download the preview version.

Joel Cochran
  • 7,139
  • 2
  • 30
  • 43
  • 2
    Is there a release date for VS2012U2? – dav_i Jan 18 '13 at 15:33
  • 1
    I don't believe it's been announced yet. – Joel Cochran Jan 19 '13 at 13:53
  • 1
    There's a CTP available... http://blogs.msdn.com/b/bharry/archive/2013/01/30/announcing-visual-studio-2012-update-2-vs2012-2.aspx – Marcel Jan 31 '13 at 06:20
  • 1
    I just dont understand anything about all those versions, requirements, incompatibility, and 3 buzz names for tech that may be dying or not. what a terrible, terrible mess... – nicolas Mar 16 '13 at 15:06
  • @dav_i [2012-04-04](http://blogs.msdn.com/b/bharry/archive/2013/04/04/vs-tfs-2012-2-update-2-released-today.aspx) – vossad01 Apr 18 '13 at 15:09