Answer Posted / mani
Two types of Debuggings
1.CorDbg:(command line debugger)To use CorDbg, You must
compile the original c# file, by using /debug switch.
2.Dbgclr:(Graphic Debugger)Visual studio.net uses Dbgclr
| Is This Answer Correct ? | 27 Yes | 1 No |
Post New Answer View All Answers
Can you explain how ASP.NET application life cycle and page life cycle events fire?
Explain how viewstate is being formed?
What is .net framework and what are the main components of it?
Explain how can we access static variable?
How can you send an email message from an asp.net web page?
How does session work?
What is asp.net caching?
Why do we need master page in asp.net?
What are the validation controls available in ASP.NET?
What are custom user controls in asp.net?
What is the difference between the asp and asp.net?
Elaborate differentiation between ViewState and SessionState?
Describe how ASP.NET maintains process isolation for each Web application?
What are the server control tags in asp.net.?
Why will you usually create an aspnet user account in the database for an asp.net web application?