I’ve needed to use autofac recently inside WCF 4 services. Services are hosted using Windows Server AppFabric. This post is about it
I’ve needed to use autofac recently inside WCF 4 services. Services are hosted using Windows Server AppFabric. This post is about it
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.
.NET 4 introduced interesting feature – Tasks. In this post I’ll try to cover advanced usage of tasks if applied to WPF/Silverlight development