A
A
Alexander Degtyarev2016-03-26 16:49:19
ASP.NET
Alexander Degtyarev, 2016-03-26 16:49:19

What NoSQL is available for ASP.NET Core (EF7)?

Tell me, what NoSQL solution is already available in EF7 ASP.NET Core? Is it possible to work with MongoDB? Is there LINQ for NoSQL?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Pavlov, 2016-03-26
@ErichAltheim

There seems to be no ready-made provider for mongodb yet.
The person writes that it is possible to palm off IDataAccessProvider for MongoDb without problems. The development team has not yet written such a provider , but it seems that there are plans. Here you can see how to work with the implementation of this interface using PostgreSql as an example.

Andriy 18 Oct 2015 3:19 AM #
Is support for NoSQL DBs (like at least your DocumentDB, or maybe MongoDB) going to appear in the nearest future?
Rowan Miller 19 Oct 2015 10:09 AM #
@Andriy – Yes, we prototyped a couple of non-relational providers to make sure the core architecture worked for them. Our focus for the next few months is on shipping a stable product with a limited set of providers, but we absolutely still want to build out some non-relational providers.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question