Can you change the value of a variable while debugging a C#
application?
Answer Posted / guest
Yes, if you are debugging via Visual Studio.NET, just go to
Immediate window.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the three test cases in unit testing?
What is the default value of date?
Can we make a Static Constructor Parameterized? Give Reason with your answer
What are the fundamental oop concepts?
What is called method in c#?
Are structs faster than classes?
Can we inherit sealed class in c#?
Can var be null c#?
What are the features of c#?
What is a value type in c#?
What are the different types of assembly?
What are reflections in c#?
Does c# support properties of array types?
What are accessors?
What is an extension method in c#?