Thread: C# open source

  1. #1
    Registered User
    Join Date
    Jun 2008
    Posts
    127

    C# open source

    I have been fooling around with C# for a few days now and I really like the base language. The only problem is that it is a probriatary language and it uses the .NET platform. I there anyway to change this(I mean, is there an open source, machine code alternative)?

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    I have never tried this myself, but there is the Mono project.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    Registered User
    Join Date
    Dec 2004
    Posts
    4

    open it up

    As already stated there is the Mono-Project. It tries to have complete compatibility with .NET/WinForms along with other really nice features.
    If you want to program any OpenGL projects then I suggest the Tao-Framework along with SDL.NET. There's a lot out there in the open source community in regards to C#.
    If you're going to program in Linux/FreeBSD try using MonoDevelop (based off of SharpDevelop initially, but has taken on it's own form).

    Cheers.

  4. #4
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    C# is only useful because VB is slowly becoming useless.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Open source 64 bit compilers?
    By abachler in forum Windows Programming
    Replies: 4
    Last Post: 06-06-2007, 03:31 AM
  2. Open source library for graphical presentation
    By Vogel in forum C++ Programming
    Replies: 1
    Last Post: 09-20-2005, 05:54 AM
  3. Open Source or not
    By spidereen in forum A Brief History of Cprogramming.com
    Replies: 26
    Last Post: 04-10-2003, 12:23 PM
  4. What happened the Open source poll
    By spidereen in forum C++ Programming
    Replies: 1
    Last Post: 04-08-2003, 01:53 PM
  5. Open source: is it secure?
    By samGwilliam in forum Linux Programming
    Replies: 6
    Last Post: 02-28-2002, 09:58 AM