Software design patterns have been around long before the MVC Framework gained momentum. In this session, we will start with a review of Robert C. Martin's (Uncle Bob) SOLID macronym. After building the proper foundation, I will show you several design patterns, their C# implementation, and when and how they should be used in modern software development.
You will learn:
- What SOLID is and why it matters
- What are development patterns and why they matter
- Development patterns you can use today to be more SOLID