Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WPF Which IDE to go for?

just wondering what IDE people use for their WPF apps?

I currently have VS2008 + VS2010 (RC) and MS Expression Blend 3 installed on my system. I'm just wondering what is the best way to go about WPF apps?

Could I create in Blend and then edit the source in VS or vice versa?

Ideas would be great and info on how everyone else does it would be great.

Thanks

like image 783
Sandeep Avatar asked Feb 21 '10 02:02

Sandeep


1 Answers

You may need both VS and Blend if you do more of a UX layer WPF development, which means you create basic control layout in Blend and then do the code-behind(or ViewModel C#/VB.NET) in VS. I usually keep VS on one monitor and blend on the second.

Now come to the version of the above IDEs. Of course the newer version has great power. So Blend4.0(currently in Beta) has better TFS integration so you can do check-in/checkout from Blend itself and also able to do an extend of C# editing also. And VS2010 is really powerfull IDE as compared to VS2008, and you might be able to do a lot of basic XAML editing in VS2010 itself, for some WPF developers who doesn't do much XAML design VS2010 will be the sole tool to do all his needs.

like image 77
Jobi Joy Avatar answered Sep 22 '22 09:09

Jobi Joy