VeselinBPavlov / programming-fundamentals

Course: Programming Fundamentals with C# @SoftUni

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SoftUni logo


The Programming Fundamentals course extends the previously gained basic coding skills from the Programming Basicscourse at the Software University and adds additional knowledge and practical programming skills. The course covers source control systems, Git and GitHub for team collaboration, understanding the basic data types in programming, extracting pieces of code into methods with parameters and return value, using the debugger to trace the program execution and find bugs, processing sequences of elements using arrays and lists, using collections, working with matrices for processing tabular data, working with dictionaries to map keys to values, using strings for text processing, and the basics of working with classes and objects, using API classes and defining simple classes.

Course: Programming Fundamentals with C#

Topics:

  1. C# Intro and Basic Syntax
  2. C# Conditional Statements and Loops
  3. Data Types and Variables
  4. Methods. Debugging and Troubleshooting Code
  5. Arrays
  6. Lists
  7. Dictionaries, Lambda and LINQ
  8. Objects and Classes
  9. Strings and Text Processing
  10. Regular Expressions (RegEx)
  11. Files and Exceptions

Certificate:

About

Course: Programming Fundamentals with C# @SoftUni

License:MIT License


Languages

Language:C# 100.0%