Terms, Abbreviations and brief IntroductionThis section provides abbreviations and their corresponding terms as well as it explains the terms. Following that, this section provides a short introduction into .NET and especially its free implementations (especially DotGNU). TermsIntroductionThe .NET Frameworkhttp://en.wikipedia.org/wiki/.NET_Framework CLI (Common Language Infrastructure)http://en.wikipedia.org/wiki/Common_Language_Infrastructure Managed vs. Unmanaged Codehttp://en.wikipedia.org/wiki/Unmanaged_code FOSS (Free and Open Source Software) and .NEThttp://en.wikipedia.org/wiki/DotGNU http://en.wikipedia.org/wiki/Mono_%28software%29 http://www.mono-project.com/Main_Page Programming Languages for .NEThttp://en.wikipedia.org/wiki/Microsoft_.NET_Languages C #http://en.wikipedia.org/wiki/C_sharp http://en.wikipedia.org/wiki/Comparison_of_C_Sharp_and_Java http://en.wikipedia.org/wiki/Comparison_of_programming_languages Real-time .NETNon-deterministic Nature of GC (Garbage Collection)Performance of managed CodeC++/CLI - The solution to the real-time issue in userspacehttp://en.wikipedia.org/wiki/C%2B%2B/CLI Simulation, Computer Games, Virtual Realityhttp://en.wikipedia.org/wiki/Microsoft_XNA http://code.google.com/p/monoxna/ |