Summary
Keywords
Full Transcript
C# tutorial for beginners #C# #tutorial #beginners โญ๏ธTime Stampsโญ๏ธ 00:00:00 intro 00:00:48 download Microsoft Visual Community 00:01:41 new project 00:01:59 change IDE font size 00:02:24 compile and run program 00:02:38 Main method 00:03:35 Console.WriteLine(); 00:04:27 change Console font 00:05:18 Console.Beep(); 00:05:40 conclusion using System; namespace MyFirstProgram { class Program { static void Main(string[] args) { Console.WriteLine("I like pizza!"); Console.WriteLine("It's really good!"); } } } music credits ๐ผ : =========================================================== Up In My Jam (All Of A Sudden) by - Kubbi https://soundcloud.com/kubbi Creative Commons โ Attribution-ShareAlike 3.0 Unportedโ CC BY-SA 3.0 Free Download / Stream: http://bit.ly/2JnDfCE Music promoted by Audio Library https://youtu.be/tDexBj46oNI ===========================================================
