Hi,
VS 2005: Partial class ,Generics etc.
VS 2008: new Features:
1)Automatic Properties like
public string Name
{
get;
set;
}
previous:
public string Name
{
get{ return Name;}
set{value = Nmae;}
}
2)Linq to Sql,Linq to Objects,Linq to xml,Linq to Ado.net Entities etc
3) Main Advantages is by using VS 2008
You have to Reduce the Lot of Code .
4)Partial Methods,Extenction Methods etc
5)VS 2008 WPF,WCF,WWf,WCF etc

