Skip to main content

Microsoft Silverlight

Answered Question Confusion with Silverlight, Blend, .Net etcRSS Feed

(0)

JamieP1
JamieP1

Member

Member

2 points

2 Posts

Confusion with Silverlight, Blend, .Net etc

Ill try and make this simple to ask as im pretty confused with so many names coming into play. Some may be code/beta names others may be proper names given to the product. So

1. Is Silverlight a way of creating client side presentation?
2. Is MS Expression Studio a whole suite of designer products?
3. What is MS Blend?
4. I normally code in VB .Net for my ASP .Net 2.0 sites how important is it to know Silverlight?
5. How does .Net 3.5 fit in all this?
6. What is Linq, Blinq, WPF (Windows Presentation Foundation), WixFX
7. Is Silverlight, Expression Studio and Blend in beta stages or out as a final release? and how do i install Silverlight for Visual Studio 2005?

Thanks in advance. I know some of these answers can probably be found reading a few pages but since im confused with all the code names etc i just needed clarification so i fully understand where i stand in this.

y_makram
y_makram

Contributor

Contributor

6172 points

1,233 Posts

Answered Question

Re: Confusion with Silverlight, Blend, .Net etc

1- Yes, Silverlight creates rich client side user experience, so it is a client side presenation technology.

2- Yes, it has products for graphic design, web design, interactive design (silverlight), and media.

3- Expression Blend is a product for authoring interactive content for Silverlight and WPF. Consider it as the Microsoft Flash Studio.

4- Silverlight is not a must, but it is a very important tool when it comes to rich user experience development that provides rich graphics, animations and media.

5- .NET 3.5 runtime is not required to run Silverlight applications. Silverlight implements a subset of 3.5 technologies but in a mini-clr deployed as a browser plug-in. 3.5 Framework is not required to develop Silverlight applications either, it is only required to use Expression products.

6- Linq is a technology that enables language integrated query. It enables programmers to perform SQL like operations on Objects and anything that has a LINQ provider, check this cool video for more info on LINQ. BLINQ is a set of tools to generate and easily integrate ASP .NET applications with LINQ. WPF is the desktop presentation technology of .NET 3.0, it provides rich graphic, animation, media, documents, and 3D in desktop applications. WinFx is the original name for framework 3.0

7- Silverlight 1.0 is in beta, and a release candidate is expected soon, Silverlight 1.1 is in alpha. Some of expression studio products are in beta, and some others are released.

To install SL for Silverlight, you will need to download the 1.0 SDK from here. You should find a file named SilverlightBetaToolsForVS2005.zip, extract it and follow the readme file to install SL for VS2005.

Thanks
Yasser Makram
http://www.silverlightrecipes.com
_____
Dont forget to click "Mark as Answer" on the post that helped you. If your question has not been answered, please post a followup question.

y_makram
y_makram

Contributor

Contributor

6172 points

1,233 Posts

Re: Confusion with Silverlight, Blend, .Net etc

oops, forgot to send the LINQ video URL

http://channel9.msdn.com/showpost.aspx?postid=114680 

Thanks
Yasser Makram
http://www.silverlightrecipes.com
_____
Dont forget to click "Mark as Answer" on the post that helped you. If your question has not been answered, please post a followup question.

JamieP1
JamieP1

Member

Member

2 points

2 Posts

Re: Re: Confusion with Silverlight, Blend, .Net etc

Thanks for you reply - just one more thing, if we trial MS Expression is it safe to say that this includes Blend? or is Blend separate to the Studio?

Thanks again

y_makram
y_makram

Contributor

Contributor

6172 points

1,233 Posts

Re: Re: Confusion with Silverlight, Blend, .Net etc

Microsoft Expression Studio includes the following products:

Expression Web
Expression Blend
Expression Design
Expression Media

Trials are available online for each product separately.
 

Thanks
Yasser Makram
http://www.silverlightrecipes.com
_____
Dont forget to click "Mark as Answer" on the post that helped you. If your question has not been answered, please post a followup question.

heuertk
heuertk

Participant

Participant

1390 points

423 Posts

MicrosoftModerator

Re: Re: Confusion with Silverlight, Blend, .Net etc

just to note as well, expression studio includes the release products available.  Expression Blend 2 is currently a preview of the next version which supports silverlight authoring -- version 1.0 does not.

-th
http://timheuer.com/blog/

-----

If this answered your question, please be sure to click the 'mark as answered' feature, otherwise please feel free to post follow-up questions that are related.
  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities