You create a custom Web Part.
You need to verify whether the Web Part causes any memory leaks.
Which tool should you use?
A.
SPDisposeCheck.exe
B.
SPMetal.exe
C.
Wca.exe
D.
WinDbg.exe
Explanation:
MNEMONIC RULE: “memory leaks = SPDisposeCheck”SPDisposeCheck is a tool that helps developers and administrators check custom SharePoint solutions that use the SharePoint Object Model helping measure against known Microsoft dispose best practices. This tool may not show all memory leaks in your code and may produce false positives which need further review by subject matter experts.
SharePoint Dispose Checker Tool
http://archive.msdn.microsoft.com/SPDisposeCheck