Skip to content

mihailkondov/Softuni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SoftUni C# Course Series Problem Sets Solved

My solutions to the problem sets from all courses I have attended at SoftUni. Description for each course below. If there is no description, that means I have not uploaded the solutions yet.

  1. C# Basics (October 2022)
  2. C# Fundamentals (January 2023)
  3. C# Advanced (May 2023)
  4. C# OOP (June 2023)
  5. DB with T-SQL / SQL Server (September 2023)
  6. C# Entity Framework Core (October 2023)
  7. C# ASP.NET Fundamentals (January 2024)
  8. HTML and CSS (January 2024)
  9. ASP.NET Advanced (February 2024)
  10. JS-Front-End (February 2024)

Note: Some comments use tabs to create ascii tables and schemas, but github converts my 4 space tabs to 8 space tabs. Sadly GitHub doesn't offer repository level setting for this. To fix the distortions you can either add ?ts=4 to the end of the url on github or set your default repository tab render to 4 spaces from Settings > Appearance > Tab size preference (I don't recommend it).

1. C# Basics (October 2022)

The C# introductory course at SoftUni, which covers the following topics:

  • Basic console read/write
  • If-else checks
  • switch statements
  • for loops
  • while loops

5. DB (September 2023)

The basic database course at SoftUni in the dotnet curriculum is about working with SQL server and writing queries in T-SQL. The topics covered are:

  • CRUD operations
  • Table relations
  • Built-in functions,
  • Indices and data aggregation
  • Subqueries and joins
  • Functions stored procedures
  • Try-catch statements
  • Triggers and transactions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published