Skip to content

Let’s learn C# together! I’m sharing some of my bootcamp codes and examples to help you explore C# fundamentals step by step.

License

Notifications You must be signed in to change notification settings

fbrianzy/csharp-fundamentals

Repository files navigation

C# Fundamentals (Personal Roadmap)

A practical, chapter-based learning path with multiple runnable examples per chapter. Each chapter contains two console projects (ex01, ex02) plus exercises.

Requirements

  • .NET SDK 8 or 9
  • VS Code + C# extension (recommended)

How to Run an Example

From the repository root:

cd 01-hello-cs/ex01 dotnet run

Repeat for other examples (ex02, next chapters, etc.).

Chapters

About

Let’s learn C# together! I’m sharing some of my bootcamp codes and examples to help you explore C# fundamentals step by step.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages