Difference between revisions of "User:Saul/c sharp"

From Organic Design wiki
(Created page with install info)
 
m (Install)
Line 1: Line 1:
 
= Install =
 
= Install =
I recommend using mono and [http://www.monodevelop.com monodevelop] for writing, building and running C# projects.
+
I recommend using mono and [http://www.monodevelop.com monodevelop] for writing, building and running C# projects on linux.
 
<source lang="bash">
 
<source lang="bash">
 
sudo apt-get install monodevelop
 
sudo apt-get install monodevelop
 
</source>
 
</source>
 
Create a new project with Ctrl-Shift-N.
 
Create a new project with Ctrl-Shift-N.

Revision as of 23:08, 31 July 2018

Install

I recommend using mono and monodevelop for writing, building and running C# projects on linux.

sudo apt-get install monodevelop

Create a new project with Ctrl-Shift-N.