Can you change the value of a variable while debugging a C#
application?
Answer Posted / vinodh kumar
using conditional compilation we can do... other then immediate window...
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the access modifiers in c#?
Difference between abstract classes and interfaces
Explain how many types of exception handlers are there in .net?
How do I create a new form in c#?
Can you instantiate a struct without using a new operator in c#?
What is the difference between dll and lib?
What is byte c#?
Can you explicitly call a destructor?
Define clr in .net?
How will you allow a class to be inherited, but prevent the method from being over-ridden?
How C# 4.0 supports dynamic programming language?
How string definitions will prevent escaping on backslashes in C#?
What is scaffolding in c#?
What happens if you add duplicate elements to a set?
Can you change the value of a constant filed after its declaration?