-
Recent Posts
Recent Comments
- GoDaddy.com on Domains available
- Chad Myers on Domains available
- Adam Rackis on Domains available
- Gleb on Domains available
- Joey on Sweet, sweet vindication
Archives
- February 2012
- December 2011
- October 2011
- July 2011
- June 2011
- May 2011
- March 2011
- February 2011
- January 2011
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- February 2010
- January 2010
- November 2009
- October 2009
- September 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
Categories
- .NET
- 1998
- ad nauseum
- Advice
- Agile
- Agile Arguments
- ALT.NET
- altdotnet
- ASP.NET
- ASP.NET MVC
- ATX Code Lunch
- Austin
- Code Examples
- CoDe Magazine
- Code Specifications
- code-review
- CodeCamp
- CodingDojo
- composition
- Consulting
- Controllerless
- Conventions
- cool
- cool-stuff-in-fubu
- Database
- datetime
- Deployment
- Design
- DimeCasts
- Domain
- Dovetail
- DSL
- Enforcement
- Expression Trees
- Extension Methods
- Fiesta
- Fluent API
- Fluent NHibernate
- fubucore
- FubuMVC
- GenericFun
- Guidance
- Hiring
- Humor
- internationalization
- IoC
- jQuery
- Kaizenconf
- leadership
- LINQ
- LiveMeeting
- LosTechies
- Mangement
- Mean
- Misc
- Mocks
- MVC
- MVP
- NHibernate
- OffTopic
- Open source
- ORM
- Oxite
- parsing
- Patterns
- PDoTDD
- Plan
- Premature optimization
- Principles
- professionalism
- Programming
- Proof
- PTOM
- Quality
- quiz
- QUnit
- Rails
- rant
- regex
- Repositories
- ReSharper
- RSS
- Ruby
- Sad
- sanctus bovis
- Screencast
- Self-examination
- ShadeTree
- SQL is evil
- Static Reflection
- StructureMap
- TDD
- Tips
- Twitter die die die
- Uncategorized
- Unmaintainability
- VAN
- Video
- WCF
Meta
Monthly Archives: July 2008
StructureMap: Interlude
I’m trying to wrap up the “StructureMap: Advanced Scenarios Usage” post. In the meantime, I wanted to make you aware of a few things: I just updated my StructureMap: Basic Scenario Usage post with a correction. I was mistaken about … Continue reading
Posted in StructureMap
Comments Off
StructureMap: Medium-level Usage Scenarios
This is a follow-on to my previous post about basic usage scenarios for StructureMap. This post will focus on slightly more advanced usage scenarios and how StructureMap handles them. For those playing the home game, I’m still working on the … Continue reading
Posted in StructureMap
2 Comments
StructureMap: Basic Scenario Usage
First, I’m going to assume that you are somewhat already familiar with the concepts of Dependency Injection and what, in general, an Inversion of Control Container is for. If not, you may find these links helpful: http://www.martinfowler.com/articles/injection.html http://codebetter.com/blogs/jeremy.miller/archive/2005/10/06/132825.aspx I’m … Continue reading
Posted in StructureMap
12 Comments
Project anti-pattern: Many projects in a Visual Studio Solution File
I’ve been hearing from several colleagues about how their Visual Studio solution files have many (i.e. more than 10, and usually more than 30 — in one case, more than 100!). So far, none of them have been able to … Continue reading
Posted in .NET
28 Comments
StructureMap Users mailing list set up
In preparation for the upcoming 2.5 release of StructureMap, and since I can’t stand SourceForge’s mailing list and forum capabilities, I set up a mailing list via Google Groups for users of StructureMap to discuss usage, give and receive support, … Continue reading
Posted in StructureMap
Comments Off
Exploring ShadeTree Features, Part 2: Cache<KEY, VALUE>
Or, as I like to call it: "That stupid dictionary thing we’ve all written a thousand times but were too lazy to component-ize for reuse" How many times have you written code like this in your C# 2.0-and-later life? Foo … Continue reading
Posted in .NET, ShadeTree
3 Comments
Exploring ShadeTree Features, Part 1: Static Reflection with ReflectionHelper
At work, Jeremy and I have been using — and contributing to — some of the code he’s put together over the past few years. He’s created the ‘ShadeTree’ project which is currently housed in the Storyteller Project source repository. … Continue reading
Posted in ShadeTree, Static Reflection
16 Comments
