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…
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)- A79% (41)
- B6% (3)
- C13% (7)
- D2% (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
Community Discussion
No community discussion yet for this question.