Jump to content

ASP.NET

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
preeta

preeta

    Newbie

  • Members
  • Pip
  • 7 posts
What is difference between ASP.net 2.o and ASP.net 3.0.

_________________

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,822 posts
I believe it is the .NET library version.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
jackolantern

jackolantern

    Learning Programmer

  • Members
  • PipPipPip
  • 47 posts
There are also some minor upgrades to the syntax of most of the languages moving from one major version to the next. These can usually be found on wikipedia's entry for the language. But as was already said, the most major upgrades come from the newer version of .NET.

#4
imp0steur

imp0steur

    Newbie

  • Members
  • Pip
  • 8 posts
AFAIK there is not ASP.NET 3.0.. After ASP.NET 2.0 theres ASP.NET 3.5

.NET Framework 2.0
.NET Framework 3.0 (Has no ASP.NET Additions)
.NET Framework 3.5 (ASP.NET has few controls, Ajax Extension included, C# 3.0)