An object-oriented database like Caché, but is it free for .NET too?

Is there any alternative to caché that is just as functional and scalable, but free? and if possible for .NET?

+3
source share
1 answer

VelocityDB is not free, but not expensive, $ 400 for a developer license. This is a true object database implemented using only C # code. Most likely, he is superior to Cache. See other comparisons here .

+1
source

Source: https://habr.com/ru/post/1768777/


All Articles