Santhosh Reddy's Blog
"My world of Programming "
Design pattern : Observer pattern
DefinitionA way of notifying dependent classes of changes.The Observer pattern defines a one to many...
Date: 12/22/2011
HTML 5 : How to track your location using the GeoLocation API .
I have recently going through some of the interesting things which can be done using HTML 5 , the...
Date: 11/29/2011
How to randomly shuffle the items inside a dictionary .
i have come across a this kind of situation in one of my projects where i need to randomly shuffle...
Date: 11/29/2011
String.Intern() method implements FlyWeight pattern for better Performance and reduces MemoryFootprint.
As we all know String is a reference type in Dotnet and what we dont know is how it will effectively...
Date: 11/12/2011
My First Post in MSDN .Wish me good luck .
Hi everyone , I have recently joined Microsoft India , its been a fun filled and learning career so...
Date: 11/12/2011