Chris Stuff
Categories
-
Recent Posts
Recent Comments
Archives
- February 2013
- January 2013
- December 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- December 2011
- May 2011
- March 2011
- December 2010
- August 2010
- May 2010
- March 2010
- February 2010
- January 2010
- December 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- January 2009
Category Archives: IoC
Java IoC containers and classpath scanning (or what I’ve been looking for from .NET for months)
Frustrated with the typical way I saw IoC used in Java where every example I found involved thousands of lines of XML and/or Java code to configure Java beans or components. This is very different than IoC typically used in … Continue reading
Also posted in Best Practices, NUnit, RhinoMocks, Testing
7 Comments
Contextual Awareness – Making your container behave intelligently
Containers are dumb – what if they were smart? One of the things I really wanted to do when I set out to create the ServiceLocator in Siege.Requisitions was to create a container that could map an interface to multiple … Continue reading
Also posted in Analytics
Leave a comment
Dependency Injection into Controller Actions in ASP.NET MVC
Dependency Injection into Controller Actions in ASP.NET MVC Where I work, we use Siege for all of our new (and most of our existing) web applications, taking advantage of it’s contextual resolution capabilities to focus on programming our applications … Continue reading
Also posted in Development, Project Management
Leave a comment
Boiling the Ocean [Siege Update]
It’s been several months since I’ve posted an update on Siege.ServiceLocation. I’ve not been dormant over these last few months, but rather very active. I have a few updates I want to share with you guys. These have been a … Continue reading
Also posted in Members
Leave a comment
A philosophical discussion about Inversion of Control frameworks
I had a short conversation with Chad Myers today over twitter (a very challenging medium to have a conversation of any substance over, and frustrating). Basically, it was about my effort with Siege.ServiceLocation. I thought I would clear up some … Continue reading
Also posted in Best Practices, Design Principles, DRY
11 Comments
Introducing Siege.ServiceLocation.Extensions: FactoryMethod Support, Dependency Resolution based on type injected into added
Introduction For anyone wanting to follow The Siege Project, I routinely post updates on twitter (MarcusTheBold). Feel free to follow. I did some refactoring and clean up. I’ll address the specifics in a moment. First, I’ll list the files for … Continue reading
Also posted in Best Practices, Design Principles, Legacy Code, Testing
8 Comments
Added support for Unity, Autofac to Siege.ServiceLocation
…plus, some other house-cleaning items. Last night I put together adapters for Autofac and Unity. The process turned out to be rather straightforward; I think all told for both it took me about an hour from adding the projects to … Continue reading
Also posted in Design Patterns, Design Principles, SOLID, Testing
6 Comments
The Siege Project: Siege.ServiceLocation Part 5 – A guide to getting started with Siege.ServiceLocation
The Siege Project Introduction Siege.ServiceLocation Part 1 – Introduction and General Use Siege.ServiceLocation Part 2 – Contextual Registration and Resolution Siege.ServiceLocation Part 3 – Extending the container with custom use cases Siege.ServiceLocation Part 4 – Integrating Siege.ServiceLocation with ASP.NET MVC … Continue reading
Also posted in Best Practices, Design Principles, DRY, Legacy Code
8 Comments
The Siege Project: Siege.ServiceLocation, Part 4 – Integrating Siege.ServiceLocation with ASP.NET MVC
The Siege Project Introduction Siege.ServiceLocation Part 1 – Introduction and General Use Siege.ServiceLocation Part 2 – Contextual Registration and Resolution Siege.ServiceLocation Part 3 – Extending the container with custom use cases Siege.ServiceLocation Part 4 – Integrating Siege.ServiceLocation with ASP.NET MVC … Continue reading
Also posted in Best Practices, Design Principles, Development, DRY, Legacy Code, SOLID, Testing
22 Comments
The Siege Project: Siege.ServiceLocation, Part 3 – Extending the container with custom use cases
The Siege Project Introduction Siege.ServiceLocation Part 1 – Introduction and General Use Siege.ServiceLocation Part 2 – Contextual Registration and Resolution Siege.ServiceLocation Part 3 – Extending the container with custom use cases Siege.ServiceLocation Part 4 – Integrating Siege.ServiceLocation with ASP.NET MVC … Continue reading
Also posted in Project Management
Leave a comment

