managed-code
My application is unmanaged. Where do I start introducing managed code?
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[详细]
2022-12-14 19:10 分类:问答Why don't managed languages offer the ability to manually delete objects?
Lets say you want to write a high performance meth开发者_JAVA百科od which processes a large data set.[详细]
2022-12-13 09:05 分类:问答The speed of .NET in numerical computing
In my experience, .NET is 2 to 3 times slower than native code. (I implemented L-BFGS for multivariate optimization).[详细]
2022-12-12 21:06 分类:问答Check managed assembly version on an SQL Server database
I need to find out the version of an开发者_开发百科 assembly deployed to an SQL Server database.[详细]
2022-12-09 00:27 分类:问答