Skip to content

BarisAksoy42/CSharp-Journey-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C#-Journey

This is my personal repository for learning C#.

Goals

  • 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.

Content

  • 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 practices Console.ReadLine() and Console.WriteLine().

Requirements

  • .NET SDK or Mono Environment

How to Run

  1. Navigate to the folder: cd Week-$-contents
  2. Compile and Run: dotnet run or mcs FileName.cs && mono FileName.exe

License

This project is for educational purposes.


BarisAksoy42

About

This is the repository I use in my C# learning process. My goal is to study the language throughout the day and learn it step by step, in depth.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages