Results 1 to 9 of 9

Thread: Do you need a c# compiler?

  1. #1

    Thread Starter
    Hyperactive Member singularis's Avatar
    Join Date
    Nov 2006
    Location
    Over There!
    Posts
    372

    Do you need a c# compiler?

    Try sharp develop it is free and excellent
    I know this is a strange post but I spent ages looking for a decent C# compiler that was free.
    I just thought I would share this information with everyone

    http://www.icsharpcode.net/OpenSource/SD/
    If what I said was helpful, give me rep!

    My Complete Games: -- 2D Zone (Space Shooter game) || _2D Zone 2_ || Ninja Blob (2D platformer) || Dren (Co-op up to 4 player base defence game)

    My Projects: -- The Dread Engine (2D VB game Engine) || A* Path Finding


    An excellent site for learning DirectX7, 8 & 9 (for VB6, C# & VB.net) would be: directx4vb.vbgamer.com --- For my projects and games see: pieper.freehostia.com

  2. #2
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: Do you need a c# compiler?

    SharpDevelop is not a C# compiler. It is basically an open source clone of Visual Studio, which is an IDE. The default C# compiler used by SharpDevelop is provided by the Microsoft .NET Framework (csc.exe).

    If you were looking for a free (open source) C# compiler and .NET Framework look at Mono or Portable.NET.
    Last edited by tr333; Dec 15th, 2006 at 10:02 AM.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  3. #3

    Thread Starter
    Hyperactive Member singularis's Avatar
    Join Date
    Nov 2006
    Location
    Over There!
    Posts
    372

    Re: Do you need a c# compiler?

    So microsoft did most of the work but #develop only did the IDE. Did microsoft not also design the .net framework
    If what I said was helpful, give me rep!

    My Complete Games: -- 2D Zone (Space Shooter game) || _2D Zone 2_ || Ninja Blob (2D platformer) || Dren (Co-op up to 4 player base defence game)

    My Projects: -- The Dread Engine (2D VB game Engine) || A* Path Finding


    An excellent site for learning DirectX7, 8 & 9 (for VB6, C# & VB.net) would be: directx4vb.vbgamer.com --- For my projects and games see: pieper.freehostia.com

  4. #4
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Do you need a c# compiler?

    Quote Originally Posted by singularis
    Try sharp develop it is free and excellent
    I know this is a strange post but I spent ages looking for a decent C# compiler that was free.
    I just thought I would share this information with everyone

    http://www.icsharpcode.net/OpenSource/SD/
    spent ages looking for a free C# compiler???

    You know Microsoft offers a C# IDE/Compiler 100% free:
    http://msdn.microsoft.com/vstudio/express/visualcsharp/

  5. #5
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Do you need a c# compiler?

    Quote Originally Posted by singularis
    So microsoft did most of the work but #develop only did the IDE. Did microsoft not also design the .net framework
    his point was that the compiler that #develop uses is the one that Microsoft built. The one that is totally free from Microsoft and comes with the .NET framework/.NET SDK

    all that #Develop is, is an IDE for writing code. It still uses Microsoft's framework and compiler.

    But again, Microsoft started offering C# express for free, and while I am sure #develop is a good IDE, the Microsoft IDE is better.

  6. #6
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Do you need a c# compiler?

    Quote Originally Posted by singularis
    So microsoft did most of the work but #develop only did the IDE. Did microsoft not also design the .net framework
    Yes, Microsoft designed and wrote the .NET Framework. All of .NET is Microsoft.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  7. #7

    Thread Starter
    Hyperactive Member singularis's Avatar
    Join Date
    Nov 2006
    Location
    Over There!
    Posts
    372

    Re: Do you need a c# compiler?

    In order to use microsofts C# IDE you have to first register and then you get a web installer. I personally prefer #develop as it is one installation and I can easily install it to my offline laptop.
    If what I said was helpful, give me rep!

    My Complete Games: -- 2D Zone (Space Shooter game) || _2D Zone 2_ || Ninja Blob (2D platformer) || Dren (Co-op up to 4 player base defence game)

    My Projects: -- The Dread Engine (2D VB game Engine) || A* Path Finding


    An excellent site for learning DirectX7, 8 & 9 (for VB6, C# & VB.net) would be: directx4vb.vbgamer.com --- For my projects and games see: pieper.freehostia.com

  8. #8
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Do you need a c# compiler?

    Quote Originally Posted by singularis
    In order to use microsofts C# IDE you have to first register and then you get a web installer. I personally prefer #develop as it is one installation and I can easily install it to my offline laptop.
    that makes no sense.. you still had to download #develop in the first place, then you could use it offline. They same is true for C# Express. You download the web installer, when you run it, it downloads and installs the actual IDE and components you need, installs them, and off you go. You don't need to be online to use C# Express, so I don't see the difference there..

  9. #9
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Do you need a c# compiler?

    You can even download the iso image of the CD and install it off line.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

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