Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 551 Bytes

File metadata and controls

15 lines (10 loc) · 551 Bytes

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