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"
- Host: GitHub
- URL: https://github.com/staivanov/csharpbasics
- Owner: staivanov
- Created: 2023-11-21T21:09:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-07-10T20:58:35.000Z (12 months ago)
- Last Synced: 2025-07-11T02:49:39.323Z (12 months ago)
- Topics: csharp, dotnet, dotnet-core, dotnetcore, solutions
- Language: C#
- Homepage:
- Size: 2.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.