|
-
April 2nd, 2012, 07:41 PM
#2
Re: was c sharp made for linux?
You can do quite a lot on linux - C# programs require the Common Language Runtime (CLR) to run; on Windows, it comes with the .NET Framework, and on linux it is provieded via an open source project called Mono (actually, mono is cross-platform). You can use MonoDevelop to write .NET applications, in several languages (but primarily C#) - you can download it for free, and since it's also an open-source project, you can even download the source code.
It supports features up to C# 3.0 (which is most of the fancy stuff that you can do in C# - including LINQ).
I haven't tried it myself, but people who use it appear to be quite satisfied.
Last edited by TheGreatCthulhu; April 2nd, 2012 at 07:44 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|