Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Pluralsight

Developing Extensible Software

via Pluralsight

Overview

This course will teach you patterns that allow you to build your software out of swappable building blocks, as well as allow future developers to extend it easily. You'll learn how to make your applications easier to maintain even while constantly changing and evolving, all while maintaining complete testability.

In today's competitive world of software development, using methodologies such as Agile lets us get products to market quicker and in a controlled fashion, but that's not enough. Applications need to be able to grow without being totally rewritten. Sure, there eventually comes a time when every app needs a major overhaul, but if applications are written to be extensible in the first place, the overhaul can be performed in pieces; and in the meantime, new features can be added or existing features changed without bringing the app down. This "extensibility" in our design is becoming more and more important every day as software shops compete with each other for work and even with other countries. There have been many articles and design documents written on things like inversion of control in the UI tiers. Many books have dedicated chapters to injecting objects into MVC controllers or WPF ViewModels, but not many have focused on the meat of a system, the business tiers. These are the tiers that are accessible to the UI of a system, more than one in many cases. And these are the tiers that can be most volatile and subject to change and enhancement. In this course, I'll show you some of my favorite extensibility designs and techniques which will let you write software in building blocks that can be connected and interconnected in different ways. I'll keep most of my focus on the business tiers, which despite the lack of user-centric visual glamour, is where you get to exercise the most creativity. You'll be able to roll out applications and continuously add or change things without affecting the core infrastructure in place. To me, this not only makes the software better, but more fun to write!

Syllabus

  • Welcome and Course Description 3mins
  • Importance of Extensibility 9mins
  • Abstraction and Dependency Injection 18mins
  • Implementing Providers 33mins
  • Implementing Modules 53mins
  • Advanced Module Usage 23mins
  • Pipelines 43mins
  • Procedural Overriding 18mins
  • Using MEF 20mins
  • Conclusion 1min

Taught by

Miguel Castro

Reviews

4.7 rating at Pluralsight based on 523 ratings

Start your review of Developing Extensible Software

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.