Quote:
|
Originally Posted by Series
Curious... how different are they? I know they're quite different, but are they night & day different? I did A LOT with ASP up until about 2002, do you think it would be fairly easy to make the jump to .NET if I needed to?
thanks.
|
If you had experience with asp , asp.net should be no drama. Some differences like a more powerful language (vb.net or c#), code behind pages etc. But overall asp.net is easier than asp (imho).
The really cool thing I like is that vb is now a fully power OO language (vb.net) and its really easy to move over to c# once you've done vb.net. So its actaully a painless way to get over to C.
The other great thing is that the code is indentical for applications, websites or pda's, its just the presentation layer that changes. For example, now I'm working on a derivatives site, but should I need to I can easily move it over to a windows app or pda app.
ASP2.0 is out at the end of the year which is another big step forward, so get on board now folks...