What's New in Xamarin Forms?

As we keep improving Entity Framework Core, we love to show you what we are working on to get early feedback and improve our designs. We have a number of great things coming, like the Cosmos DB provider (no longer just a prototype!) and spatial support. We will spend 45 minutes showing demos!
Thank you for a great video. :-)
Awesome work on EF, totally love it!
Is there any progress to support the Graph option of CosmosDb and query the data using Linq instead of the Gremlin API?
Thank you for the Demo.
Any EF visual tool in the Roadmap?
There are lot of existing data bases that has to be mapped.
Great work on EF core!
Do you have plans to support graph Databases?
Thank you.
What is the update/latest situation with Oracle EF Core Provider?
very great Video, very informing
and both are great hosts!!!
lg andi
Currently the ADO.NET provider from Oracle is in Beta 3 (). I would expect announcements on RTM dates and an EF Core provider preview availability soon. The easiest way to get news on this is to follow @OracleDOTNET on Twitter.
@Cuppy & @verbe: We don't have any concrete plans with graph databases. There is however an issue at https://github.com/aspnet/EntityFrameworkCore/issues/8527 that is about having first-class support for some of the graph capabilities of SQL Server.
As far as I understand, Cosmos DB's Gremlin API is not something you can use to target a database you created with SQL API, so it would require an entirely different provider. We focused on SQL API because document oriented databases seem to be a better fit for the scenarios in which EF Core is currently used.
If you have ideas that you would like to share, including specific graph databases with which you you think you could get some value out of being able to access them through EF Core APIs with them, feel free to start a discussion at https://github.com/aspnet/entityframeworkcore/issues/new.
@aayadi: Visual tooling for EF Core is not something we are planning on working, at least in the short term. There is EF Core Power Tools, a free tool created and maintained by Erik Ejlskov Jensen which seems to be filling this gap pretty well.
Without visual tooling, should EF core be a part of Visual Studio?