Comparison Visual studio 2015 and Blend for Visual Studio

Blend and Visual Studio - Why Two Tools?

Visual Studio XAML design tools that enable you to:

  • Design a custom layout Use powerful layout tools, including templates, built-in controls, rulers, guides, and snapping support, to design custom layouts for your Windows Store app.
  • Create and style controls Drag and drop controls onto the design surface, and then style them by modifying properties directly in the UI. Style images and elements.
  • Create and edit control templates Use the template editing tools to create custom control templates that can be reused throughout your project. Add them to your control library to reuse them in projects outside of the current project.
  • Create and edit data templates Create templates that define how you want your data to be displayed in your app.
  • Display sample and design-time data Bind to and display data in your Windows Store app so that you can more easily modify the appearance of your data at runtime.
  • Use behaviors to add interactivity Add interactivity to your app by dragging a built-in behavior onto the object on the design surface and modifying the properties to suit your needs.
  • Edit XAML markup In addition to the UI tools that make it easy to create and modify XAML without touching code.

Blend enables you to:

  • Insert controls and modify their behavior in XAML Designer

    • Add controls to the artboard You can drag controls from the Assets panel onto the artboard, and then modify them in the Properties window.
    • Make a control out of an image, shape, or path You can make any object into a control.
    • Make controls do things Controls can perform actions when users interact with them. For example, they can start an animation, update a data source or play a video. Use triggers, behaviors, and events to make controls do things.
  • Insert images, videos, and audio clips in XAML Designer

  • Draw shapes and paths

    • Draw a shape
    • Draw a path
    • Convert a shape to a path
    • Combine paths
    • Create a compound path
    • Create a clipping path
  • Modify the style of objects

  • Animate objects

    • Create timelines
    • Add keyframes and repeat the animation
    • Add event triggers for interactivity
    • Animate colors
    • Create and modify motion paths
    • Animate the button
    • Create animation and work with easing

References
https://msdn.microsoft.com/en-us/library/jj129478.aspx
https://msdn.microsoft.com/en-us/library/jj170634.aspx


Blend and VS come close to each other but both have their own audience. Underneath both run on the same engine. Visual studio is aimed at developers while Blend is aimed at UI designers. That doesn't mean you can't achieve a lot of the functionality of Blend in VS and vice versa, it's just not optimized for it. Designing animation, storyboards, attaching behaviors, ... is all easier in Blend. Other development features are easier in VS (debugging, server connections, source control, managing non UI sourcecode, ...). Both are very much connected, you can even switch between them.

WPF Tooling in Blend and Visual Studio 2015

Blend and Visual Studio - Why Two Tools?

Designing XAML in Visual Studio


I use Blend, I think Blend is more handy for developing small applications. However, in Blend, there is no possibility to publish an application on the Windows Store. If you created an app in Blend you must open it in Visual Studio to publish it onto the Windows Store.