1 / 17

Microsoft Silverlight

Microsoft Silverlight. Will Jefferson. What is Silverlight?. “Silverlight is a powerful development platform for creating rich media applications and business applications for the Web, desktop, and mobile devices.” -- from Microsoft website

leoma
Télécharger la présentation

Microsoft Silverlight

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Microsoft Silverlight Will Jefferson

  2. What is Silverlight? “Silverlight is a powerful development platform for creating rich media applications and business applications for the Web, desktop, and mobile devices.” -- from Microsoft website YES, sort of: DESKTOP means Out of Browser (OOB) (still webish)

  3. Sounds a bit like Adobe Flash Yes, and no… There is a lot of overlap between Flash and Silverlight Think of Silverlight foremost as a business application builder, but it can do Flash-like stuff too… Also think of Silverlight as being more of a delivery method than Flash… Whereas Flash is more like the actual content (often games and advertisements) delivered via the web Sliverlight is both a web delivery method and a framework for building business oriented RIAs

  4. New, but Growing Fast… V1 – JavaScript-based, and bears little in common with the current release of Silverlight. V2 – Allowed the use of VB.NET and C# and a subset of the .NET framework. V3 – Additional capabilities for business developers including DataGrid and TreeView controls, various layout panels, and DataForm controls. V4 – Input functionality such as mouse right-click and mouse scroll wheel support. V5 – BETA – Additional graphics capabilities and 64 bit processor support.

  5. Subset or Superset? Much of Windows Presentation Foundation (WPF) Plus Silverlight Extensions

  6. It’s Microsoft Only, Right? PC Mac Linux Windows 7 Phone (Tablet) Some Nokia Phones

  7. So You Want to be a Silverlight Developer Works right out of the box—sort of VS Studio Silverlight Download (1) Silverlight Download (2) Expression Blend

  8. Silly Vocabulary 101 XAMLs XAPs

  9. XAML

  10. Graphics Stuff

  11. Animation

  12. .CS Looks Similar to the ASP.NET we’ve learned, Sort Of…

  13. But There is Some Funky Code

  14. XML Part is Easy Enough Create the XML file with Q & As Drop the XML file in the Silverlight Resources Folder Compile the Silverlight App XML file is automatically embedded in the XAP!

  15. Publish or Perish

  16. Silverlight Summary If you can do ASP.NET, you can do Silverlight Animation directly in XAML Funky .CS Code, extra Namespace Declarations Easy to Publish Painless if end-user does not have Silverlight PI

  17. Questions

More Related