mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
32 lines
1.8 KiB
HTML
32 lines
1.8 KiB
HTML
---
|
|
title: CSharpCollections
|
|
layout: program
|
|
archived: true
|
|
custicon: false
|
|
iconurl: https://cdn.ncxprogramming.com/file/icon/csharpcollection.png
|
|
author: NinjaCheetah
|
|
platform: Windows
|
|
links:
|
|
- name: View Source
|
|
link: https://github.com/NCX-Programming/CSharp-Collection
|
|
- name: Download Installer
|
|
link: https://github.com/NCX-Programming/CSharp-Collection/releases/latest/download/CSharpCollectionSetup.msi
|
|
---
|
|
|
|
<h3 style="text-align:center;">What is it?</h3>
|
|
<p style="text-align:center;">This is a collection of C# programs by <a href="https://github.com/ninjacheetah/">NinjaCheetah</a>. These programs were made to help him learn C# and figure out how to use Visual Studio.</p>
|
|
<p style="text-align:center;">Included mini-apps are:</p>
|
|
<ul style="text-align:center;list-style-type:none;">
|
|
<li>- Color Buttons</li>
|
|
<li>- C#Calc</li>
|
|
<li>- Tic Tac No </li>
|
|
<li>- C#Notes</li>
|
|
<li>- C#Search</li>
|
|
</ul>
|
|
<h3 style="text-align:center;">Requirements</h3>
|
|
<p style="text-align:center;">You will need a 64-bit version of Windows 10 with the .NET 5.0 Runtime installed. (You can download that from <a href="https://dotnet.microsoft.com/download/dotnet-core/">here</a>.)</p>
|
|
<h3 style="text-align:center;">Installing</h3>
|
|
<p style="text-align:center;">To install, download the latest MSI installer, using the link at the top of the page, and run in. Follow the instructions in the installer.</p>
|
|
<h3 style="text-align:center;">Compiling</h3>
|
|
<p style="text-align:center;margin-left:16px;margin-right:16px;">To compile, use the link at the top of the page to go to the GitHub page, and then clone/download the source code however you'd like. Once you have the source, the easiest way to compile it is to open the solution up in Visual Studio 2019, and then use the compile button.</p>
|