Can you change the value of a variable while debugging a C#
application?
Answer Posted / madduri
Yes, if you are debugging via Visual Studio.NET, just go to
Immediate window.
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
What is icollection in c#?
List the difference between interface and abstract class?
Explain nullable types in c#?
Why do we use threads in c#?
What is the purpose of abstract class in c#?
What do you understand by an Implicit Variable?
What is Fragmentation and its Types?
What are access modifiers in c#?
Why singleton class is sealed?
What are synchronous and asynchronous operations?
Why use a singleton instead of static methods?
Explain publishers and subscribers in events.
Are c and c# the same thing?
Where do I put dll files?
Can constructor be private c#?