Skip to content

ardalis/Refactoring-To-SOLID-Pluralsight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Refactoring-To-SOLID-Pluralsight

Resources for my Pluralsight course on Refactoring to SOLID C#.

Watch the Course Now | More Courses by Steve

This course takes a look at a legacy sample application based on real world code and walks through how to improve its design using SOLID principles and refactoring techniques.

Table of Contents

  • Tour the Legacy Sample App
  • Assess the Sample Code
  • Refactoring to Apply SOLID
  • Assessing the Updated Code with Key Metrics
  • Next Steps