Does anybody have any concrete information on the overhead of using the .NET Framework 2.0/3.0/3.5?
I am mostly interested in per-instance overhead and whether there is a "fixed cost" regardless of the number of instances, e.g. in a Terminal Services environment with 300 instances of a .NET Framework application running is there only 1 instance of the Just-In-Time compiler?
It would be great if I get an approximation algorithm, eg 10mb per instance + 50mb for the JIT