tags:

views:

168

answers:

2

Hi

I'm looking for a good ORM for VistaDB database. It's for an small desktop application and it might expand in future.

Open source solution will be preferred, but I'm ready to shell out if required.

Regards,

Vikas

A: 

I would say the built in Entity Framework is ok for most desktop type application (not for nTier for sure). It is free by being included in .Net 3.5 SP1. But if you can't handle that requirement for runtime their there are others that support VistaDB as well.

Entity Spaces has great support and does a LOT more than EF out of the box.

DevExpress XPO has support for VistaDB also (although their 4.x support is just now prepping for release as I write this)

Telerik has also now added their Open Access ORM with support for VistaDB 4.

We also post third party tools on a page within our site (although it is not updated as often as it should be). Opf is listed on that page as well.

Jason Short
Thanks, But I went with Mindscape Lighspeed because of it supports LINQ with VistaDB. Setup was a breeze and its too good for the price.
Vikas
I have not used Lightspeed. You should post a link to it for others to find as well.
Jason Short
Worth noting that DevExpress XPO has LINQ support against VistaDB too.
Sean Kearon
+2  A: 

Vikas mentioned in a comment Mindscape LightSpeed and the request was made for a link so I'll post that as an answer :-)

Mindscape LightSpeed supports both VistaDB 3.x and 4.x. Has full Visual Studio designer support.

You can find out more about Mindscape LightSpeed here.

I hope that helps.

traskjd