I have a silverlight application and using WCF to communicate to the backend SQL Server using entity framework.
I want to know what portion of my application is using the most memory. What tools can I use for uncovering memory usage?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
CLR Profiler – Excellent Free Tool – can be used generically for any .NET application but i have never used it with Silverlight before so cant comment about the UI part.
Red Gate’s ANTS Memory Profiler – Excellent paid tool including support for Silverlight.
I have used ANTS profiler in multiple ASP.net projects including WCF services and i have found it to be a very easy to use and definitely worth the money paid for it.