NicolBlog

Nicola Delfino's blog
Posts
  • NicolBlog

    Microsoft Mediaroom review by Bobby Choice

    • 1 Comments
    One of the projects I'm working on involves Microsoft Mediaroom . In the following video, Bobby Choice describes how Microsoft Mediaroom works. Very funny.
  • NicolBlog

    Message Visualizer HOWTO

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

    How to digitally sign a string

    • 1 Comments
    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...
Page 1 of 1 (3 items)