Matin_Habibi
Member
What is the best language for game programing ?
1 - VB
2 - VC++
3 - C#
4 - ...
and why?
1 - VB
2 - VC++
3 - C#
4 - ...
and why?
Benefits of Managed DirectX
By eliminating the Component Object Model (COM) interoperability layer, Managed DirectX improves performance. Managed code can reduce the volume of code and increase productivity. The interface is more intuitive, inheriting from the powerful and easy-to-use Microsoft .NET Framework common types. Managed code also frees you from having to deal with most memory management tasks, such as releasing objects. In the SDK you will find managed Visual Basic .NET and Visual C# samples and tutorials that duplicate nearly all of the unmanaged code samples.