Log in / create account | Login with OpenID
DocForge
Programmer's Wiki

C Sharp

From DocForge

C# is a programming language most commonly associated with Microsoft's C#, which is an interpreted language not unlike Java, though with far less portability than Java. C# runs using a JIT (Just In Time) compiler to optimize for the local platform right before program execution, just like Java. C# is also supported on the XBox 360, and is the language that the Microsoft XNA Framework is written in.

C# suffers from its lack of cross-platform compatibility, and because it is not as fast as C++, which is affecting its proliferation into the professional game development industry. C# is still a very capable language which features many things that C++ is lacking, and is an excellent language to learn if you aren't concerned about its limitations.