Tagged Questions

3
votes
1answer
64 views

What pitfalls are there when programming a game in C#/.NET with SlimDX?

Since C# is executed in a virtual machine utilizing a garbage collector, there can be some problems with performance-critical applications like games as far as I've heard. Which as …
1
vote
1answer
65 views

What benefits does .NET 4 offer to games?

Hey guys, with the upcoming release of the .NET Framework 4.0 I was wondering what the new version would offer to game programmers. What do you think which new features will be th …
1
vote
2answers
74 views

What is the best cross-platform media API to use with .Net?

If you where starting out in game developed using C# or another .Net language with a long term aim at cross-platform support what would be the best media API to use? I know SDL ha …