开发者

Silverlight vs expression blend

开发者 https://www.devze.com 2023-01-10 01:49 出处:网络
I am a bit confused about the difference开发者_开发知识库 between Silverlight and Expression Blend. From my understanding, Silverlight is used to create a better interface, and Blend is used to create

I am a bit confused about the difference开发者_开发知识库 between Silverlight and Expression Blend. From my understanding, Silverlight is used to create a better interface, and Blend is used to create animations? Meaning you can use Silverlight without having to use Expression Blend (there is much demand for Silverlight developers, but I from what I know, Silverlight is pretty easy to grasp). You can use Silverlight without using Blend, but you cannot use Blend without using Silverlight. Would that be correct?


Silverlight is a technology, and it is used to develop rich internet applications. In visual studio you can do both, develop the whole site, and change the way it looks, but Blend is a design tool that makes it easy to apply design to your site. So u cant create a whole silverlight site just in blend. Consider it as a help tool.

here is a nice blog about silverlight: http://www.windowspresentationfoundation.com/ much of useful info there


Blend is just a tool, a Designer's tool at that. But I, as a programmer/developer, use Blend quite often for the reasons mentioned above (ex: create complicated animations, modify templates, styling...etc).

Blend is a tool for Xaml, which is the technology behind Silverlight as well as WPF (Windows Presentation Foundation).

Note: Silverlight is a subset of WPF.

Hope that wraps things up in a nutshell for you.


Blend is a tool, like VS. It can create Silverlight and WPF apps (just like VS). The user experience is very different - it's meant to focus less on code and more on design. As a result, some VS items don't exist in Blend. Likewise, Blend has some extra controls that simplify animation, shapes, video, etc. that would wouldn't get if you just used VS alone. Somethings are just plain easier in one app versus the other (animations in Blend, coding in VS), but you could very much do most of the same work in either.

You can always use one without the other (VS and Blend), or you could use them together for different parts of your project.

They target different markets as well. Blend is usually included with Expression Studio, a suite of different software packages focus on design (web-design) and multimedia.

0

精彩评论

暂无评论...
验证码 换一张
取 消