Welcome to MSDN Blogs Sign in | Join | Help

September 2007 - Posts

Microsoft Mediaroom review by Bobby Choice

One of the projects I'm working on involves Microsoft Mediaroom . In the following video, Bobby Choice describes how Microsoft Mediaroom works. Very funny.
Posted by NicolD | 1 Comments
Filed under:

Message Visualizer HOWTO

Senthil in his post describes how to use CSF3's message visualizer tool to track/debug sessions. Check it out!

How to digitally sign a string

The first step is to create a pair of key(pulic/private): RSACryptoServiceProvider RSA = new RSACryptoServiceProvider(); string publicKey = RSA.ToXmlString(false); string privateKey = RSA.ToXmlString(true); Private key is required to sign the string.
Posted by NicolD | 1 Comments
Filed under: ,
 
Page view tracker