3
Reply

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

Gopi nath

15y
3.3k
0
Reply

    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


     

    Hi  Rahul,

       Thank you for u response. you given is advantages and new features of the vs2008.

     but i need different in table format.... that is help full for  me and  viewer of this fourm...


    Thxz...
       

    VS 2008 can target .net 2.0, .net 3.0, .net 3.5 and .net 3.5 sp1. It supports a whole host of features not in VS 2005. It has support for WCF, WPF, LINQ, Enity Framework (in sp1) and everything great that came out after .net 2.0.