What is the difference between Visual Studio and Expression Studio?

I have Visual Studio 2008.

I noticed that I am building WPF applications with Visual Studio. Does this mean that it can do the work that Expression Studio does?

I am going to install Visual Studio 2010. Does this eliminate the need for Expression Studio?

+3
source share
1 answer

Expression Studio (in particular, part of Expression Blend) is focused on creating a GUI. The interface in Blend allows you to more quickly create more complex elements in WPF / XAML than Visual Studio. And it makes it easier to create development-time data and data binding elements.

Visual Studio , . Visual Studio , /CLR, , .

GUI, , Blend. , , Visual Studio. , . , ( ), .

+5

Source: https://habr.com/ru/post/1744237/


All Articles