PluralSight - SOLID Principles for C# Developers

seeders: 5
leechers: 6
updated:

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 61
  • Language: English

Files

[ CourseWikia.com ] PluralSight - SOLID Principles for C# Developers
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 01. Course Overview
    • 01. Course Overview.mp4 (2.7 MB)
    • 01. Course Overview.srt (2.6 KB)
    02. Single Responsibility Principle
    • 01. Introducing SOLID.mp4 (3.3 MB)
    • 01. Introducing SOLID.srt (4.2 KB)
    • 02. Defining the Single Responsibility Principle.mp4 (6.5 MB)
    • 02. Defining the Single Responsibility Principle.srt (7.6 KB)
    • 03. Coupling, Cohesion, and Concerns.mp4 (6.3 MB)
    • 03. Coupling, Cohesion, and Concerns.srt (5.6 KB)
    • 04. Demo- RatingEngine Insurance Sample.mp4 (10.8 MB)
    • 04. Demo- RatingEngine Insurance Sample.srt (7.1 KB)
    • 05. Problem Analysis.mp4 (4.3 MB)
    • 05. Problem Analysis.srt (4.8 KB)
    • 06. Applying SRP to RatingEngine.mp4 (4.6 MB)
    • 06. Applying SRP to RatingEngine.srt (5.5 KB)
    • 07. Key Takeaways and Summary.mp4 (1.5 MB)
    • 07. Key Takeaways and Summary.srt (1.8 KB)
    02
    • single-responsibility-principle-slides.pdf (533.3 KB)
    03. Open - Closed Principle
    • 01. Definition and Overview.mp4 (3.1 MB)
    • 01. Definition and Overview.srt (3.2 KB)
    • 02. Benefits of OCP.mp4 (3.2 MB)
    • 02. Benefits of OCP.srt (3.5 KB)
    • 03. Balancing Abstraction and Concreteness.mp4 (3.8 MB)
    • 03. Balancing Abstraction and Concreteness.srt (4.6 KB)
    • 04. Typical Approaches to OCP.mp4 (4.2 MB)
    • 04. Typical Approaches to OCP.srt (5.2 KB)
    • 05. Prefer New Classes for New Behavior.mp4 (2.2 MB)
    • 05. Prefer New Classes for New Behavior.srt (2.8 KB)
    • 06. Demo- Applying OCP to RatingEngine.mp4 (20.1 MB)
    • 06. Demo- Applying OCP to RatingEngine.srt (11.1 KB)
    • 07. Applying OCP to Package Design.mp4 (6.5 MB)
    • 07. Applying OCP to Package Design.srt (4.8 KB)
    • 08. Key Takeaways and Summary.mp4 (3.0 MB)
    • 08. Key Takeaways and Summary.srt (3.5 KB)
    03
    • open-closed-principle-slides.pdf (245.5 KB)
    04. Liskov Substitution Principle
    • 01. Defining the Liskov Substitution Principle.mp4 (1.9 MB)
    • 01. Defining the Liskov Substitution Principle.srt (1.9 KB)
    • 02. The Problem with Basic IS-A Inheritance.mp4 (7.0 MB)
    • 02. The Problem with Basic IS-A Inheritance.srt (7.4 KB)
    • 03. Detecting LSP Violations in Your Code.mp4 (8.1 MB)
    • 03. Detecting LSP Violations in Your Code.srt (9.9 KB)
    • 04. Fixing LSP Violations.mp4 (3.1 MB)
    • 04. Fixing LSP Violations.srt (3.7 KB)
    • 05. Applying LSP to ArdalisRating.mp4 (9.3 MB)
    • 05. Applying LSP to ArdalisRating.srt (5.4 KB)
    • 06. Key Takeaways and Summary.mp4 (2.3 MB)
    • 06. Key Takeaways and Summary.srt (2.8 KB)
    04
    • liskov-substitution-principle-slides.pdf (223.0 KB)
    05. Interface Segregation Principle
    • 01. Defining the Interface Segregation Principle.mp4 (2.9 MB)
    • 01. Defining the Interface Segregation Principle.srt (3.3 KB)
    • 02. The Problem with ISP Violations.mp4 (7.1 MB)
    • 02. The Problem with ISP Violations.srt (4.8 KB)
    • 03. Detecting ISP Violations in Your Code.mp4 (3.8 MB)
    • 03. Detecting ISP Violations in Your Code.srt (5.0 KB)
    • 04. Fixing ISP Violations.mp4 (5.4 MB)
    • 04. Fixing ISP Violations.srt (6.2 KB)
    • 05. Demo- Applying ISP to ArdalisRating Sample.mp4 (41.0 MB)
    • 05. Demo- Applying ISP to ArdalisRating Sample.srt (19.2 KB)
    • 06. Key Takeaways and Summary.mp4 (1.7 MB)
    • 06. Key Takeaways and Summary.srt (2.0 KB)
    05
    • interface-segregation-principle-slides.pdf (328.6 KB)
    06. Dependency Inversion Principle
    • 01. Defining the Dependency Inversion Principle.mp4 (10.4 MB)
    • 01. Defining the Dependency Inversion Principle.srt (10.5 KB)
    • 02. Properly Structuring Your Dependencies.mp4 (9.6 MB)
    • 02. Properly Structuring Your Dependencies.srt (10.9 KB)
    • 03. Demo- Applying DIP to ArdalisRating Sample.mp4 (49.3 MB)
    • 03. Demo- Applying DIP to ArdalisRating Sample.srt (29.7 KB)
    • 04. Organizing and Extending Your SOLID Project.mp4 (18.5 MB)
    • 04. Organizing and Extending Your SOLID Project.srt (14.8 KB)
    • 05. Key Takeaways and Summary.mp4 (3.5 MB)
    • 05. Key Takeaways and Summary.srt (4.1 KB)
    06
    • dependency-inversion-principle-slides.pdf (931.8 KB)
    • Bonus Resources.txt (0.4 KB)

Description

SOLID Principles for C# Developers



https://CourseWikia.com

Steve Smith | Duration: 2h 08m | Video: H264 1280x720 | Audio: AAC 44,1 kHz 2ch | 273 MB | Language: English

Every C# developer, or any developer using an object-oriented programming language, needs a good understanding of the SOLID principles. These principles guide your design toward more loosely coupled and maintainable software.

It's easy to write software that fulfills its users' immediate needs, but is difficult to extend and maintain. Such software becomes a burden for companies striving to remain competitive.

In this course, SOLID Principles for C# Developers, you will learn five fundamental principles of object-oriented design that will keep your software loosely coupled, testable, and maintainable.



Download torrent
273.4 MB
seeders:5
leechers:6
PluralSight - SOLID Principles for C# Developers


Trackers

tracker name
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tiny-vps.com:6969/announce
http://tracker.foreverpirates.co:80/announce
udp://tracker.cyberia.is:6969/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2780/announce
udp://tracker.internetwarriors.net:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://open.stealth.si:80/announce
udp://9.rarbg.to:2900/announce
udp://9.rarbg.me:2720/announce
udp://opentor.org:2710/announce
µTorrent compatible trackers list

Download torrent
273.4 MB
seeders:5
leechers:6
PluralSight - SOLID Principles for C# Developers


Torrent hash: 1C725A324D55A36AAA44E588A2B5B0EF5885C7BE