Browse by Tags

All Tags » Silverlight 2.0 » Silverlight (RSS)

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...

Migration from Silverlight 2.0 to Silverlight 3

As currently I am working on Migration from Silverlight 2.0 to Silverlight 3, so I thought to share or bookmark few of the important links which I am going through. Find below the links http://msdn.microsoft.com/en-us/library/cc645049(VS.95).aspx Silverlight...

Silverlight Presentation on 17th July 2009

1 Layouts Presentation.zip 2 Introducing_Silverlight_2.zip 3 Introductionto Silverlight 3.zip 4 Silverlight Control Lifecycle.zip These are the Slides of the Silverlight Presentation which I had given on 17th July 2009, other useful links where you can...

Cryptographic failure while signing assembly ... Access is denied.

I received the following error today while deploying the Silverlight WebPart in IIS. Cryptographic failure while signing assembly 'MyWebpartAssemblyName.dll'. Access is denied. Seems I had a permissions error. Did a bit of searching on Google...

Silverlight 2.0 DataGrid Demo Application with Formatting of Data

In this post I am going to show you the basic example of Creating the Page with DataBound Silverlight 2.0 DataGrid, and also I will show you how to format the Data Using IValueConverter in DataGrid dynamically. Create a new project and Select Silverlight...