|
INTERVIEW QUESTIONS
MICROSOFT
DOTNET
DETAILS
Question: What are PDBs? Where must they be located for debugging to work?
Answer: To debug precompiled components such as business objects and code-behind modules, you need to generate debug symbols. To do this, compile the components with the debug flags by using either Visual Studio .NET or a command line compiler such as Csc.exe (for Microsoft Visual C# .NET) or Vbc.exe (for Microsoft Visual Visual Basic .NET). Using Visual Studio .NET1. Open the ASP.NET Web Application project in Visual Studio .NET. 2. Right-click the project in the Solution Explorer and click Properties. 3. In the Properties dialog box, click the Configuration Properties folder. 4. In the left pane, select Build. 5. Set Generate Debugging Information to true. 6. Close the Properties dialog box. 7. Right-click the project and click Build to compile the project and generate symbols (.pdb files).
|
|
|
Category |
DotNet Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 7018 users |
Added on |
12/21/2010 |
Views |
71123 |
Rate it! |
|
|
Question:
What are PDBs? Where must they be located for debugging to work?
Answer:
To debug precompiled components such as business objects and code-behind modules, you need to generate debug symbols. To do this, compile the components with the debug flags by using either Visual Studio .NET or a command line compiler such as Csc.exe (for Microsoft Visual C# .NET) or Vbc.exe (for Microsoft Visual Visual Basic .NET). Using Visual Studio .NET1. Open the ASP.NET Web Application project in Visual Studio .NET. 2. Right-click the project in the Solution Explorer and click Properties. 3. In the Properties dialog box, click the Configuration Properties folder. 4. In the left pane, select Build. 5. Set Generate Debugging Information to true. 6. Close the Properties dialog box. 7. Right-click the project and click Build to compile the project and generate symbols (.pdb files). Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
What is strong-typing versus weak-typing? Which is preferred? Why?
|
View Answer
|
|
What is the difference between thread and process?
|
View Answer
|
|
What is the difference between a.Equals(b) and a == b?
|
View Answer
|
|
How does the lifecycle of Windows services differ from Standard EXE?
|
View Answer
|
|
What is a Windows Service and how does its lifecycle differ from a “standard” EXE?
|
View Answer
|
|
What is CLR?
|
View Answer
|
|
Explain the differences between Server-side and Client-side code?
|
View Answer
|
|
What type of code (server or client) is found in a Code-Behind class?
|
View Answer
|
|
Should validation (did the user enter a real date) occur server-side or client-side? Why?
|
View Answer
|
|
What does the EnableViewState Means?
|
View Answer
|
|
What is the difference between Servers? Transfer and Response. Redirect? Why would I choose one over the other?
|
View Answer
|
|
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
|
View Answer
|
|
Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?
|
View Answer
|
|
Can you give an example of what might be best suited to place in the Application Start and Session Start subroutines?
|
View Answer
|
|
What are ASP.NET Web Forms? How is this technology different than what is available though ASP (1.0-3.0)?
|
View Answer
|
|
How does VB.NET/C# achieve polymorphism?
|
View Answer
|
|
How would you implement inheritance using VB.NET/C#?
|
View Answer
|
|
Whats an assembly ..?
|
View Answer
|
|
Describe the difference between inline and code behind - which is best in a loosely coupled solution.
|
View Answer
|
|
How would you implement inheritance using VB.NET/C#?
|
View Answer
|