Sanjeev Singh
What is Difference between ASP.NET 2.0 and ASP.NET 3.5
By Sanjeev Singh in ASP.NET on Nov 23 2008
  • dotnet developer
    Jun, 2011 17

    asp.net 2.0 does not  support linq.


    asp.net 3.5   support linq.

    • 0
  • Suresh DVL
    Feb, 2011 19

    NET framework 2.0:

    It brings a lot of evolution in class of the framework and refactor control including the support of

    Generics
    Anonymous methods
    Partial class
    Nullable type
    The new API gives a fine grain control on the behavior of the runtime with regards to multithreading, memory allocation, assembly loading and more
    Full 64-bit support for both the x64 and the IA64 hardware platforms
    New personalization features for ASP.NET, such as support for themes, skins and webparts.
    .NET Micro Framework


    .NET framework 3.0:

    Also called WinFX,includes a new set of managed code APIs that are an integral part of Windows Vista and Windows Server 2008 operating systems and provides

    Windows Communication Foundation (WCF), formerly called Indigo; a service-oriented messaging system which allows programs to interoperate locally or remotely similar to web services.

    Windows Presentation Foundation (WPF), formerly called Avalon; a new user interface subsystem and API based on XML and vector graphics, which uses 3D computer graphics hardware and Direct3D technologies.

    Windows Workflow Foundation (WF) allows for building of task automation and integrated transactions using workflows.

    Windows CardSpace, formerly called InfoCard; a software component which securely stores a person's digital identities and provides a unified interface for choosing the identity for a particular transaction, such as logging in to a website


    .NET framework 3.5:

    It implement Linq evolution in language. So we have the folowing evolution in class:

    Linq for SQL, XML, Dataset, Object
    Addin system
    p2p base class
    Active directory
    ASP.NET Ajax
    Anonymous types with static type inference
    Paging support for ADO.NET
    ADO.NET synchronization API to synchronize local caches and server side datastores
    Asynchronous network I/O API
    Support for HTTP pipelining and syndication feeds.
    New System.CodeDom namespace.

    • 0
  • Santosh Wavare
    Jan, 2011 6

    NET framework 2.0:

    It brings a lot of evolution in class of the framework and refactor control including the support of

    Generics
    Anonymous methods
    Partial class
    Nullable type
    The new API gives a fine grain control on the behavior of the runtime with regards to multithreading, memory allocation, assembly loading and more
    Full 64-bit support for both the x64 and the IA64 hardware platforms
    New personalization features for ASP.NET, such as support for themes, skins and webparts.
    .NET Micro Framework


    .NET framework 3.0:

    Also called WinFX,includes a new set of managed code APIs that are an integral part of Windows Vista and Windows Server 2008 operating systems and provides

    Windows Communication Foundation (WCF), formerly called Indigo; a service-oriented messaging system which allows programs to interoperate locally or remotely similar to web services.
    Windows Presentation Foundation (WPF), formerly called Avalon; a new user interface subsystem and API based on XML and vector graphics, which uses 3D computer graphics hardware and Direct3D technologies.
    Windows Workflow Foundation (WF) allows for building of task automation and integrated transactions using workflows.
    Windows CardSpace, formerly called InfoCard; a software component which securely stores a person's digital identities and provides a unified interface for choosing the identity for a particular transaction, such as logging in to a website


    .NET framework 3.5:

    It implement Linq evolution in language. So we have the folowing evolution in class:

    Linq for SQL, XML, Dataset, Object
    Addin system
    p2p base class
    Active directory
    ASP.NET Ajax
    Anonymous types with static type inference
    Paging support for ADO.NET
    ADO.NET synchronization API to synchronize local caches and server side datastores
    Asynchronous network I/O API
    Support for HTTP pipelining and syndication feeds.
    New System.CodeDom namespace.

    • 0
  • Marland Kennedy
    Dec, 2010 15

    .Net 2.0 does support ajax and Silverlight, it does not support Linq.

    • 0
  • shiva singh
    May, 2010 27

    guys don't write wrong answer likeand?

    e.g:- asp.net 2.0 does not support Ajax etc..

    Regards,
    Shiv Mangal Singh

     

    • 0
  • P Narasimha
    Nov, 2008 24

    Hi,

    Asp.net 2.0 features:

    1.Master pages.

    2..Profiles.

    3..gridview control

    Asp.net 3.5

    1.listview conrtrol.

    2.datapager control

    3.netsted master pages

    in c# some of features

    partial methods,extenction methods,linq to sql etc

    Thanks,

    Narasima

    • 0
  • Tirupathi k
    Nov, 2008 23

    MY Answer is asp2.0 does not support ajax,silver light,linq..etc

    asp3.5 supports these  controls.

    In asp2.0 desiging is easier then asp3.5.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS