hello,
I was thinking of starting to learn c# cut I have a few questions...
can it be used for real-time or embedded development?
can I have it work on mac and linux? of will it only work on windows?
thanks
:wave:
Printable View
hello,
I was thinking of starting to learn c# cut I have a few questions...
can it be used for real-time or embedded development?
can I have it work on mac and linux? of will it only work on windows?
thanks
:wave:
I know they have a "Compact" framework. If you target that you should be able to write programs for any devices that support the .NET Compact framework.
There are two big projects to get .NET on the Linux platform. Mono and DotGNU.
Both have C# compilers and a limited CLR. I haven't heard anything about the mac. But if OS X is truely a linux kernal like I hear, than Mono or DotGNU should run on them (right?)
OSX is based upon FreeBSD, although it is fairly heavily modified. Linux applications won't run on it.
But ou have Mono for Mac too...so it doesn't matter...;)
- ØØ -
Mono is currently supported on the following platforms:
- Linux
- Mac OS X
- Sun Solaris
- BSD - OpenBSD, FreeBSD, NetBSD
- Microsoft Windows