What ASP.NET control can embed XAML into ASP.NET pages? - Silverlight

What ASP.NET control can embed XAML into ASP.NET pages?

The asp:Silverlight is used to embed XAML into ASP.Net pages.
The following code snippet illustrates this:
<asp:Silverlight ID="Xaml" runat="server" Source="../ClientBin/sample.xap" Width="100%" Height="100%" />
Does Silverlight supports database connectivity?
Silverlight supports database connectivity. It is done through LINQ to SQL classes...
What is the codec Silverlight supports for HD streaming?
The following formats are supported for Video streaming...
How can IIS improve Silverlight Streaming? - Silverlight
IIS smooth streaming enables for delivering HD streams smoothly on any device. IIS smooth streaming is an extension of IIS7 Media Services 3.0....
Post your comment