Matt_TCF


Comments:

NHibernate Session-Per-Method-Call via StructureMap Nested Containers

posted by Matt_TCFMatt_TCF(946) 5 months, 20 days ago 0

I hadn't thought about that, but now that you mention it, this would be something that could be packaged up fairly easily. I'd have to do a bit of digging about how to hook the behavior in using a NuGet package, but I know it's doable.

Reply

SpecsFor.com Launched, SpecsFor 2.2 Released!

posted by Matt_TCFMatt_TCF(946) 5 months, 7 days ago 0

Thanks for the kind words, Brady. :)

@dpeterson, the biggest thing that sets SpecsFor apart from other frameworks is its intent. It's designed specifically to address common pain points that come up while practicing BDD/TDD in .NET, enabling developers to focus on the parts of their tests that matter. It takes care of as many of the common repetitive concerns as possible while still remaining flexible enough to accommodate most common testing styles and needs.

I have considered Gherkin support similar to SpecFlow, but it's pretty low on my priority list at the moment.

Reply

Inversion of Control Containers - Things You Should Know

posted by Matt_TCFMatt_TCF(946) 4 months, 28 days ago 0

Thanks for the feedback. I actually *really* struggled writing this article, more so than anything I've written recently. Dependency injection (the pattern) is such a complex issue that I felt like I wasn't doing it justice, but I really wanted to focus on IoC containers specifically and what they could do... hopefully that came across in the article. :)

Reply