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 |
Hey I am using asp.net mvc architecture. I creating one dropdownlist using <select id="State" name="State"></select> this is dynamic list.Its displaying properly. But in time of Edit.If i load a page dropdownlist is not displaying the item which is stored in table.
What are the differences between Dataset and DataReader?
What is the best Macanism to clear the Cache in asp.net
Explain what a diffgram is and a good use for one?
1 Answers Siebel Systems, Syntax Softtech,
we are working in .net namespaces like using system.io,system.text. these namespace before we use "using " keyword what means of using?
7 Answers CEI, CSC, HCL, Tech Mahindra,
Where on the Internet would you look for Web services?
5 Answers IBM, MNC, Siebel Systems,
Difference between asp and asp.net?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
What is ispostback method in asp.net? Why do we use that?
How do you trap errors in ASP and how do you invoke a component in ASP ?
What is the use of ASP.NET routing?
Life cycle of ASP.NET page when a request is made ?