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 |
Why do we use ienumerable in c#?
What is disco?
Is c# a keyword?
If a class is having 4 variables namely type double,type integer,type string,type decimal. If we create an instance of that class those variables which gets into this instance are value types or reference types?
What is the different types of private assembly and shared assembly?
What is a property in c#?
Describe ado.net?
What is c sharp used for?
Define the term immutable ?
Why do we use delegates?
How do you sort a list in c#?
What are logical operators in c#?