7

Is there any chance Chrome OS will support .NET framework? Or will we need to learn Java...

Eduard Florinescu
  • 16,747
  • 28
  • 113
  • 179
Clangon
  • 1,408
  • 2
  • 18
  • 24
  • 1
    Being Linux based it could run Mono, but the hardware profile they are targeting says it is unlikely. – Godeke Jul 14 '09 at 15:27
  • @Godeke: That is assuming it is "just" Linux. From what they've said so far, it sounds like a very basic Linux kernel, with little more functionality than what it takes to get online and run a web browser. So Mono compatibility is hardly a given. It might work, it might be made to work over time, or it might not. – jalf Jul 14 '09 at 15:31
  • 1
    What sort of .NET code would you want to develop for it? Doesn't seem like a good platform match.. – xyz Jul 14 '09 at 15:33
  • 2
    How is this not programming related? I can't actually think of any other category that it would be put under. – Joseph Jul 14 '09 at 15:47
  • As the OS isn't even complete yet this could go either way. There is nothing stopping Google putting a port of .Net in the OS but I doubt they will. – Martin Brown Jul 14 '09 at 15:52

3 Answers3

4

A chance? Sure. But one so tiny that it isn't worth thinking about.

The publicity so far suggests that it will do nothing except run Chrome. This will give the usual APIs (including Google GearsGear has been deprecated by Google), but everything will have to run in the browser.

You don't have to learn Java. Client side web programming is almost entirely based around JavaScript (which has about as much in common with Java as carpets have in common with cars.)

Of course, you will still be able to use .NET on the server should you so wish. Personally, I'll stick to Perl.

Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335
0

I doubt it will support either. Well, maybe java browser applets or Silverlight/moonlight, but even that's a stretch. From the sounds of things it will be just barely enough to get the Chrome browser running, and that's it's. No other apps or even desktop environment.

Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794
0

It depends on a lot of things unfortunately. Most particularly what version of the .Net Framework.

Will it support the Microsoft version of the framework? Unlikely as it won't be based on the Windows OS.

As far as I know, it will be a Linux based product so it has a higher chance of supporting a project like Mono. But given this will be a very stripped down OS, targeting smaller devices, it may end up needing to target a stripped down version of mono (similar to the compact framework).

But this is mainly idle speculation until a bit more is known about Chrome OS.

JaredPar
  • 733,204
  • 149
  • 1,241
  • 1,454