suddenly i found wpf project type is there in expression blend. i just do not understand why people create WPF project from expression blend because for that VS IDE is there. i am new in wpf so please tell me in what situation user will create wpf apps from expression blend and also tell me what is the difference between expression blend & VS2008 IDE wpf project type.. please explain in detail.thanks
相关问题
- VNC control for WPF application
- WPF Binding from System.Windows.SystemParameters.P
- XAML: Applying styles to nested controls
- How can I add a horizontal line (“goal line”) for
- How to properly change a resource dictionary
The projects are the same - you can even arbitrarily switch between the applications at any time (given both applications are installed).
Expression Blend has much better visual designer and is purposed for UI designers and artists, Visual Studio is better for writing the C# code behind and is meant for programmers.
Blend
is used to Design XAML screens. Generally, designers preferBlend
overVisual Studio
.And since both (Programmers and Designers) can work on same project,
Blend
supports creating and opening VS projects.