Close

Jeremy Clark MVP on DI Why? Getting a Grip on Dependency Injection

Jeremy Clark, Microsoft MVP, pluralsight author, and renowned speaker recently spoke to Irvine Programming Meetup, one of the groups I organize with Matthew Mousseau on the topic of Dependency Injection.

Following is the recording from his talk.

 


 

http://www.meetup.com/Irvine-Programming-Meetup/events/231198873/

Abstract: What is Dependency Injection? And why would we want to use it? That's what we're here to answer. We'll start by looking at the problems caused by tight coupling. Then we'll use some DI patterns such as constructor injection and property injection to break that tight coupling. We'll see how loosely-coupled applications are easier to extend and test. With a better understanding of the basic patterns, we'll remove the magic behind DI containers so that we can use the tools appropriately in our code.

Speaker's Bio: Jeremy Clark makes developers better. By drawing on over 15 years of experience in application development, he helps developers take a step up in their skillset with a focus on making complex topics approachable regardless of skill level. He is a Microsoft MVP for .NET, and he has authored seven courses for Pluralsight, including "C# Interfaces", a course aimed at giving developers a clear understanding of abstraction. Jeremy lives in Southern California with 2 cats and a banjo.

To hear a bit more about Jeremy, check out the Developer On Fire podcast: Episode 12: Jeremy Clark (http://developeronfire.com/episode-01...)

Share