Restful WCF / EF POCO / UnitOfWork / Repository / MEF article

Numerous people have asked me to create a LOB (line of business) app that showed how I would typically structure my layers between a front end and a database (this was mainly asked for by users of my Cinch MVVM framework) Whilst I have limited time, I am working on a rather large open source project [...]

C# MVP 2012

A new year brings me good fortune, I have been made a Microsoft Visual C# MVP again for 2012. I am grateful, it’s a nice thing to get. I never work towards the goal of getting the MVP, I just do what I do, and consider it a nice thing to get, but if I [...]

RabbitMq With Shovel Plugin

Well a happy new year to you all. I thought I might start the new year of with a small article on using the popular Rabbit Mq message bus. But before I give you a link to the article this is what is the problem I was trying to solve: At work just before XMAS, [...]

Log4Net AppDomain Logging

I don’t know about you lot, but logging is something that one simply can’t avoid. We kind of rely on it a lot (too much probably). Well today we were trying to find a problem with something we had written which spawns a new AppDomain which does some stuff and is torn down again. The [...]

Castle Func Injection

Today at work one of my collegues asked me whether it was possible to dependency inject a Func<TResult> (a delegate which basically would resolve TResult). Now in MEF (which is what I tend to use, this would be no problem at all I would just do something like public class ApplicationSettings { [Export("SomeStringFunc")] public Func<string> [...]

Ads by Lake Quincy Media