From e45b6dd07267817699cd9c606358533310251b84 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 29 Mar 2019 15:58:19 +0000 Subject: [PATCH] Finish mono section & add section on monodevelop --- index.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/index.html b/index.html index 7bd8680..095fe6c 100644 --- a/index.html +++ b/index.html @@ -172,6 +172,7 @@ +

Let's Compile some C♯!

@@ -204,6 +205,7 @@

Usage

    +
  • The Linux terminal is very similar to the Windows command prompt
  • If you've got some C♯ code in a Visual Studio solution already, download that now
  • Otherwise, use a text editor to write a quick program
  • On Linux, we can use csc and msbuild just like we do on Windows
  • @@ -211,6 +213,33 @@

Usage (cont.)

+
    +
  • csc MyFile.cs
  • +
  • msbuild
  • +
+
+
+ + +
+
+

Monodevelop

+
+
+

What's Monodevelop?

+
    +
  • Writing C♯ code in a text editor is old-school
  • +
  • Like Visual Studio, but on Linux
  • +
  • Actually the base of Visual Studio for Mac
  • +
+
+