Example C# code first developed by one of my students in my coding class, now used by me in other classes to teach basic C#. This is a basic console app using .NET Framework (because .NET6 refused to work on the student's computer). Version 3. Originally created by Gleyson RB (Hirogaru_Suzaku).
Go to file
pedrocx486 f693ac7a8a Cleanup 2023-02-11 00:16:03 -03:00
ConsoleApp3 First Push 2023-02-11 00:12:14 -03:00
.gitignore Cleanup 2023-02-11 00:16:03 -03:00
ConsoleApp3.sln First Push 2023-02-11 00:12:14 -03:00
LICENSE Initial commit 2023-02-11 03:08:54 +00:00
README.md Initial commit 2023-02-11 03:08:54 +00:00

README.md

csharp-class-portuguese-consoleapp-v3

Example C# code first developed in my first C# class, now used in other classes to teach basic C#.

This is a basic console app using .NET Framework (because .NET6 refused to work on the student's computer).

Version 3.