-
RSS
About me
-
Recent Posts
Advertisement
Tags
Follow me on Twitter
- Thank you to the SeaTac TSA employee who told me my fly was down as I went through security yesterday. 5 months ago
- waiting for the bus...waiting...waiting...it's here! and no wallet. so now waiting for the bus again. 2 years ago
- Donating blood for the first time in a long while. 2 years ago
Xbox Live gamertag
What I’m reading- Race Conditions Don’t Exist
- The Downside Of Working At Home
- Locate Project Item in Solution Explorer – Improved
- Quality assurance is not testing
- Debugging Tips with Visual Studio 2010
- Foundation elements for modern businesses
- Abstracting the persistence medium isn’t going to let you switch persistence abstractions
- Mercurial workflows: mainline workflow
- Testing URL Generation in ASP.NET MVC
- Agile Adoption Anti-Patterns
Archives
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
