dotnet / EntityFramework.Docs

Documentation for Entity Framework Core and Entity Framework 6
https://docs.microsoft.com/ef/
Creative Commons Attribution 4.0 International
1.59k stars 1.95k forks source link

Revisit the Overview of Entity Framework Core page #2701

Open RaisinBread42 opened 3 years ago

RaisinBread42 commented 3 years ago

optionsBuilder.UseSqlServer won't work without adding reference to Microsoft.EntityFrameworkCore.SqlServer. You'll get the "...does not have extension method..." error by intellisense.

Tested with


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

ajcvickers commented 3 years ago

Triage: we should look at this page again and make sure it is clear how to get to working code for the provider being used.