Sobes.tech
Junior — Middle

Can you provide examples of small personal projects or exercises you have implemented for practice?

sobes.tech AI

Answer from AI

Here are some examples of small projects and educational tasks in C# that I have implemented for practice:

  • Console application "ToDo List" — implemented CRUD operations with tasks, saving data to a file.
  • Graphical calculator (WinForms or WPF) — support for basic arithmetic operations.
  • CSV file parser — read data from CSV and output statistics.
  • "Guess the Number" game — console game with random number generation and hints.
  • API working application — sent HTTP requests and processed JSON responses.

These projects helped reinforce the basics of syntax, file handling, exception processing, and OOP fundamentals.

Can you provide examples of small personal projects… - sobes.tech