https://github.com/cdiggins/cs321
Advanced Programming Techniques
https://github.com/cdiggins/cs321
Last synced: 7 months ago
JSON representation
Advanced Programming Techniques
- Host: GitHub
- URL: https://github.com/cdiggins/cs321
- Owner: cdiggins
- Created: 2023-01-12T21:30:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T18:19:07.000Z (almost 3 years ago)
- Last Synced: 2025-04-27T16:40:30.041Z (11 months ago)
- Language: C#
- Size: 93.4 MB
- Stars: 4
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS321 Advanced Programming Techniques
## Bishop's University, Winter Session 2023
### [Course Outline in PDF format](outline.pdf)
This class is a sequel to an CS211 Introduction to Programming. You will learn advanced programming techniques such as object-oriented programming, functional programming, and software architectural patterns in the context of the C# language.
The first half of the course will focus on core features and concepts of C#, object-oriented programming, testdriven development, and functional programming, The second half of the course will focus on more advanced programming techniques, as well as principles, practices, and patterns of software design and architecture.
The language of instruction will be C# 7.0 and the programming environment will be Visual Studio on Windows. The techniques, principles, and patterns learned will be applicable to various high-level multiparadigm languages and programming environments.
The lab assignments will emphasize building familiarity with C#, Visual Studio, .NET, and coding techniques, with the aim of preparing students to be able to effectively complete the final project. Examples include using the debugger, release and debug builds, unit and integration testing, refactoring code, code reuse, using packages, code analysis, using Git and GitHub, and disassemblers.
Thank you!