Certificate Signing in ClickOnce
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 ...
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 ...
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 - ...
ResourceDictionary in Silverlight consists of styles, pallates, and other static resources. These static resources - styles - can be bound to UIElements in t...
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...
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...