Compatibility NoSql .Net

-1

I would like to know if there is any Nosql database that is easier to work with .Net (which is easy to integrate, manipulate, create entities by entity framework if possible, etc.)

If you can give details of framework, dll, etc, to integrate with .Net (Visual Studio)

I do not know if there is any such question here in the forum.

    
asked by anonymous 06.02.2017 / 17:04

1 answer

-1

You can use MongoDB with these requirements. You do not have the concept of tables, but Collections. On the official MongoDb website there is a tutorial on how to make this connection: MongoDB

This post is also very interesting: .Net + MongoDB

You can download the MongoDB package straight from Nuget in Visual Studio.

    
06.02.2017 / 19:09