This is my personal repository for learning C#.
- Learn C# syntax step by step.
- I want to understand the nature of C# and embrace its philosophy.
- Developing basic console applications
- Ultimately, I want to develop a simple game using the information I've learned.
- Week-1-input-output: This folder contains the basic input and output exercises from the first week.
UserLogin.cs: A basic user login simulation that practicesConsole.ReadLine()andConsole.WriteLine().
- .NET SDK or Mono Environment
- Navigate to the folder:
cd Week-$-contents - Compile and Run:
dotnet runormcs FileName.cs && mono FileName.exe
This project is for educational purposes.
BarisAksoy42