Thread: C# Compilers

  1. #1
    Registered User
    Join Date
    May 2005
    Posts
    50

    C# Compilers

    Any free compilers around here that are good for learning off books.

  2. #2
    Registered User Frobozz's Avatar
    Join Date
    Dec 2002
    Posts
    546
    Most books are going to eventually teach you to use System.Windows.Forms. I think only Visual Studio has that. Might be wrong though. Might be available as long as you are under Windows.

    At anyrate, check out www.mono-project.com

  3. #3
    Registered User
    Join Date
    May 2005
    Posts
    50
    Well, i got C# professional and I don't know which compiler to use for that

  4. #4
    Registered User Frobozz's Avatar
    Join Date
    Dec 2002
    Posts
    546
    Most likely it is going to suggest Visual Studio. In fact it should have mentioned it at the beginning of the book. You can also grab the beta version from Microsoft's website. Only catch is it will expire in most likely 180 days. Not a big deal though since you'll probably be through that book by then.

    Express version is at lab.msdn.microsoft.com/express/

  5. #5
    Banned nickname_changed's Avatar
    Join Date
    Feb 2003
    Location
    Australia
    Posts
    986
    The C# compiler that ships with the Microsoft .NET Framework (what Visual Studio uses) is free. Just download the .NET SDK.

    http://www.microsoft.com/downloads/d...displaylang=en

    If its an IDE you're after, SharpDevelop is free (well, Open Source). http://www.google.com.au/url?sa=U&st...rce/SD/&e=9707

    Visual Studio does cost money, but there are beta versions out now for free.

    http://lab.msdn.microsoft.com/expres...p/default.aspx

    Your book will probably want you to use Microsofts C# compiler, so either use the .NET SDK at the top or SharpDevelop. You'll probably find SharpDevelop much easier to get started with.

  6. #6
    Banned nickname_changed's Avatar
    Join Date
    Feb 2003
    Location
    Australia
    Posts
    986
    System.Windows.Forms comes as part of the .NET Framework. It's not limited to visual studio.

    Your book should talk about this stuff near the start, I am sure there would be a section on compilers and IDE's. If not, take it back.

  7. #7
    Registered User Frobozz's Avatar
    Join Date
    Dec 2002
    Posts
    546
    I've tried SharpDevelop and frankly I don't think it is anywhere near as good as Visual Studio. Microsoft claims the Express series will be selling for $50 per language. Standard will now be shipping with all the languages and will sell for $300. They seem to be getting cheaper every release. And about time too. :P

  8. #8
    Banned nickname_changed's Avatar
    Join Date
    Feb 2003
    Location
    Australia
    Posts
    986
    Yeah but every time I say "learn beta 2, it'll be out soon and cheap" they always whinge and go with #develop or a stolen version of Visual Studio. I too believe VS (especially beta 2, as I use it at work every day) is far superior, but I bet someone will argue

  9. #9
    essence of digital xddxogm3's Avatar
    Join Date
    Sep 2003
    Posts
    589
    "Hence to fight and conquer in all your battles is not supreme excellence;
    supreme excellence consists in breaking the enemy's resistance without fighting."
    Art of War Sun Tzu

  10. #10
    UT2004 Addict Kleid-0's Avatar
    Join Date
    Dec 2004
    Posts
    656
    Yeah I got the Visual Studio 2002 Student version for $100 at my local university.

  11. #11
    Registered User Frobozz's Avatar
    Join Date
    Dec 2002
    Posts
    546
    For some odd reason our college handed out free copies of Visual Studio 2002 to those taking the class. Funny thing is they never gave up the keys to use them so we had to find those ourselves. When I finally got my copy running I noticed it was not the student edition but the professional one.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C++ Builder Comparison
    By ryanlcs in forum Tech Board
    Replies: 14
    Last Post: 08-20-2006, 09:56 AM
  2. Is It Possible To Install Multiple Compilers?
    By mishna_toreh in forum C Programming
    Replies: 3
    Last Post: 05-13-2005, 07:32 AM
  3. Compilers for Windows
    By LegendsEnd in forum Windows Programming
    Replies: 2
    Last Post: 03-26-2004, 08:03 AM
  4. Compilers, Compilers, Compilers
    By Stan100 in forum C++ Programming
    Replies: 11
    Last Post: 11-08-2002, 04:21 PM
  5. target OS compilers
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 07-01-2002, 11:08 AM