Hi all, Please Any one give the answer for this question What is the Different between vs 2005 and vs2008? and advantage and disadvantages?
Gopi nath
Select an image from your device to upload
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 etc3) Main Advantages is by using VS 2008 You have to Reduce the Lot of Code .4)Partial Methods,Extenction Methods etc5)VS 2008 WPF,WCF,WWf,WCF etc