Browse by Tags

All Tags » Silverlight 3 (RSS)

Passing parameters between Silverlight and ASP.NET – Part 1

While working with Silverlight applications, we may face some scenarios where we may need to embed Silverlight as a component, like for e.g in Sharepoint Webpars or simple we can have the same with ASP.NET. The biggest challenge comes when we have to...

Silverlight cross domain policy file helpers(Link Only)

http://timheuer.com/blog/archive/2008/04/06/silverlight-cross-domain-policy-file-snippet-intellisense.aspx

Working with Silverlight DataGrid RowDetailsTemplate

In this post I am going to show how we can use the Silverlight DataGrid RowDetails Template, Before I start I assume that you know basics of Silverlight and also know how you create a Silverlight Projects. I have started with the Silverlight Application...

Simple Preferred time control using Silverlight.

Here I am going to show you a simple preferred time control, where you can select the day of the week and the time of the day. This can be used in lots of place where you may need to display the users preferred times. Sample screenshot is attached below...

Silverlight 3 DataGrid Columns Grouping using PagedCollectionView

In this post I am showing how to implement Column Grouping in SIlverlight 3 DataGrid, Before starting make sure you have SIlverlight3_Tools installed in your system, not SIlverlight 3 Beta, as there are lost of changes in Grouping of Columns from SIlverlight...

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

What's New in Silverlight 3?

Silverlight 3 has been officially released on 10th July 2009 and available for download! Speaking of which, here are some of the key features of Silverlight 3. Out-of-Browser Support Users can run a Silverlight 3 application in the browser or run it directly...
Posted by bmdayal | with no comments

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