I’ve created 22+ minutes screencast about JBoss AS and ActiveMQ integration
I’ve created 22+ minutes screencast about JBoss AS and ActiveMQ integration
I’ve needed to use autofac recently inside WCF 4 services. Services are hosted using Windows Server AppFabric. This post is about it
It this post I’d like to share experience in PostgreSQL, XPath and XML processing.
In my previous post I’ve provided draft implementation of bridge between NHibernate and NLog. Bridge assembly was “hard” referenced against both NHibernate and NLog assemblies. In this post I’ll provide more advanced bridge implementation which won’t be referenced against NLog assembly at all
NHibernate 3 introduces new ILoggerFactory interface which allows it to integrate with NLog (and possibly any other logging framework). This is though a bit tricky. In this article I will provide fully working integration between NHibernate 3x and NLog
Update: More advanced version is available here
It has been so many times when I’ve needed managed Folder Picker dialog that I’ve decided to write my own.
In the previous post I’ve shown how to avoid hardcoding method names while setting up NMock stubs. Now it’s time for properties.
When I’ve started using NMock in my new dotnetneural project I’ve faced with “magical” strings in stubs. Fortunately .NET 4 framework allows us to avoid them totally.