I have been experiencing a scenario and in need to explore it. Here are these: - I had two assemblies (.dll), one contains less than 20 classes (Aseembly A) and other contains more than 600 classes (Assembly B).
Hi there everyone- I've spent the past few days reading MSDN documentation and profiling test applications using various 3rd party profilers, but I seemed to have confused myself more than helped. :-/
I have written a C# program that builds a move tree for the game of Checkers. Such a move tree is naturally a very large data structure. When I run the program on a 64-bit machine with 8GB of RAM, the move tree (correctly) grows to several GB in size.