Recent Posts

Certificate Signing in ClickOnce

1 minute read

Why do we need to sign the ClickOnce Deployment using a certificate? Signing the deployment is just another way to ensure that the local version agrees with ...

C# Collections we rarely use: Queue, Stack

1 minute read

There are several Collections supported by C# language, some of which we rarely use in our projects & assignments. Let's focus on two such collections - ...

Loading ResourceDictionary in Silverlight

1 minute read

ResourceDictionary in Silverlight consists of styles, pallates, and other static resources. These static resources - styles - can be bound to UIElements in t...

Silverlight 4 Security Overview White Paper

less than 1 minute read

I came through a wonderful link that focuses on Security with Silverlight 3 and Silverlight 4 applications.  Kudos to Nick, who has explained this wonderfull...

RichTextBox in Silverlight 4

1 minute read

I was trying my hands on Silverlight 4 Beta version and found this is wonderful control - RichTextBox.. This was much needed on Web Platform and Microsoft ha...