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
Explain about ASP.NET?
What is the purpose of url encoding?
What is difference between abstract class and an interface?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
Briefly describe the role of global.asax?
What are the ways to sending the data in ASP.NET page?
Explain the difference between debug.write and trace.write? When should each be used?
Explain the use of resource manager class in .net.
What is cas?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
What is cookies in asp net?
Why is global asax is used?
How do you hide the columns?
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
Can you explain the basic use of dataview?