Skip to content

ploeh/UserManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User management sample code

This code base provides example code supporting the following resources.

Clean Coders videos

Sample code for Humane Code episodes 4 and 5:

These videos discuss a sample C# code base, starting with a suboptimal structure, and gradually moves towards a better structure by applying universal abstractions.

Episodes 1-3 show other code that has nothing to do with this code base, but the're also worth watching.

Blog articles

In addition to the above videos, the code in this repository also supports the article series From interaction-based to state-based testing.