My whole application (which is rather big, with a 20MB executable) is written in unmanaged C++. Because I can clearly see the advantages in using managed code, I want to start introducing managed code
Lets say you want to write a high performance meth开发者_JAVA百科od which processes a large data set.
In my experience, .NET is 2 to 3 times slower than native code. (I implemented L-BFGS for multivariate optimization).
I need to find out the version of an开发者_开发百科 assembly deployed to an SQL Server database.