I know there is a performance penalty due to the common language runtime acting like a virtual machine on .net applications, but can somebody tell me if there is a way to optimize performance in any of these applications. I have noticed that even by removing debug information (Release Build) it does not make a difference. Any hints ?

Thanks