SOLID Principles Of Object Oriented Design Presented By Steve Bishop @ MINICON 4-8-17 (edited)

preview_player
Показать описание
Learn what the SOLID Principles are, and how they can help make your code more manageable. SOLID is an acronym for Single Responsibility Principle (SRP), Open Closed Principle (OCP), Liskov Substitution Principle (LSP), Interface Segregation Principle (ISP), and Dependency Inversion Principle (DIP). After watching this video you will know what the SOLID Principles are and how they can help you keep your code decoupled, maintainable, and testable. You will also learn about how making your code SOLID leads to the architecture of your application. Additionally, we will discuss what Dependency Injection is, and you will see a demo project that employs the SOLID Principles. This presentation is being made at the MINICON event hosted at Launchpoint in Mesa Arizona.

Рекомендации по теме
Комментарии
Автор

Hi Sir, thank you for this video it will be more than helpful for understanding the SOLID... is there any chance to you to "sit down" and make this kind of video with similar context but for us (youtube subscribers) like this but with this ppt and with some C# code examples. It will be great video with your knowledge and presentation skills and I think it will be the first video on yt with that approach to explain SOLID with theory (ppt) and practice (C# code examples). Best regards!

AlmirVuk
Автор

Hi Steve:

Can you please help me? I am using VS 2015 to view your solution. The first project, SOLIDPrinciplesDemo, loads fine; but the second project, the SOLIDPrinciplesDemo.Solution, displays the following error:


Thank you in advance!

schmidtlach