Pradeep AJ- Msft MVP
Pradeep AJ- Msft MVP

Reputation: 600

Use of Blend over VS2012?

I wonder what is the purpose of Blend in windows8 app development. What is specific purpose of having Blend Blend with VS? What can be done by Blend that cannot be by VS?

Upvotes: 0

Views: 68

Answers (1)

Jim O'Neil
Jim O'Neil

Reputation: 23764

This link at the Windows Dev Center should help. In a nutshell, Blend has more of a designer focused mindset and better tooling for doing things like animations and dealing with visual states. For HTML/JS it has some even more compelling features like interactive mode.

In the end though, Blend helps you craft XAML and CSS, so do you "need" it no, but if you prefer to style your applications and objects with visual feedback versus tinkering in the bowels of 100's of lines of XAML, it's worth being somewhat familiar with it. :)

Upvotes: 2

Related Questions