Welcome to the repository for PRN212 - Basic Cross-Platform Application Programming With .NET from My Nguyen. This course focuses on learning and applying C# programming concepts using the .NET platform. The repository contains sample projects and exercises for the course.
- School: FPT University Da Nang - School of Information Technology
- Course Name: PRN212 - Application Programming with .NET
- Programming Language: C#
- Platform: .NET
- Total Sessions: 12
The repository is organized into folders corresponding to the sessions, from 01_ to 12_
-
Clone the repository:
git clone prn212 cd prn212 -
Create associating C# project:
dotnet new console -lang c# -n <AppName>
Use one of the sample codes if needed
Build and run each project
dotnet build dotnet run