nerdexam
Microsoft

70-573 · Question #211

You create a custom Web Part. You need to verify whether the Web Part causes any memory leaks. Which tool should you use?

The correct answer is A. SPDisposeCheck.exe. MNEMONIC RULE: "memory leaks = SPDisposeCheck" SPDisposeCheck is a tool that helps developers and administrators check custom SharePoint solutions thatuse the SharePoint Object Model helping measure against known Microsoft dispose best practices. This toolmay not show all…

Developing SharePoint Solutions

Question

You create a custom Web Part. You need to verify whether the Web Part causes any memory leaks. Which tool should you use?

Options

  • ASPDisposeCheck.exe
  • BSPMetal.exe
  • CWca.exe
  • DWinDbg.exe

How the community answered

(52 responses)
  • A
    79% (41)
  • B
    6% (3)
  • C
    13% (7)
  • D
    2% (1)

Explanation

MNEMONIC RULE: "memory leaks = SPDisposeCheck" SPDisposeCheck is a tool that helps developers and administrators check custom SharePoint solutions thatuse the SharePoint Object Model helping measure against known Microsoft dispose best practices. This toolmay not show all memory leaks in your code and may produce false positives which need further review bysubject matter experts. SharePoint Dispose Checker Tool

Topics

#memory leaks#SPDisposeCheck#Web Part development#debugging tools

Community Discussion

No community discussion yet for this question.

Full 70-573 Practice