Can you change the value of a variable while debugging a C#
application?
Answers were Sorted based on User's Feedback
Answer / guest
Yes, if you are debugging via Visual Studio.NET, just go to
Immediate window.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vinodh kumar
using conditional compilation we can do... other then immediate window...
Is This Answer Correct ? | 1 Yes | 0 No |
What is difference between value and reference types?
Can I use parseint?
Who introduced c#?
Where do I put dll files?
what is dynamic sql
how to retrieve binary data from database (using c#.net and sql server/windows application)
Can we have the method in drived class with the same name which is there in base class?
Structs are not reference types. Can structs have constructors?
What do you mean by the delegate in c#?
What is early binding and late binding
12 Answers ABC, Infosys, TATA,
What does string intern do?
What is helper method in c#?