Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 636 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 636 Bytes

C# exercises and solutions

Description

Solutions of simple exercises from basics of computer programming. Used language is C# under .NET Core 3.1 and .NET Core 6.0. All exercises are getted from the book "Fundamentals of Computer Programming with C#" developed by an authoritative author team led by Svetlin Nakov @https://github.com/nakov

Requirements

IDE compatible to open *.sln with .NET Core 3.1 Runtime or newer version installed. The best IDEs for this project are Visual Studio xxxx 2022 and VS Code lates version.

How to use this repository

  1. Clone this repo.
  2. To open the project, open the *.sln file.