.NET Framework 101![]()
Any .NET app is compiled to an intermediate code and then when the application is ran the first time on any machine, the .NET Framework process compiles that intermediate code to be optimized for the machine it's running on.
My question comes now..! Does that mean that it can take full advantage of Multi Processor/Multi Core CPUs automatically..?
Cheers![]()




Reply With Quote