i recently write a graphical C# application which is also computing intensive. (in fact memory move) i had the bad surprise to see that it was a bit slower than the same demo in pure C. this is very annoying. Does someone know if there is performance issue considering C# ? i believe it was same performance than natively compiled code ? Has anybody experience or knowledge on his topic ?