Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 857 Bytes

File metadata and controls

25 lines (18 loc) · 857 Bytes

C# Code Examples

This repository contains a collection of C# code examples I created while learning the language. The projects and code snippets are written in Turkish, as they were developed for personal study purposes.

📌 About

These examples cover a variety of fundamental topics in C# such as:

  • Variables & Data Types
  • Conditionals (if/else)
  • Loops (for, while)
  • Arrays
  • Functions
  • Try/Catch error handling
  • Object-Oriented Programming (OOP)
  • Basic numeric applications (mini practice problems)

📝 Language

All comments and explanations are written in Turkish, as this is a personal learning repository.

🚀 Note

These projects are not production-level but are useful for practicing core C# concepts. Feel free to browse or use them as reference in your own learning journey.


Created with 💻 while learning C#