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
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
What is the purpose of session management?
What do you mean by marshalbyref?
What is mvc in asp.net tutorial? : Asp.Net MVC
What events will occur when a page is loaded?
What is the concept of view state in asp.net?
What is application session?
Can you explain autopostback?
Explain security types in asp.net?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
How can we identify that the page is post back in asp net?
What is true about application service provider?
Where is asp.net session stored?
what is command line compiler.what are the steps and how it is related to debugging.
What are the main requirements for caching?