Nosql . Net compatibility

Asked

Viewed 58 times

-1

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

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

I do not know if there are any such questions here in the forum.

  • I believe it is not possible... because it makes no sense that you want to use a Nosql database and make notes in tables / properties that tend to be relational.

  • No EF Core vai poder https://github.com/aspnet/EntityFramework/wiki/Roadmap

1 answer

-1


You can use Mongodb with these requirements. You do not have the concept of tables, but rather Collections. On Mongodb’s own official 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 directly from Nuget in Visual Studio.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.