Using .NET memory modulo

I have a silverlight application and using WCF to communicate with the SQL backend server using the framework entity.

I want to know which part of my application uses most of the memory. What tools can I use to discover memory usage?

+3
source share
1 answer

CLR Profiler - A great free tool - can be used in general terms for any .NET application, but I never used it with Silverlight before commenting on a part of the user interface.

Red Gate ANTS Memory Profiler - , Silverlight. ANTS ASP.net, WCF, , , .

+3

Source: https://habr.com/ru/post/1768442/


All Articles