Saturday, November 04, 2006

MS Technology Interview Questions

Please visit this good blog for MS Interview Questions....
read more

Tuesday, October 24, 2006

Friday, October 20, 2006

Hello World

class HelloWorld
{
static void Main () {
System.Console.Write("Hello World!");
}
}