views:

92

answers:

1

I'm curious to know if anyone knows of any other .Net implementations of the .Net framework (any version) other than ones by Microsoft an the Mono project.

I remember reading about a version that was in Java (.Net 1.0 at the time), but I can remember what it was called now. Interesting idea though.

I have also read in a magazine that Mono can be ran on the Wii if you are a registered Wii developer and even the IPhone?

+8  A: 

Yes, there is at least one.

The free software foundation has some .NET resources known as DotGNU. It has a CLI implementation and are working on a webservice server.

If you are looking for interoperating with Java, there is IKVM.NET which is an implementation of Java for the .net platform.

For mono on the wii, see this resource.

In regards to running mono on the iPhone - look at MonoTouch.

Oded
MonoTouch is a bit pricey considering that was from Mono's codebase...
tommieb75
No argument from me... but Novel wrote mono, so they can do whatever they want with it.
Oded