Background info: https://devblogs.microsoft.com/dotnet/announcing-entity-framework-6-3-preview-with-net-core-support/
Linked files scenario also mentioned here: https://docs.microsoft.com/en-us/ef/ef6/what-is-new/
In short, I am looking to do this but with a .NET Core web application: https://github.com/efcore/EdmxDotNetCoreSample
With this being recently supported in EF 6.3+, I was hoping to find an example to reference for setting up this scenario with a web app. This documentation appears to be out of date but seems to be the closest to where I should be looking:
https://docs.microsoft.com/en-us/aspnet/core/data/entity-framework-6?view=aspnetcore-3.1
We need to remain Database First but I would like to leverage .NET Core for a smaller project, which I believe is possible now.
Would appreciate any insight on implementing this, thanks for any guidance!