-
I’ve been using Fluent NHibernate for more then a year now and I am big fan of it. The were only two things bothering me in FNH for all that 1+ year: frequent API changes (which made my fluent mapping and auto mapping blog post pretty quick completely...
-
Looks like the Silverlight related posts I’ve announced would have to wait one more blog post due to the event which happened to me today and which made me thinking about a few of the architecture related things which at the end resulted with a few of...
-
Recently I spent some time participating in projects involving Silverlight, Prism etc and there are couple of interesting things I’ve came up with during that period which I would like to share with the community in a form of a couple of blog posts showing...
-
( Disclaimer: As I stated here , while I find over the time ServiceLocator based code to be a bad practice, I do understand the need for its usage in certain brown-field scenarios as a way of reducing the risk while introducing the IoC.) In my previous...
-
Today I stumbled upon the stack overflow question regarding using DI frameworks for classes with many dependencies where the example given and couple of answers have reminded me about a subject I want to post for a long time. So the example from question...
-
Bloggers: Win a free place for Roy Osherove’s TDD Masterclass (worth £2395!) Roy Osherove is giving an hands-on TDD Masterclass in the UK, September 21-25. Roy is author of "The Art of Unit Testing" ( http://www.artofunittesting.com/ ), a leading...
-
I spent some time recently working with Microsoft Composite Application Guidance (A.K.A. "Prism", “CAL”) and I think it is very good platform for building composite UI by either using WPF or Silverlight. One of its greatest advantages is that...
-
How to build Microsoft Unity Auto Mocking container in less then 20 minutes of work… I have written before in detail about Auto Mocking Containers so I’ll skip here details on what is it etc and jump to the main point of this post: implementation of auto...
-
Story about how fluent nhibernate idea was born POST UPDATE: Due to changes in Auto mapping API this blog post is outdated. In order to see auto mapping in action with FNH 1.0 go check out http://blog.vuscode.com/malovicn/archive/2009/11/04/fluent-nhibernate...
-
Patrick left a comment on one of my previous blog posts asking a couple of very interesting questions that I’ve been asking myself too: Is service locator legitimate way of doing IoC? (I’ll use example code from that blog post as a base for my today blog...