What debugging tools come with the .NET SDK?
Answer / 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 |
Practcle scenario where I can use abstract class and where I can use Interface
1 Answers Jeevan Technologies,
What is architecture of your poroject? how i c an say?
2 Answers Eminosoft, HCL, Phoenix Technologies,
How to generate strong name key file or which command is used to generated strong name key file?
Can a class have more than 1 destructor?
What?s the implicit name of the parameter that gets passed into the class? set method?
Is XML case-sensitive?
How do I start a program in c#?
What is a method c#?
Illustrate race condition?
Explain different properties of object oriented systems.
What is the use of the dispose method in C# ?
What is state c#?