Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ardalis/refactoring-to-solid-pluralsight
- Owner: ardalis
- License: mit
- Created: 2023-10-17T19:40:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-15T15:53:42.000Z (12 months ago)
- Last Synced: 2024-05-01T22:58:29.505Z (6 months ago)
- Topics: ardalis, csharp, dotnet, pluralsight, refactoring, solid
- Language: C#
- Homepage: https://app.pluralsight.com/profile/author/steve-smith
- Size: 20.9 MB
- Stars: 8
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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