This is a code written while completing a udemy course about C#.
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
50
commits
Method to check if a collection has any upper case or lower case only - now written also with LINQ
4482917View on GitHubMethod to check if a collection has any upper case or lower case only - later this method will be written with LINQ
4803586View on GitHubAdding a new feature of printing to the Console by a new Decorator
4f90f07View on GitHubImplementing a new class according to a Decorator design pattern in order not to change an existing code
204c387View on GitHubRefactor - filtering strategies are now kept in an IEnumerable interface and a method FilterBy is a generic method, accepting any type of collection
895e21fView on GitHubRefactor - moving a filtering strategy to a new class, changing a switch to a Dictionary
63a3a20View on GitHubRefactor - moving switch statement and filter methods to a class
dc94810View on GitHubSome advanced use of Dictionary to practice this collection type
5632c87View on GitHubSimple refactor of code for basics of dictionaries - in order to keep a List<string> of currencies acceptable in one country
f0e2d5dView on GitHub