ObjectSpaces 1.0 Support for Other Databases

Andrew reports that version 1.0 of object spaces (the ORM technology to be provided with Whidbey next year) will only support SqlServer 200 and Yukon (the next generation of SQL Server for those of you who might be a bit lost with the 10+ new code names Microsoft is playing around with lately).

Scott comments on the question, why didn’t Microsoft include support for other databases when they already have managed providers. I would go further by quoting Andrew:

However, that said, we have designed an underlying architecture that could be extended to other datasources, even non-relational datasources.

To quote myself a bit, I’ve been saying for a long time that whenever you code an intelligent and clean architecture, you should at least provide an unsupported documentation on how to extend the current mechanism by replacing some components. My question would be, why don’t you open the extensibility points for other people to extend ObjectSpaces?

Ads