954,500 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Where Can I get a C# Compiler

Hi

I have downloaded an editor called OceanTiger CSDesigner & it has no compiler with it. I have read the sticky posts, & I know that I could use netbeans or microsoft visual instead but I want OceanTiger because its small like Dev c++ & doesn't uses heaps of memory to run or take ages to load.

Any advice where I can download a C# compiler?

gretty
Junior Poster
158 posts since Apr 2009
Reputation Points: 10
Solved Threads: 7
 

I don't know how this compiler compares, but I've heard about it and you can check it out if you desire: Mono C# compiler...

DdoubleD
Posting Shark
996 posts since Jul 2009
Reputation Points: 341
Solved Threads: 233
 

The Official MS C#.NET compiler is not distributed as a separate entity yet. You will need to download the .NET SDK which contains a number of compilers, libaries, saples and documentation (free download). Its a cut down command-line version of the visual studio one and is quite lightweight.

I dont what version your designer requires but the SDK is avaibale for both framework 1.1 and 2.0 etc...

And yes, or mono is an answer. I had success with mono and SharpDevelop IDE.

jbennet
Moderator
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,826
Solved Threads: 601
 

You can go here and type SDK in the search window to get one of the Dot Net SDKs:
http://www.microsoft.com/downloads/en/default.aspx

If you change your mind and want Visual Studio, too, you can download the express edition for free from here:
http://www.microsoft.com/express/download/

thines01
Postaholic
Team Colleague
2,424 posts since Oct 2009
Reputation Points: 445
Solved Threads: 402
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You