How do you debug an ASP.NET Web application?
Answer / p.ramakrishna
Attach the aspnet_wp.exe process to the DbgClr debugger.
Is This Answer Correct ? | 2 Yes | 1 No |
How do I do implement a trace and assert?
What is the advantage of static class in c#?
What?s the .NET datatype that allows the retrieval of data by a unique key?
What is difference between ilist and list?
Is c# dictionary a hash table?
what is a structure in c#
What is gac? What are the steps to create an assembly and add it to the gac?
Can you prevent your class from being inherited and becoming a base class for some other classes?
Is dictionary reference type c#?
What is global asax in c#?
Write a program to find the angle between the hours and minutes in a clock
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.