View Single Post
Old 09-03-14, 12:16 PM   #21
Hawk66
Samurai Navy
 
Join Date: Sep 2006
Location: Germany
Posts: 597
Downloads: 36
Uploads: 0
Default

You can develop performance critical apps in .NET. In contrast to C++ and other languages, it is very 'easy' to develop an application running on multi-core systems. For example the backend is an own thread/can run on a core and the AI part can also be decoupled, that is running on another core.
Hawk66 is offline   Reply With Quote