Skip to content

Containing the tasks from Softuni's course "C# Advanced" May 2017

Notifications You must be signed in to change notification settings

gaydov/Softuni-CSharp-Advanced

Repository files navigation

Softuni C# AdvancedSoftuni logo

Containing the tasks from Softuni's course C# Advanced May 2017.

The "C# Advanced" course is focused on the .NET framework and on working with C# language on level above the basic one. This includes problem solving skills, using the tools from the .NET framework, algorithmic thinking, tools for text processing, working with files and directories.

The course covers:

  • working with .NET framework;
  • basic algorithmic thinking;
  • using the right data structures;
  • trying to make the code to work as fast as possible;
  • working with strings;
  • working with matrices;

Tasks

  1. Stacks and Queues
  2. Sets and Dictionaries
  3. Matrices
  4. Streams
  5. Manual string processing
  6. RegEx
  7. Functional programming
  8. LINQ

Exams