This repository is used to place each course section of the complete C# Masterclass from Udemy.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
51
commits
Created new WPF app to show threading examples and best practices in order to use them more effectively.
0e28147View on GitHubLearned about Thread Start, End & Completion by using the TaskCompletionSource which is tells us if a task is done or not.
9e0a083View on GitHubAdded new "Threads" solution. This solution will cover the first half of the Threads section in this course.
8424435View on GitHubAdded new WPF solution "LinqToSql" in order to continue learning about Linq and how to use LinqToSql.
42d7940View on GitHubAdded new folder "Linq" where all material related to this course section will be placed.
96e62b0View on GitHubAdded new solution folder "WPF - Windows Presentation Foundation.7z"
cc0ee62View on GitHubCreated new solution "Events and Delegates" to store all the code related to this section.
aac79afView on GitHubCreated new method PrintArgs that runs a foreach loop that prints everything in the string[] args array.
d9e8ffdView on GitHubCreated new solution ArgsCMD for the last two videos of the Advanced C# topics section.
764ca0dView on GitHubLearned about nullable variables and the Null Coallessing operator
38c44c5View on GitHub