Finish mono section & add section on monodevelop
All checks were successful
continuous-integration/laminar-elessar Build 34 succeeded in 59 seconds .
All checks were successful
continuous-integration/laminar-elessar Build 34 succeeded in 59 seconds .
This commit is contained in:
parent
83d7b84386
commit
e45b6dd072
1 changed files with 29 additions and 0 deletions
29
index.html
29
index.html
|
@ -172,6 +172,7 @@
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<article class="title">
|
<article class="title">
|
||||||
<h1>Let's Compile some C♯!</h1>
|
<h1>Let's Compile some C♯!</h1>
|
||||||
|
@ -204,6 +205,7 @@
|
||||||
<article>
|
<article>
|
||||||
<h2>Usage</h2>
|
<h2>Usage</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>The Linux terminal is very similar to the Windows command prompt</li>
|
||||||
<li>If you've got some C♯ code in a <em>Visual Studio</em> solution already, download that now</li>
|
<li>If you've got some C♯ code in a <em>Visual Studio</em> solution already, download that now</li>
|
||||||
<li>Otherwise, use a text editor to write a quick program</li>
|
<li>Otherwise, use a text editor to write a quick program</li>
|
||||||
<li>On Linux, we can use <code>csc</code> and <code>msbuild</code> just like we do on Windows</li>
|
<li>On Linux, we can use <code>csc</code> and <code>msbuild</code> just like we do on Windows</li>
|
||||||
|
@ -211,6 +213,33 @@
|
||||||
</article>
|
</article>
|
||||||
<article>
|
<article>
|
||||||
<h2>Usage (cont.)</h2>
|
<h2>Usage (cont.)</h2>
|
||||||
|
<ul>
|
||||||
|
<li><code>csc MyFile.cs</code></li>
|
||||||
|
<li><code>msbuild</code></li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<article class="title">
|
||||||
|
<h1>Monodevelop</h1>
|
||||||
|
</article>
|
||||||
|
<article>
|
||||||
|
<h2>What's Monodevelop?</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Writing C♯ code in a text editor is old-school</li>
|
||||||
|
<li>Like <em>Visual Studio</em>, but on Linux</li>
|
||||||
|
<li>Actually the base of <em>Visual Studio for Mac</em></li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
|
<article>
|
||||||
|
<h2>Installing</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Same prodecure as with Mono</li>
|
||||||
|
<li>Challenge: Can you install Monodevelop using what you've learnt?</li>
|
||||||
|
<li><a href="https://www.monodevelop.com/download/">https://www.monodevelop.com/download/</a></li>
|
||||||
|
</ul>
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Reference in a new issue