Cornipsus Posted April 3, 2007 Share Posted April 3, 2007 Can anyone link me to a free C# compiler? Quote The God of Judgement is not pleased... Link to comment Share on other sites More sharing options...
BoltBait Posted April 3, 2007 Share Posted April 3, 2007 http://msdn.microsoft.com/vstudio/express/visualcsharp/ Quote Click to play: Download: BoltBait's Plugin Pack | CodeLab | and how about a Computer Dominos Game Link to comment Share on other sites More sharing options...
Rick Brewster Posted April 3, 2007 Share Posted April 3, 2007 Moved to General Coding / Programming Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
Bob Posted April 3, 2007 Share Posted April 3, 2007 The .NET Framework SDK provides just the compiler (hhmmm mcs.exe iirc). http://www.google.com/search?q=.net+framework+sdk Quote No. Way. I've just seen Bob. And... *poof!*—just like that—he disappears into the mist again. ~Helio Link to comment Share on other sites More sharing options...
BoltBait Posted April 4, 2007 Share Posted April 4, 2007 Hehe. CodeLab is a C# compiler... Quote Click to play: Download: BoltBait's Plugin Pack | CodeLab | and how about a Computer Dominos Game Link to comment Share on other sites More sharing options...
penguin Posted June 11, 2007 Share Posted June 11, 2007 is there any other choice than .NET when i'm coding in C#?? Quote Link to comment Share on other sites More sharing options...
drakaan Posted June 12, 2007 Share Posted June 12, 2007 is there any other choice than .NET when i'm coding in C#?? Microsoft is the company that created C#, so .NET is pretty much it right now for windows development. You *do* have the option of using Mono on Linux (along with Eclipse or Monodevelop) for C# development, but then you might as well work in Java (very similar in syntactual style to C#, besides). The .net dev toolkit is now free (pricewise) in its basic version, though. Quote Link to comment Share on other sites More sharing options...
I Like Pi Posted June 20, 2007 Share Posted June 20, 2007 Note that compilers are included with the standard .NET framework, and one does not have to install Visual studio or the SDK. For the C# compiler, see C:/Windows/Microsoft.NET/Framework/v2.0.50727/csc.exe EDIT: slashes were screwed up Quote Link to comment Share on other sites More sharing options...
FireFly Posted June 30, 2007 Share Posted June 30, 2007 I use Visual Studios Express or CodeLab... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.