Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 2.06 KB

README.md

File metadata and controls

43 lines (22 loc) · 2.06 KB

This repository contains solutions for all exercises from the courses I have trained in SoftUni

Programming basics

The solutions for this course can be found under "Programming Basics/C++", "Programming Basics/C#" or "Programming Basics/JavaScript". There is a separate solution with multiple projects for every lecture.

C# Fundamentals

The solutions for this course can be found under "C# Fundamentals". There is a separate solution with multiple projects for every lecture (some of them may be grouped into subfolders, e.g. Labs, Exercises, More Exercises, Demos).

C# OOP

The solutions for this course can be found under "C# OOP". There is a separate solution with multiple projects for every lecture (some of them may be grouped into subfolders, e.g. Labs, Exercises, More Exercises, Demos).

Entity Framework Core

The solutions for this course can be found under "Entity Framework Core". You can find an example implementation of the MiniORM framework.

C++ Fundamentals

The solutions for this course can be found under "C++ Fundamentals". There is a separate solution with multiple projects for every lecture (some of them may be grouped into subfolders, e.g. Labs, Exercises, Demos).

C++ Advanced

The solutions for this course can be found under "C++ Advanced". There is a separate solution with multiple projects for every lecture (some of them may be grouped into subfolders, e.g. Labs, Exercises, Demos).

License

This repository is licensed under the MIT License.

Happy Coding! 🚀