Under the hood and working with .Net, TDD, Software Design, and Agile Stuff
Browse by Tags
All Tags »
StructureMap (
RSS)
-
|
Before the holidays I more or less promised the stuff below (and status in bold red). The short status is that I’m going to post a completely new StructureMap website with *complete* documentation and examples by the end of the week. I will also be making...
|
-
|
I just uploaded a new incremental release of StructureMap with a bunch of bugfixes and a few new features. Download it here . From the release notes: * Fixed issue with With<T>(object).GetInstance<U>() functionality. This is now much more...
|
-
|
The most general question I get with StructureMap is “how do I get started?” Personally, I’d recommend that you first get comfortable with some concepts and the basic patterns of Dependency Injection and Inversion of Control first . Assuming that you...
|
-
|
More dribs and drabs of StructureMap documentation. I've gotten quite a few questions over the difference between Initialize() and Configure(). I hope that this will help with that confusion. Another goal is to present the Initialize() method. StructureMapConfiguration...
|
-
|
More dribs and drabs of StructureMap 2.5 documentation. At the pace I'm on, I do believe that Duke Nukem Forever will be released tomorrow night. Knock on wood. New to 2.5 is the ability to create an instance of the underlying Container class independent...
|
-
|
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...
|
More Posts
Next page »