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 is the difference between system.string and system.text.stringbuilder classes?
Explain how obfuscator works in .net
Explain how can you clean up objects holding resources from within the code?
Can properties be private in c#?
What are Indexers in C#?
What are the types of parameters in c#?
What is the difference between icomparer and icomparable in c#?
Explain the difference between passing parameters by value and passing parameters by reference with an example?
Wcf and what is difference between wcf and web services?
How do I open the console window?
What are the basics of c#?
What is hierarchical inheritance in c#?
What is the difference between array and list in c#?
What is the interface in c#?
What is attribute c#?