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
What is user control in asp.net?
What is event bubbling?
What does asp in asp.net stand for?
How to do state management in ASP.NET?
How does u get record no from 5 to 15 from a dataset of 100 records?
How do we assign page-specific attributes?
Where do the cookie state and session state information be stored?
What is form method?
What are the two properties that are common on every validation control?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
What is difference between viewstate and session in asp net?
What is the use of service provider?
How would you enable impersonation in the web.config file?
What is the mvc framework?
Why do we need Sessions?