Visual Studio 2008 : New Features
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication2
{
class Program
{
static void Main(string[] args)
{
//this space is reserved for an article about
//visual studio 2008's new features.
//I've wrote a long (enough) article about this stuff,
//about 8 pages (1800+ words) long.
//well, even there are already a lot of
//(likely) same articles about that
//I think it won't hurt to write a new one
//but (there is a but, folks), since i wrote
//that article for Microsoft's Writing Competition
//held in partner with PC-Media magazine,
//thus make the article is the competition's
//property, I can't publish it yet,
//at least until the outcome is published
//so dear, please wait for a few days/weeks before
//the time is come. Meanwhile, you can pray for me,
//hope that Allah give me a win
//and I get a new laptop (which is the grand prize!)
//stay tune,

//* ps : the article is in Bahasa (Indonesia).
}
}
}