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
#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
- Category
- Bro Code
- Tags
- c#, c# programming, learn c#
Be the first to comment



