what are debugging types in .net?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sanjay
There are two types debugging in dot net
1- CorDbg
2- Dbgclr
Is This Answer Correct ? | 9 Yes | 2 No |
When is an object collected by the Garbage Collector? [Four options were given]
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP (1.0-3.0)?
Write the different features of a Thread and a Process?
How many types of validation are there?
what is client-server architecture in .net? and what is 3-tier architecture?
How do you relate an aspx page with its code behind Page?
Explain the difference between debug.write and trace.write?
How to prepare culture-specific formatting in .net.
What is data binding in asp net?
Difference between ISQL and OSQL??