Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 216847
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T18:36:09+00:00 2026-05-11T18:36:09+00:00

The question might look subjective but considering Microsoft: Owns the Xbox 360 platform Owns

  • 0

The question might look subjective but considering Microsoft:

  • Owns the Xbox 360 platform
  • Owns the Windows platform
  • Have their own game studio (MGS)
  • Own other 3rd party developers
  • Is a major publisher

makes me wonder why Microsoft doesn’t push their flagship language to prove that not only you can cut down significant development time, and therefore money, but also show that you can release a next gen title where the real time interactivity doesn’t suffer.

If Microsoft were to do this once, I am sure many AAA developers would jump on that wagon too.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T18:36:09+00:00Added an answer on May 11, 2026 at 6:36 pm

    First, XNA wouldn’t be an option. It is made with the goal of abstracting away the differences between the PC and 360. A high-performance game can’t do that. It has to exploit the differences. Where the 360 shines, the performance has to be leveraged. Where it sucks, workarounds have to be developed. And vice versa for the PC.

    That’s also why other DirectX wrappers exist (SlimDX comes to mind as a much more direct D3D wrapper).

    As for managed code in general, several problems come to mind:

    • They have a large codebase already that they’d like to keep using. The way to cut down on development time is not to throw everything out the window and start over from scratch in another language.
    • Most game studios still have some autonomy, even if they’re owned by Microsoft. If they prefer to write their game in C++, can Microsoft overrule it? Would it be a good idea to do so? It would certainly piss off the developers, and pissed off developers aren’t usually a good thing.
    • Performance: Yes, C# and .NET performs very well on PC, but on consoles, it’s a different story. It uses the .NET CF which, among other things, has a terribly primitive garbage collector. Its JIT compiler frankly sucks. .NETCF is not designed to outperform well-tuned native code.
    • Control: The way you usually write AAA console games is to exploit everything the console has to offer. Every byte of memory should be more or less accounted for, every CPU cycle used. Managed code is simply less predictable. When does the GC run? How much memory is in use at any given time? We don’t know. Consoles only have very limited amounts of memory. (The 360 has 512MB iirc. That’s not much for a modern game, and it is only possible to make games like Halo 3 if you know exactly who’s using how much of that memory).
    • Most features on the 360 are simply not exposed to .NET. Many hardware features require either C++ interop or assembler to exploit.

    When that is said, using .NET for a high-profile PC game would work a lot better. The full .NET framework has much better performance characteristics, and the available hardware on a PC is going to vary anyway, so tight control over the exact memory usage is less critical.

    But ultimately, why would they do this? It’d be a big risk, it’d require a lot of code rewriting, and what exactly are they trying to prove? Most studios make cross-platform games, and for them, .NET is not an option no matter how awesome it is. They want to be able to run their code on the PS3 as well, or the Wii, or….

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This might look as a stupid question. But, I have a class with some
this question might look dumb but I need to have a clear idea when
It might look like an odd question but the fact is I currently have
I am back into c/Linux. The question might look stupid, but relevant after working
It might look like a stupid question, but I recently realized that .NET implementation
This might look like a basic question to some of you but I expect
This might look like a silly question to some, but handling the different types
I know it might look like a silly question but here is my case
The question might seem a bit confusing but I have an if statement that
This might be a subjective question, but I'll give it a go. There are

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.