- Home - https://docs.microsoft.com/en-us/ef/core/
- EF Core Powertools - https://blogs.msdn.microsoft.com/robertgreen/2017/10/19/visual-studio-toolbox-entity-framework-power-tools/
- Generate from an existing db - https://docs.microsoft.com/en-us/ef/core/get-started/aspnetcore/existing-db
- Migrations > Troubleshooting the dotnet ef command for EF Core Migrations - http://thedatafarm.com/data-access/no-executable-found-matching-command-dotnet-ef/
- EF6 to EF Feature Comoparison - https://docs.microsoft.com/en-us/ef/efcore-and-ef6/features
- Porting EF6 to EF Core - https://docs.microsoft.com/en-us/ef/efcore-and-ef6/porting/
- Rowan Miller (PM on EF Core) demos repo - 2.0.0.0-preview1 as of Nov 2017 - https://github.com/rowanmiller/Demo-EFCore
- Stored Procedure Support (lacking) - dotnet/efcore#245
- Stored Procedure Support via EntitySet - https://stackoverflow.com/questions/43087350/asp-net-core-and-ef-core-1-1-diplay-data-using-stored-procedure/43088033#43088033
- Supporting .NET Implementations - https://docs.microsoft.com/en-us/ef/core/platforms/
- View Support - dotnet/efcore#827
- Comparison project with code - https://github.com/exceptionnotfound/DapperEFCoreQueryPerformance2019
- Dapper versus entity framework - https://entityframework.net/ef-vs-dapper
- Medium - https://abdmhamd.medium.com/orm-dapper-vs-entity-framework-6c3f1875e5ad
- Performance - https://stackoverflow.com/questions/25750154/latest-dapper-vs-entity-framework-6-performance-consideration
- Performance - https://www.exceptionnotfound.net/dapper-vs-entity-framework-core-query-performance-benchmarking-2019/
- .NET Core and Entity Framework Statement of Direction - March 2018 - www.oracle.com/technetwork/topics/dotnet/tech-info/odpnet-dotnet-ef-core-sod-4395108.pdf
- ODP.NET Core Beta Download - http://www.oracle.com/technetwork/topics/dotnet/downloads/odpnetcorebeta-4077982.html
- ODP.NET Discussion Forum - https://community.oracle.com/community/database/developer-tools/windows_and_.net/odp.net
- How to dump a db script: dotnet ef migrations script | out-file ../dbscript.sql