Answer Posted / satish v itagi
1. ASP.NET has languages that comply to CTS and CLS for
coding the business logic. CLR manages the JIT from IL byte
code.
2. ASP.NET has class libraries which have web controls
which are run at server by default.
3. ASP.NET can be either single file with/without Code
Behind but ASP is single file only.
ASP uses scripts and ASP.NET uses dot Net compliant
languages.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a web api?
What is the good practice to implement validations in aspx page?
Explain how dot net compiled code will become platform independent?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
Explain the Order of events in an asp.net page?
Is asp.net mvc front end or backend? : Asp.Net MVC
What is the difference between trace and debug in asp.net?
What is another word for redirect?
What do you mean by marshalbyref?
Differentiate between namespace and assembly.
Hi All, Im an MCA holder with 3+ years of experience in asp.net. Now i want to move to some good government job. I have no idea about different categories of exams held & which one can be applicable for my education background. I have done B.A with MCA. Please help me out with your valuable suggestions. I would be very grateful. Thanks Anuj
What is difference between ispostback and autopostback in asp net?
Is a dll file an executable?
What are the differences between the response.write() and response.output.write()?
Is asp.net web forms dead?