What are the differences between Trace and Debug?
Answer Posted / dasharatham
trace allows us to view how the code executed in details.
Debug allows line by line exection..
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is a viewstate?
What are the security types in asp.net?
How does session work?
What is difference between mvc and asp.net? : Asp.Net MVC
What are sharepoint pages?
How does ASP.NET framework maps client side events to Server side events.?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
What are the asp.net server side objects?
What is sdlc process?
Differentiate between authentication and authorization.
In Code-Behind class which kind of code (server or client) is found ?
What is scope of an application variable in asp.net?
What is the purpose of using MVC programming pattern in ASP.NET?
Explain about Automatic resource management?
Are xaml file compiled or built on runtime?