Under the hood and working with .Net, TDD, Software Design, and Agile Stuff
Browse by Tags
All Tags »
StructureMap (
RSS)
-
|
JEREMY’s NOTE: I’m trying to rewrite the StructureMap documentation today, and I’m going to blog most of it out here as I finish it until Brendan tells me to stop polluting the main feed. This article is intended to be an introduction to the concepts...
|
-
|
A preview release of StructureMap 2.5 is available now at http://sourceforge.net/projects/structuremap . The code is completely baked (minus some convenience methods I'm going to throw in), but I'm lagging on the documentation (life has been intruding...
|
-
|
EDIT: To access the codebase below, the user name is "guest" and the password is blank. http://codebetter.com/blogs/jeremy.miller/archive/2008/02/01/access-to-the-storyteller-source-code.aspx Yesterday, David Laribee related some problems he...
|
-
|
Just a quick update on stuff because I got a lot of questions about StoryTeller over the weekend. I'm currently focusing my attention on StructureMap . I'm giving it the Python 3000 treatment and pretty well gutting some of the internals to clean...
|
-
|
Steve Harman asked me yesterday to show a little demo of the AutoMocking container coming soon in StructureMap 2.5. Honestly, I was very lukewarm to the idea of an "AutoMocking" container at first because I thought it would obfuscate tests....
|
-
|
The 2.5 release of StructureMap is at least 6 weeks away, but I'd like to throw some more stuff out to get some feedback while I've got plenty of time to deviate. I'm building in much more interception capabilities into StructureMap to support...
|
-
|
I'm getting close to code complete on the forthcoming 2.5 release of StructureMap and I'm focusing on ease of use features and fullblown interception support for AOP tooling (runtime AOP to be provided by something else though). StructureMap has...
|
-
|
Hello, my name is Jeremy, and I sometimes write unit tests specifications that are uglier than sin. Specifically, when I started to look back at the interaction style tests I've been writing over the past couple years I'm finding a bunch of unit...
|
-
|
I had a query this morning about this. Say you're working in the new MVC framework and you write your own routing engine that has a syntax like this: Route("some string pattern").IsHandledBy<MyController>(); Route("some other...
|
-
|
Ayende has a post up this morning called Inverting Inversion of Control where he talks about registering services with an IoC container at runtime. Ayende is specifically saying that this technique is useful for injecting services that you either can't...
|
-
|
...as long as we're writing code in a static typed language anyway. Dependency Injection the pattern isn't going away, but it's full time to reconsider Dependency Injection / Inversion of Control tools. A couple weeks ago there was quite a...
|
-
|
THIS ARTICLE IN ITS ENTIRETY IS HERE. The title is a mouthful and accurately implies an alarmingly high jargon to code ration, but I just didn't see anyway to write this post without straying into all of these different subjects. When you try to write...
|
-
|
Wow, I completely missed this. A couple weeks ago was the 3rd anniversary of StructureMap's initial release (I've been coding on something called StructureMap since at lease 2002 though). Time flies when you're having fun I guess. By the way...
|
-
|
I forgot to mention it, but there is a new component being shipped with StructureMap called StructureMap.DataAccess. It's just a little helper component that wraps common ADO.Net manipulation I use when I need traditional DAL functionality (think...
|
-
|
I'm assuming some prior knowledge of Inversion of Control/Dependency Injection tools in this post. The most exciting addition to StructureMap 2.0 for me is the new Fluent Interface API for programmatic configuration of object composition. There are...
|
More Posts
Next page »