I'm considering using an object oriented database in Visual Studio .NET for my web application, which is basically a web store.
Which should I consider, Eloquera or db4o? Can I have some fresh perspective? A similar question was asked like 10 months ago - please also mention changes since then.
The features that I consider important are:
- Ease of integration into web application project.
- Ease of querying using LINQ.
- Ease of deployment upon release in IIS server.
- Multi user support.