what exactly is different or new in "asp.net" . right now i am learning asp and am wondering if it is better if i learn "asp.net" instead. what r all your opinions ??
ME!
Printable View
what exactly is different or new in "asp.net" . right now i am learning asp and am wondering if it is better if i learn "asp.net" instead. what r all your opinions ??
ME!
code is compiled..
no more dll hell
no need for registering or shutting down services to upload a new componenet
use full VB,C#, or any other language in .NET.
faster and more powerfull
easier seperation of code and presentation using code behind making code easier and cleaner to read
web forms are event driven
can create web form user controls
I can go on and on.
ASP .NET is really great and I would suggest learning it.
goto http://www.gotdotnet.com
look for the .NET quickstart tutorials.
thats a lot. thats the kinda site i'v been looking for all the time.
ME!