-
RSS
About me
-
Recent Posts
Advertisement
Tags
Follow me on Twitter
- Very thankful right now for my wonderful colleagues who picked up my bag after I left it in a restaurant. Thanks, James and Shezad! 1 week ago
- Vetruvian Chicken? http://t.co/guqCKyK3 2 weeks ago
- An oldie but a goodie: Kent Beck on the Open/Closed/Open principle http://t.co/TW9C6A5U 2 weeks ago
Xbox Live gamertag
What I’m readingArchives
Advertisement
Tag Archives: dependency-injection
What is dependency injection?
[I recently wrote this up for some folks at work, and thought it was worth re-posting here.] Dependency injection is a hot topic these days. You hear terms like “dependency injection”, “inversion of control”, “IoC container”, “DI container”, etc. a … Continue reading
Removing dependencies between controllers and Linq DataContext classes with dependency injection
In ScottGu’s most recent post on ASP.NET MVC, he demonstrates using a partial class for the NorthwindDataContext created by the Linq to Sql designer. In the partial class he creates some simple wrapper methods for the ProductsController to use when … Continue reading
