Browse by Tags

All Tags » ASP.NET » Silverlight (RSS)

Passing Objects between ASP.NET and Silverlight Controls.

This is Part –2 of my previous post “ Passing parameters between Silverlight and ASP.NET – Part 1 ” In my previous post I have showed how to pass parameters between Silverlight and ASP.NET using Query Strings, Init Parameters and HtmlPage.Document. These...

May 20th Scott’s Links: ASP.NET MVC, ASP.NET, .NET 4, VS 2010, Silverlight

May 20th Scott’s Links: ASP.NET MVC, ASP.NET, .NET 4, VS 2010, Silverlight http://weblogs.asp.net/scottgu/archive/2010/05/20/may-20th-links-asp-net-mvc-asp-net-net-4-vs-2010-silverlight.aspx

Sharing source code between .NET and Silverlight

A common problem when developing Silverlight applications is how to share classes and in particular (Entity Framework) entities which are compiled for the full .NET framework in a Silverlight application. Silverlight is a browser plugin and a platform...