Showing posts with label EasterEgg. Show all posts
Showing posts with label EasterEgg. Show all posts

Wednesday, June 23, 2010

SPSecurity.SetApplicationCendentialKey !! wondering the typo error in SharePoint API

While digging in to the Microsoft.SharePoint.dll using Reflector for an impersonation related issue, discovered this method SPSecurity.SetApplicationCendentialKey. This method is used to encrypt and decrypt password strings but notice the typo error in a method name it is supposed to be SetApplicationCredentialKey. Microsoft marked this method as obsolete and provided a new method with out typo SPSecurity.SetApplicationCredentialKey.

Still wondering, how this method passed all Microsoft test cases before the release?

Friday, September 26, 2008

FireFox easter eggs

Just an easter egg in FireFox 3.0, Type about:robots in its address bar and hit enter



Try about:Mozilla in its address bar you will be presented a red screen with a verse from The Book of Mozilla



hmmm due to the browser wars we got a few easter eggs and many compatibility issues in our web applications.