what are debugging types in .net?
Answers were Sorted based on User's Feedback
Answer / mani
Two types of Debuggings
1.CorDbg:(command line debugger)To use CorDbg, You must
compile the original c# file, by using /debug switch.
2.Dbgclr:(Graphic Debugger)Visual studio.net uses Dbgclr
Is This Answer Correct ? | 27 Yes | 1 No |
Answer / sanjay
There are two types debugging in dot net
1- CorDbg
2- Dbgclr
Is This Answer Correct ? | 9 Yes | 2 No |
What is validation in asp.net?
What’s difference between “optimistic” and “pessimistic” locking?
If I m using Session State Partioning where I have partitioned my session into 4 servers then how can I know that my session will be stored on which server?
What do you mean by serialize?
What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?
How to implement Authentication and Authorization?
What is postback pixel?
I have a DataGrid in which two of the columns are editable...i want to update the backend table with the newly edited data of the datagrid. How to do this please help me.
1 Answers MS Technosoft, Wipro,
What is a uri query?
What is boxing and unboxing ?
7 Answers Accenture, Infosys, MedTek,
Which asp.net objects encapsulate the state of the client and the browser?
What is cookie less session? How it works?