CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Threaded View

  1. #2
    Join Date
    Jan 2010
    Posts
    1,133

    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
  •  





Click Here to Expand Forum to Full Width

Featured