Posts Tagged linqpad

Updates for db4o LINQPad Driver

I’ve updated my LINQPad driver for db4o (Here’s an feature-overview). Besides tons of little bugfixes there are also two major scenarios which are now supported: Read Support for Enums supported in for an enum type. db4o only stores the actual number of enum values. Previously the driver just crashed when it encountered an enum. Now [...]

Read complete post

,

No Comments

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 I’ve implemented the core set of features and now it is has reached a usable state. Installation Well, just take a look at my previous [...]

Read complete post

, ,

9 Comments

Making of the db4o LINQPad Driver: Generate Code

In 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 a functional driver, the code generation. Code generation is required to dynamically create the query context and entities for LINQPad. Side note: I’ve fixed more [...]

Read complete post

, ,

No Comments

Making of the db4o LINQPad Driver: Meta-Data

This 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 of the driver internal representation of this information.   Side note: I’ve integrated lots of improvements into the driver. It now should work with (one [...]

Read complete post

,

No Comments

Making of the db4o LINQPad Driver: LINQPad Drivers

In 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 specific. Side note: There’s already a new version of the LINQPad driver out which fixes some issues. Overview The LINQPad website explains well how LINQPad [...]

Read complete post

,

No Comments

db4o Driver for LINQPad

Way 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 if you can access db4o databases more directly with LINQPad? Like a relational databases? Well that’s possible by creating a driver for LINQPad. That’s what [...]

Read complete post

, ,

2 Comments