Monday, March 19, 2007 7:49 AM |
Utils I Like
.NET 3.0
I’ve used Microsoft’s Expression Blend to play… ehmmm… write my WPF apps since its first beta release. It seemed more mature than Visual Studio at the time (and still is in my opinion). Among other things, I really loved the fact that I could double click on a control and Blend created the event handling code (Visual Studio still does not support it). So, no surprise, I’ve downloaded and installed the RC version as soon as it came out.
Well it seems that some things have changed, like the fact that you’re no longer able to write C# with Blend. When you try to add an event handler to a control or type some C# code for your WPF app Blend gives you the option of either opening up Visual Studio or copying the code to the clipboard.
I wonder why this feature was removed from Blend.
Anyone has any ideas?