Bing vs Google – On a lighter note…

by rahul 5/29/2010 1:43:16 AM
Well… what you are going to see below is not a research… This is a Saturday morning… my family is not in Bangalore and I am really bored. I don’t know why, but I am in “how to kill my time” mood. I am using Windows Live Writer. If I think the result is any good, I am going to hit that publish button. The theme is, “What do these search engines suggest for auto completion?” This isn’t my idea. I saw something similar to this in Facebook, and I thought it would be fun to do some tests of my own ... [More]


Timepass... Fix the code...

by rahul 1/27/2009 5:10:07 AM
Create a C# Console application, and paste the following code in the Main method... for (int i = 0; i < 5; i++) { //Generating a Random number between 0 and 100000 int intRandomElement; Random r = new Random(); intRandomElement = r.Next(1, 100000); Console.WriteLine(intRandomElement); }   If you run this code in debug mode, you should be able to get the output as expected. But if y... [More]


Tags: , ,

.NET | C# | Timepass

Search


Tags



Categories

Calendar

<<  September 2010  >>
MoTuWeThFrSaSu
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910

View posts in large calendar

All Items
Sign in

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.
© Copyright 2010, Rahul Soni

Powered by BlogEngine.NET 1.4.5.0