Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deborahk/csharp-defense
Materials for the Defensive Coding in C# Pluralsight Course
https://github.com/deborahk/csharp-defense
Last synced: 8 days ago
JSON representation
Materials for the Defensive Coding in C# Pluralsight Course
- Host: GitHub
- URL: https://github.com/deborahk/csharp-defense
- Owner: DeborahK
- License: mit
- Created: 2019-10-28T23:55:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-28T01:08:10.000Z (almost 5 years ago)
- Last Synced: 2024-04-13T09:12:28.775Z (7 months ago)
- Language: C#
- Size: 735 KB
- Stars: 52
- Watchers: 6
- Forks: 50
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSharp-Defense
Materials for the Defensive Coding in C# Pluralsight Course`APM-Begin`: The .NET solution as of the start of the course. It contains several class library projects and their associated unit tests. It also has a prototype of an MVC user interface. You should be able to work with this code on Windows or on a Mac.
`APM-Final`: The same solution, but with the code as of the end of the course. You should be able to work with this code on Windows or on a Mac.
`APM-WithUI`: The final code with an additional Windows Forms project. This code only runs on Windows.