Open main menu

Changes

C-Sharpe

136 bytes added, 10:38, 14 June 2021
Undo revision 2762 by 5.253.207.38 (talk)
C# Is a modern, [[OOP|object-orientated programming (OOP)]] language created by Microsoft in 2002 for their all new .NET Framework. Since '02, C# has been used across many frameworks for all different types of platforms. For example; Windows has .NET Framework; Andoird & IOS have [https://www.xamarin.com/ Xamarin]; Windows, OSX, and Linux have [http://www.mono-project.com/ Mono]. There are other frameworks that support C#, but they're the well less known.
Note: Everything below assumes you're using windows.
==== Topbar ====
[[File:Vs sidebar.png|1000px]]
We will not breakdown everything on this bar just yet, it will just introduce confusion. The only thing on this bar that a relevant to us right now is the start button and save button.
 
==== Solution Explorer ====
==== Our code ====
Explanation of code, blocks, and other things [https://s.msger.us/i/3cf31d6cL3Zm.png click here (image)]
 
<code>
using System;
}
</code>
 
(sorry about the broken code tags)
==== Complete Hello World ====
[[File:Csharpe project view.png|670px]]
133,597

edits