You are viewing a single comment's thread.

view the rest of the comments →

0
1

[–] 5772772? 0 points 1 point (+1|-0) ago  (edited ago)

C# creates very efficient code, if it is slow then it has nothing to do with C# but the way you built your application. Just look at what the IL creates and especially look how the IL is translated to real machine code that is near efficient as C++.

But of course if you have a SAP background the you will never get the speed out of managed code.