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
What is lock statement in C#?
How do I edit a dll file?
Are structs faster than classes?
What are the variables in c#?
What is yield break in c#?
How can I produce an assembly?
Which types of inheritances does c# support?
What is a .aspx file?
How will you allow a class to be inherited, but prevent the method from being over-ridden?
what is IDisposal interface,IComparable,IEquatable,IFormatable
Define clr in .net?
How do you convert byte array to hexadecimal string, and vice versa?
In .Net, what is an assembly? Also explain the type of assembly.
Is javascript harder than c#?
Explain the role of the datareader class in ado.net connections?