Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Comparison Visual studio 2015 and Blend for Visual Studio [closed]

Tags:

I am a newbie about Windows store apps development. What is the main function and benefits of Blend for Visual Studio.

There is already a XAML designer and all tools embedded in Visual Studio. Why there is a need for Blend for Visual Studio? What is the main advantage of Blend for Visual Studio? Because in many videos I watched, People prefer to use Blend for Visual Studio. Thanks.

EDIT: My question is about the current Blend for Visual Studio version. I dont care about the older Blend versions.

like image 973
oneNiceFriend Avatar asked Jan 26 '16 07:01

oneNiceFriend


People also ask

What is the difference between Blend for Visual Studio 2015 and Visual Studio 2015?

Blend had less chrome like Visual Studio but it was entirely different from the Visual Studio IDE. In version 2015, it has the same look and feel of Visual Studio with more support for designers. Now Blend is a complete IDE where you can code and manage your Nuget packages.

What is the difference between Visual Studio and Visual Studio Blend?

Blend for Visual Studio helps you design XAML-based Windows and Web applications. It provides the same basic XAML design experience as Visual Studio and adds visual designers for advanced tasks such as animations and behaviors.

Which Visual Studio version is best?

Visual Studio 2022 is the best Visual Studio ever. Our first 64-bit IDE makes it easier to work with even bigger projects and more complex workloads.

Is Microsoft Visual Studio 2015 still supported?

For Visual Studio 2017, customers who remain on the RTW version 15.0. x will continue to be supported until January 2020. For Visual Studio 2015 and Team Foundation Server 2015, RTW is no longer supported.


1 Answers

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

like image 180
Vineet Choudhary Avatar answered Oct 20 '22 07:10

Vineet Choudhary