Gopi nath
Hi all, Please Any one give the answer for this question What is the Different between vs 2005 and vs2008? and advantage and disadvantages?
By Gopi nath in ASP.NET on Mar 26 2009
  • P Narasimha
    Apr, 2009 7

    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


     

    • 0
  • Gopi nath
    Mar, 2009 27

    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...
       

    • 0
  • Rahul Kumar Saxena
    Mar, 2009 27

    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.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS