what is the difference between asp and asp.net
Answer / dsr
Biggest noticeable difference: ASP (Classic ASP as it is
known) is a Script Language (i.e VBScript), where as
ASP.NET is a the web formulation of a Compiled Language
(i.e. Visual Basic, C#, J#, C++.Net)
| Is This Answer Correct ? | 6 Yes | 0 No |
Does .NET runtime offer Deterministic Destruction or not?
What is this DLL hell problem in dotnet? Can a virtual class be created/can a virtual method be created inside the class?
Explain write back and write through caches? : .NET Architecture
Can you explain atlasuiglitz library?
Will finally block exec if we write an return statement to a try block???????
what are login controls?
Explain How to improve the cache performance? : Dot net architecture
Why am I getting an invalidoperationexception when I serialize an arraylist?
Explain the components required to develop mobile applications with .net mobile? : Microsoft dot net mobile
Explain the difference between primary & secondary storage device? : Dot net architecture
How to delete the duplicate records from table(having bulk records)?
what is the difference between master page and content page?