How to analyse program's memory usage in Visual Studio 2010? -
is there way check memory has been allocated in program coded in vs 2010? i've been noticing recent program i've been making keeps using more , more memory on time without releasing any.
also, there articles on code design teaches memory management? seem searching wrong terms on google keep getting useless results.
there commercial tools such ants memory profiler or .net memory profiler or dottrace. secondly, take @ this msdn article. lastly, maoni stephens has many blog posts on garbage collection , memory management in .net. linked here.
Comments
Post a Comment