ASP
·
ASP has only 4
built in classes like Request, Response, Session and Application
|
·
ASP doesn't supporting
Page level transactions
|
·
No Separation of Code .
|
·
Cannot use Dll ( dynamic link library)
|
·
Asp uses view state on server-based forms
|
·
Interpreted
|
ASP.Net
·
ASP.NET using .NET framework classes
which has more than 2000 in built classes.
|
·
ASP.Net supporting Page level transactions
|
·
Separation of Code .
|
·
Use Dll ( dynamic link library)
|
·
Strongly Typed
|
|
0 comments:
Post a Comment