https://github.com/mberlanda/dev204x
https://github.com/mberlanda/dev204x
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mberlanda/dev204x
- Owner: mberlanda
- Created: 2016-10-27T13:28:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-14T13:46:17.000Z (almost 8 years ago)
- Last Synced: 2024-10-19T11:29:34.959Z (7 months ago)
- Language: C#
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microsoft: DEV204x Programming with C#
I am collecting in this repository some of the assignments from [Microsoft: DEV204x Programming with C#](https://www.edx.org/course/programming-c-microsoft-dev204x-2), 2016 edition.
- **ModuleOne:** Data Types, Variables, Operators, and Expressions
- **ModuleTwo:** Decision Statments and Repetition
- **ModuleThree:** Methods and Exceptions Handling
- **ModuleFour:** Working with Arrays, Enums and Structures
- **ModuleFive:** Introducing Object-Oriented Programming in C#
- **ModuleSix:** More OOP
- **ModuleSeven:** Working with Collections