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 ispostback method in asp.net? Why do we use that?
Does google crawl redirects?
How do u optimize a query in asp.net?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
You create an assembly to access data in a relational database. This assembly will be used by several ASP.NET applications on your Web server. You need to ensure that all your applications can access the assembly. Which two actions should you take (Each Answer: presents part of the solution.)? (Choose two) A . Run the Assembly Registration tool (Regasm.exe). B . Run the String Name tool (Sn.exe). C . Run the Installer tool (Intallutil.exe). D . Run the Global Assembly Cache tool (Gacutil.exe).
6 Answers CPCL, Syntax Softtech,
If you have to replicate a set of controls(UI) across a number of web pages, what will you do
what is strong name?
4 Answers Fidelity, Infosys, Microsoft, Shriram Value Services,
What are the event handlers that can be included in the Global.asax file?
What is runat?
what is uncle aunty file
Explain about Multi-Language integration?
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?