Distinguish the term Classic ASP as well as ASP dot net
Distinguish the term Classic ASP as well as ASP.Net?
Expert
ASP is like Interpreted language that based on scripting languages such as Jscript or VBScript.
1. ASP comprises Mixed HTML and coding logic.
2. Limited development and debugging tools are available.
3. Limited OOPS support.
4. Limited session and application state management.
ASP.Net supported by compiler and has compiled language support.
1. Separate code and design logic possible.
2. Variety of compilers and tools available includes the Visual studio.Net.
3. Completely Object Oriented.
4. Complete session and application state management.
5. Full XML Support for easy data exchange.
State the difference between Managed and Unmanaged Code?
Briefly describe garbage collection? Differentiate between garbage collections in .NET 4.0 and previous versions?
Briefly explain about identifier.
Distinguish between toolstrip drop-down button and toolstrip split button?
Can more than one line be entered in a TextBox control?
State the method which can be used to impose Garbage collection in .NET?
Write the name of the new method that has been introduced in ASP.NET 4.0 to redirect the page permanently?
Is it possible to set which kind of comparison we want to perform by the CompareValidator control?
How Web services can be prevented from the unauthorized access?
State the difference between GroupBox and Panel control?
18,76,764
1953512 Asked
3,689
Active Tutors
1421864
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!