Answer Posted / p.ramakrishna
1. CorDBG is command-line debugger. To use CorDbg, you
must compile the original C# file using the /debug switch.
2. DbgCLR is graphic debugger. Visual Studio .NET uses
the DbgCLR.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default
What is check/uncheck?
What are the 3 logical operators?
How do I do implement a trace and assert?
List out the differences between array and arraylist in c#?
What is private void in c#?
What is parameter c#?
What is dll in vb.net?
What is difference between assembly and namespace?
Can namespace contain the private class?
Why do we need dependency injection in c#?
Explain the steps to create satellite assembly?
Can we inherit private members of class in c#?
How many constructor can a class have?
What is the purpose of abstract class in c#?