Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.