LINQPad db4o Driver: Feature Overview
This time I’m giving a small feature overview for my LINQPad driver for db4o. I promise that is the last post about this for a while =). Why now? Because…
Read moreThis time I’m giving a small feature overview for my LINQPad driver for db4o. I promise that is the last post about this for a while =). Why now? Because…
Read moreIn the previous posts I showed you how to write LINQPad drivers and how to read the meta data out of db4o. This time I show the last piece for…
Read moreThis time I’m going to look at the meta-data required for the db4o driver. First I’m showing how to get the meta-data from db4o. Then I explain some internal details…
Read moreWhat? Links around NDepend? But you promised a post about Teamcity integration? Yes, I did but then I found a good guide on the official site and a good blog…
Read moreIn this little post series I’m going to show how my db4o LINQPad driver is implemented. Some parts of these posts useful for other drivers, other parts will be db4o…
Read moreWay back in my posts about db4o I complained about the missing tool support. I also demonstrated how to use LINQPad for ad hoc queries. However wouldn’t it be cooler…
Read moreLast time I gave a short overview over the features of NDepend. We know that NDepend can show a detailed dependency analysis your projects. This time I show you how…
Read moreLet’s have fun with another tool in the .NET-universe: NDepend. NDepend is a high-level code / IL analysis tool. In this post I give a short overview. In future posts…
Read moreSometime it makes sense to enforce that only one instance of your application is running, for example a media player application. There are different ways to archive that. I just…
Read moreDisclaimer: This post is based on the C# 5.0 CTP. Everything described here is subject to future changes. Last time I demonstrated that the synchronization context is also relevant for…
Read more