Explain how can you debug your .net application?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

What can we do with asp.net?

0 Answers  


What does this do? sn -t foo.dll

3 Answers  


What is web configuration file and how to use in web application

0 Answers   MCN Solutions,


1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?

2 Answers   Marlabs,


Explain the difference between debug.write and trace.write?

0 Answers  


What is the lifespan for items stored in ViewState?

2 Answers   ISST,


How do cookies work? Give an example of their abuse.

0 Answers  


Is session server side or client side?

0 Answers  


Difference between abstract factory pattern and factory method pattern in .NET with example.

3 Answers   ACS, IBM, Keane India Ltd,


What is the use of ASP.NET routing?

0 Answers  


What does the following SQL statement return, assuming that all tables and column names are correct? SELECT FirstName, StreetAddress FROM Employees JOIN AddressBook ON Employees.EmpID = AddressBook.EmpID a) Nothing, the JOIN syntax is wrong. b) All the records form the Employees table, and only the matching ones form the StreetAddress table. c) All the records from the StreetAddress table and only the matching records form the Employees table. d) Only the matching records from the two tables.

4 Answers   Syntax Softtech,


How to implement role based security in asp.net mvc? : Asp.Net MVC

0 Answers  


Categories