Ralf Westphal a récemment ouvert un blog dédié au mapping O/R :

I started a new blog. I want to explore the world of O/R Mapping more closely and will report my findings in my blog O/R Mapping Adventures.

It´s a subjective view of the topic as I dig deeper into it. Although I´ll start with some simple stuff, my true interest lies in exploring more advanced scenarios like distributed systems and optimizing the loading of objects. I want to go beyond the usual trivial examples of O/R Mapping and see, how far I can go with it - and where I need to resort to good old ADO.NET. Currently my belief is, the future lies with hybrid data access: O/R Mapping + ADO.NET. But we´ll see... In any case I want to try to put O/R Mapping into perspective with application architecture. What does this approach to persistence mean for modelling code?


Pour son exploration, il a décidé de se pencher sur un framework en particulier Vanatec's OpenAccess (VOA), non pas car il le considère comme le meilleur mais simplement parce qu'il considère que celui est suffisamment complet pour ses besoins.
Vous trouverez sur son blog un guide pour installer une version gratuite de cet outil ainsi qu'un exemple d'utilisation avec la version Express de SQL Server.
Si vous souhaitez en savoir plus :
O/R Mapping Adventures, son blog dédié au mapping O/R
et son blog : Ralf's Sudelbücher

Un blog à surveiller.