An open API service indexing awesome lists of open source software.

https://github.com/staivanov/csharpbasics

Basic programming exercises on C# based mostly on the book "Intro the programming - Svetlin Nakov"
https://github.com/staivanov/csharpbasics

csharp dotnet dotnet-core dotnetcore solutions

Last synced: 2 months ago
JSON representation

Basic programming exercises on C# based mostly on the book "Intro the programming - Svetlin Nakov"

Awesome Lists containing this project

README

          

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