SlideShare a Scribd company logo
Introduction toSilverlightLi Jingnan
  What is it Rich Internet Application (RIA) platform     launched by Microsoft in 2007.cross-browser      Internet Explorer, Firefox, Chrome, Safari, Opera etc...cross-platformWindows, Mac, Linux (with moonlight) etc…cross-devicePC, mobile devices, HDTV video devices etc...
So whatBased on .NET framework     If you are already .NET developer, it is easy to start with Silverlight.Business ready     Data Binding, MVVM, WCF RIA Services, MEF etc...Family support     - Supports and supported by:        Windows Family, Azure, IIS, MS SQL Server, WCF, WPF, LINQ,        Entity Framework, SharePoint, Office etc…     - Large community, plentiful resources and best practices.
  So what Out-Of-Browser ( OOB )    - Two birds with one stone.   the same code can be installed into local machine, leveraging even more,       such as Office, Graphics Card, COM etc… Windows Phone 7     Three birds with one stone.     The same technology can be used for mobile devices.3D & Media     3D, HD, low latency audio processing
  How does it work ServerClient BrowserIISSilverlight Plug-InASP.NET Web SiteHTML / ASPX PageSilverlight App.XAP FileWCF Service
How to do it (1)C# / VB.Net & XAML    - C# is perfect, VB.Net has limitations.    - XAML : declarative markup language to define UI elements.Visual Studio & Expression Blend    - Visual Studio 2010 is necessary.     - Expression : a good tool to do it.     - Install Silverlight Tools for VS2010 (Includes SDK, Project Templates).UserControlAssetsGo to http://silverlight.codeplex.com
How to do it (2)MVVM patternMVVM pattern is something similar to MVC or MVP pattern,     but more suitable to Silverlight/WPF.Entity Framework / WCF RIA Services     - Entity Framework : a good tool to deal with DB.     - WCF RIA Services : Simplifies common tasks on building n-tier application,       such as routine CRUD jobs, auth & auth, security, data validation,       multi-tier biz logic.MEF     Ideal tool for extensible applications.
How to do it (3) Chinook Demo ScenarioAlbumsArtistsTracks
How to do it (4) MVVM PatternData BindingViewModelViewGet ArtistsArtistsSelected ArtistArtist ListGet AlbumsAlbumsAlbumListSelected AlbumGet TracksTracks Track List
Where to gowww.Silverlight.net     Better to watch all videos about Silverlight 3 & 4 & 5 if you mean it.Channel9 ( esp. Silverlight TV & MIX )    Keep yourself up-to-date .www.SilverlightCream.com    Check it out everydaywith your morning coffee.CodePlex     Open source projects: SilverlightToolkit, MEF, Odata, Caliburn etc…App HubFor phone development.
What elseAzureSilverlight is going cloud, so should you.XNAFor game.
! & ?Thank You ! Any Questions ?

More Related Content

PPT
MSDN Live: Silverlight 2
PPTX
Introduction to Microsoft Silverlight
PPT
Silverlight Framework Architecture By Satyen
PPTX
Microsoft Silverlight - An Introduction
PPT
What Is Silverlight
PPTX
Silverlight 4 @ MSDN Live
PPTX
eduhub360
PDF
Silverlight - What Is It And How Can We Use It
MSDN Live: Silverlight 2
Introduction to Microsoft Silverlight
Silverlight Framework Architecture By Satyen
Microsoft Silverlight - An Introduction
What Is Silverlight
Silverlight 4 @ MSDN Live
eduhub360
Silverlight - What Is It And How Can We Use It

What's hot (19)

PPTX
Microsoft dot net everywhere any devices
PPT
MikeTaulty_Ux_Update
PDF
Silverlight abhinav - slideshare
PPTX
Introduction to silverlight control 4
PPT
Silver Light
PPT
Silverlight Framework Architecture
PPTX
S1lverl1ght 25.11.10 final
PPTX
Silverlight 3.0
PPTX
Powering Apps with Live Services @ ThatConference
PPTX
Vb and asp.net
PPTX
Wp7 geek night silverlight 4 overview - ronnies
PDF
Microsoft edge dev tools
PPT
Advanced Web Technology Microsoft Silverlight
PPT
EDMUG Silverlight Talk
PPT
Introduction to silver light
PPTX
Powering Your Apps with Live Services
PPTX
Silverlight UK User Group #10 Introduction
DOCX
Abhishek_Anand_Resume
PPTX
Apache Flex - Enterprise ready GUI framework
Microsoft dot net everywhere any devices
MikeTaulty_Ux_Update
Silverlight abhinav - slideshare
Introduction to silverlight control 4
Silver Light
Silverlight Framework Architecture
S1lverl1ght 25.11.10 final
Silverlight 3.0
Powering Apps with Live Services @ ThatConference
Vb and asp.net
Wp7 geek night silverlight 4 overview - ronnies
Microsoft edge dev tools
Advanced Web Technology Microsoft Silverlight
EDMUG Silverlight Talk
Introduction to silver light
Powering Your Apps with Live Services
Silverlight UK User Group #10 Introduction
Abhishek_Anand_Resume
Apache Flex - Enterprise ready GUI framework
Ad

Similar to Intro to silverlight_20110602 (20)

PPT
Silver Light for every one by Subodh
PPT
Silverlight Briefing Deck
PPTX
Introduction to Silverlight 3 @ Epicenter.ie
PPTX
Building RIA Apps with Silverlight
PPS
Silverlight Demos For Beginners
PPT
Introducing Silverlight 2
PDF
WDN08 Silverlight
PPT
SilverLight Overview
PPTX
Silverlight
PPS
It's Time for Silverlight @iRajLal
PPTX
Silverlight
PPT
Uncovering Windows - Silverlight Seminar
PDF
Silverlight Document Search Engine
PPTX
NET Event - Migrating WinForm
PPT
Dot Net Training Dot Net35
PPTX
Silverlight FireStarter DC Keynote
PPTX
Parallel minds silverlight
PPTX
silverlight1.pptx
PPT
Silverlight
PPT
Silverlight Training
Silver Light for every one by Subodh
Silverlight Briefing Deck
Introduction to Silverlight 3 @ Epicenter.ie
Building RIA Apps with Silverlight
Silverlight Demos For Beginners
Introducing Silverlight 2
WDN08 Silverlight
SilverLight Overview
Silverlight
It's Time for Silverlight @iRajLal
Silverlight
Uncovering Windows - Silverlight Seminar
Silverlight Document Search Engine
NET Event - Migrating WinForm
Dot Net Training Dot Net35
Silverlight FireStarter DC Keynote
Parallel minds silverlight
silverlight1.pptx
Silverlight
Silverlight Training
Ad

Intro to silverlight_20110602

  • 2. What is it Rich Internet Application (RIA) platform launched by Microsoft in 2007.cross-browser Internet Explorer, Firefox, Chrome, Safari, Opera etc...cross-platformWindows, Mac, Linux (with moonlight) etc…cross-devicePC, mobile devices, HDTV video devices etc...
  • 3. So whatBased on .NET framework If you are already .NET developer, it is easy to start with Silverlight.Business ready Data Binding, MVVM, WCF RIA Services, MEF etc...Family support - Supports and supported by: Windows Family, Azure, IIS, MS SQL Server, WCF, WPF, LINQ, Entity Framework, SharePoint, Office etc… - Large community, plentiful resources and best practices.
  • 4. So what Out-Of-Browser ( OOB ) - Two birds with one stone. the same code can be installed into local machine, leveraging even more, such as Office, Graphics Card, COM etc… Windows Phone 7 Three birds with one stone. The same technology can be used for mobile devices.3D & Media 3D, HD, low latency audio processing
  • 5. How does it work ServerClient BrowserIISSilverlight Plug-InASP.NET Web SiteHTML / ASPX PageSilverlight App.XAP FileWCF Service
  • 6. How to do it (1)C# / VB.Net & XAML - C# is perfect, VB.Net has limitations. - XAML : declarative markup language to define UI elements.Visual Studio & Expression Blend - Visual Studio 2010 is necessary. - Expression : a good tool to do it. - Install Silverlight Tools for VS2010 (Includes SDK, Project Templates).UserControlAssetsGo to http://silverlight.codeplex.com
  • 7. How to do it (2)MVVM patternMVVM pattern is something similar to MVC or MVP pattern, but more suitable to Silverlight/WPF.Entity Framework / WCF RIA Services - Entity Framework : a good tool to deal with DB. - WCF RIA Services : Simplifies common tasks on building n-tier application, such as routine CRUD jobs, auth & auth, security, data validation, multi-tier biz logic.MEF Ideal tool for extensible applications.
  • 8. How to do it (3) Chinook Demo ScenarioAlbumsArtistsTracks
  • 9. How to do it (4) MVVM PatternData BindingViewModelViewGet ArtistsArtistsSelected ArtistArtist ListGet AlbumsAlbumsAlbumListSelected AlbumGet TracksTracks Track List
  • 10. Where to gowww.Silverlight.net Better to watch all videos about Silverlight 3 & 4 & 5 if you mean it.Channel9 ( esp. Silverlight TV & MIX ) Keep yourself up-to-date .www.SilverlightCream.com Check it out everydaywith your morning coffee.CodePlex Open source projects: SilverlightToolkit, MEF, Odata, Caliburn etc…App HubFor phone development.
  • 11. What elseAzureSilverlight is going cloud, so should you.XNAFor game.
  • 12. ! & ?Thank You ! Any Questions ?