what are ways to debug the code step by step except using
breakpoints?
Answer / santoshvw
If we want to debug the code step by step without
breakpoints that time we use key F10.
Is This Answer Correct ? | 1 Yes | 0 No |
Can a child class call the constructor of a base class?
What is writeline?
Explain the serialization in .net
Hai I am Shiva from TN, SSE.I have an query problem. My Table : Door Field : ID,DoorID,ZoneID,Date,Time,Status. Problem was : Status.We got two values, one is 00 (OUTTIME) , Another is 01(INTIME) Like this Status --------- 00 01 00 01 00 01 00 01 How to Set as Status 00 and 01 , of separate column , Status as Intime,Status as Outtime Like this ----------- InTime OutTime ---------- ----------- 01 00 01 00 01 00 01 00 01 00 01 00 Regards KS kumar
What is the difference between finalize() and dispose()?
What is global asax in c#?
What is interface c#?
Can struct inherit from class c#?
What is lazy loading entity framework?
what are the bugs are faced in a project
What is throw in c#?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?