-
Get a monthly update on best practices for delivering successful software.
For people who are not aware what Silverlight is, Silverlight is Microsoft's cross-browser, cross-platform, and cross-device plug-in for delivering the next generation of .NET based media experiences and rich interactive applications for the Web.
Silverlight was designed to address these properties:
The image below outlines Silverlight's architecture.

Silverlight applications can be written in any .NET programming language. As such, any development tools which can be used with .NET languages can work with Silverlight, provided they can target the Silverlight CoreCLR for hosting the application, instead of the .NET Framework CLR. Microsoft has positioned Microsoft Expression Blend versions 2.0 and 2.5 for designing the UI of Silverlight 1.0 and 2 applications respectively. Visual Studio 2008 can be used to develop and debug Silverlight applications. To create Silverlight projects and let the compiler target CoreCLR, Visual Studio 2008 requires the Silverlight Tools for Visual Studio which is available as a beta release.
A Silverlight project contains the Silverlight.js and CreateSilverlight.js files which initializes the Silverlight plugin for use in HTML pages, a XAML file for the UI, and code-behind files for the application code. Silverlight applications are debugged in a manner similar to ASP.NET applications. Visual Studio's CLR Remote Cross Platform Debugging feature can be used to debug Silverlight applications running on a different platform as well.
I have listed below a bunch of links that can help one get started on Silverlight :
This tutorial talks about using Style Elements to better encapsulate look and feel
This video discusses binding a sample Silverlight control to n-tier application's business layer
This one's about how to consume WCF and ASP .NET web services in Silverlight
This provides information about different ASP .NET controls for Silverlight
I ll try to take a deeper dive into some of the specifics of Silverlight Implementation using the .NET framework in the coming weeks. Stay tuned!
Related posts:
Topics: ASP.NET, Silverlight
i wanna the answer of the question,
i`m create a ajax tab it worked in IE, but it is not work in firefox…
how can i solve this problem???
Comment by lenin, Friday, January 23, 2009 @ 4:20 am