Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ardalis/refactoring-to-solid-pluralsight

Resources for my Pluralsight course on Refactoring to SOLID C# Code
https://github.com/ardalis/refactoring-to-solid-pluralsight

ardalis csharp dotnet pluralsight refactoring solid

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Refactoring-To-SOLID-Pluralsight

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

[Watch the Course Now](#) | [More Courses by Steve](https://app.pluralsight.com/profile/author/steve-smith)

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