Skip to content

marinakolova/SoftUni-CSharp-Courses

Repository files navigation

SoftUni-CSharp-Courses

This repo contains all of my exercises and homeworks from C# courses at SoftUni.

✅ Algorithms-Advanced-with-CSharp-January-2021 - Certificated ✔️

  1. Dijkstra and MST - Lab
  2. Graphs Bellman-Ford, Longest Path in (DAG) - Lab
  3. Graphs Bellman-Ford Longest Path in DAG - Exercise
  4. Graphs Strongly Connected Components, Max Flow - Lab
  5. Graphs Strongly Connected Components, Max Flow - Exercise
  6. Dynamic Programming Advanced - Lab
  7. Dynamic Programming Advanced - Exercise
  8. Exam Preparation

✅ Algorithms-Fundamentals-with-CSharp-November-2020 - Certificated ✔️

  1. Recursion and Backtracking - Lab
  2. Combinatorial Problems - Lab
  3. Recursion and Combinatorial Problems - Exercise
  4. Searching, Sorting and Greedy Algorithms - Lab
  5. Graph Theory, Traversal and Shortest Paths - Lab
  6. Graph Theory, Traversal and Shortest Paths - Exercise
  7. Introduction to Dynamic Programming - Lab
  8. Introduction to Dynamic Programming - Exercise
  9. Exam Preparation

✅ Data-Structures-Advanced-with-CSharp-October-2020 - Certificated ✔️

  1. B-Trees-2-3-Trees-and-AVL-Trees-Lab
  2. B-Trees-2-3-Trees-and-AVL-Trees-Exercise
  3. Red-Black-Trees-and-AA-Trees-Lab
  4. Red-Black-Trees-and-AA-Trees-Exercise
  5. Hash-Tables-Sets-and-Dictionaries-Lab
  6. Hash-Tables-Sets-and-Dictionaries-Exercise
  7. Data-Structures-Augmentation-Lab
  8. Exam-Preparation

✅ Data-Structures-Fundamentals-with-CSharp-September-2020 - Certificated ✔️

  1. Linear Data Structures - Lab
  2. Linear Data Structures - Exercise
  3. Trees Representation and Traversal (BFS and DFS) - Lab
  4. Trees Representation and Traversal (BFS and DFS) - Exercise
  5. Heaps and Binary Trees - Lab
  6. Heaps and Binary Trees - Exercise
  7. Exam Preparation

✅ ASP.NET-Core-February-2020 - Certificated ✔️

  • 🏆 My project for completing this course -> BeautyBooking

  • ASP.NET CORE INTRODUCTION
  • RAZOR VIEWS
  • APPLICATION FLOW, FILTERS & MIDDLEWARE
  • WORKING WITH DATA
  • WORKSHOP
  • WEB API
  • SECURITY & IDENTITY
  • WORKSHOP
  • TESTING
  • PROJECT ARCHITECTURE
  • ADVANCED TOPICS
  • WORKSHOP
  • SIGNALR
  • AZURE, DEPLOYMENT & CI
  • BLAZOR

✅ CSharp-Web-Basics-January-2020 - Certificated ✔️

  • Web Server - HTTP Protocol
  • Web Server - Asynchronous Processing
  • Web Server - State Management
  • Workshop
  • MVC Introduction
  • MVC Advanced - View Engine
  • Workshop
  • MVC Advanced - IOC and Data Binding
  • Workshop

✅ Entity-Framework-Core-October-2019 - Certificated ✔️

  1. EXERCISE: FETCHING RESULTSETS WITH ADO.NET
  2. EXERCISE: ORM FUNDAMENTALS
  3. Entity Framework Introduction
  4. Code-First
  5. Entity Relations
  6. Advanced Querying
  7. EXERCISE: C# AUTO MAPPING OBJECTS
  8. JavaScript Object Notation - JSON
  9. Extensible Markup Language - XML
  10. EXERCISE: DESIGN PATTERNS
  11. EXERCISE: BEST PRACTICES AND ARCHITECTURE
  12. WORKSHOP - ASP.NET CORE

✅ MS-SQL-September-2019 - Certificated ✔️

  1. Data Definition and Datatypes
  2. Basic CRUD
  3. Built-in Functions
  4. Data Aggregation
  5. Table Relations
  6. Joins, Subqueries, CTE and Indices
  7. Database Programmability and Transactions
  8. Additional Exercises
  9. Exam Preparation 1
  10. Exam Preparation 2

✅ CSharp-OOP-June-2019 - Certificated ✔️

  1. Working with Abstraction - Lab
  2. Working with Abstraction - Exercise
  3. Inheritance - Lab
  4. Inheritance - Exercise
  5. Encapsulation - Lab
  6. Encapsulation - Exercise
  7. Interfaces and Abstraction - Lab
  8. Interfaces and Abstraction - Exercise
  9. Polymorphism - Lab
  10. Polymorphism - Exercise
  11. SOLID - Lab
  12. SOLID - Exercise
  13. Reflection and Attributes - Lab
  14. Reflection and Attributes - Exercise
  15. EXCEPTIONS AND ERROR HANDLING
  16. WORKSHOP - Custom Unit Testing Framework
  17. WORKSHOP - Snake
  18. UNIT TESTING - Lab
  19. UNIT TESTING - Exercise
  20. TEST DRIVEN DEVELOPMENT - Lab
  21. TEST DRIVEN DEVELOPMENT - Exercise

✅ CSharp-Advanced-May-2019 - Certificated ✔️

  1. Stacks and Queues - Lab
  2. Stacks and Queues - Exercise
  3. Multidimensional Arrays - Lab
  4. Multidimensional Arrays - Exercise
  5. Sets and Dictionaries Advanced - Lab
  6. Sets and Dictionaries Advanced - Exercise
  7. STREAMS, FILES AND DIRECTORIES - Lab
  8. STREAMS, FILES AND DIRECTORIES - Exercise
  9. Functional Programming - Lab
  10. Functional Programming - Exercises
  11. Defining Classes - Lab
  12. Defining Classes - Exercise
  13. WORKSHOP - Lab
  14. WORKSHOP - Exercise
  15. Generics - Lab
  16. Generics - Exercises
  17. Iterators and Comparators - Lab
  18. Iterators and Comparators - Exercise

✅ Technology-Fundamentals-with-CSharp-January-2019 - Certificated ✔️

  1. Intro And Basic Syntax - Lab
  2. Intro And Basic Syntax - Exercise
  3. Intro And Basic Syntax - More Exercise
  4. Data Types And Variables - Lab
  5. Data Types And Variables - Exercise
  6. Data Types And Variables - More Exercises
  7. Arrays - Lab
  8. Arrays - Exercise
  9. Arrays - More Exercise
  10. Methods - Lab
  11. Methods - Exercise
  12. Methods - More Exercise
  13. Lists - Lab
  14. Lists - Exercise
  15. Lists - More Exercise
  16. Objects And Classes - Lab
  17. Objects And Classes - Exercise
  18. Objects And Classes - More Exercise
  19. Associative Arrays - Lab
  20. Associative Arrays - Exercise
  21. Associative Arrays - More Exercise
  22. Text Processing And Regular Expressions - Lab
  23. Text Processing And Regular Expressions - Exercise
  24. Text Processing And Regular Expressions - More Exercise
  25. Basic Web - Lab - Phonebook
  26. Basic Web - Exercise - CalculatorApp
  27. Basic CRUD - Lab - ToDoList
  28. Basic CRUD - Exercise - TeisterMask
  29. Web Project - SoftUniTwitter
  30. Web Project - Exercise - Forum

✅ Programming-Basics-with-CSharp-November-2018 - Certificated ✔️

  1. First Steps In Coding
  2. Simple Operations And Calculations - Lab
  3. Simple Operations And Calculations - Exercise
  4. Conditional Statements - Lab
  5. Conditional Statements - Exercise
  6. Nested Conditional Statements - Lab
  7. Nested Conditional Statements - Exercise
  8. While Loop - Lab
  9. While Loop - Exercise
  10. For Loop - Lab
  11. For Loop - Exercise
  12. Nested Loops - Lab
  13. Nested Loops - Exercise

About

All of my exercises and homeworks from C# courses at SoftUni.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published