Tag Archives: Entity Framework Core using SQL Server

Entity Framework Core using SQL Server

This blog article illustrations how to use Entity Framework Core with SQL Server. The sample that you found here https://docs.microsoft.com/en-us/ef/core/get-started/?tabs=visual-studio/?WT.mc_id=DP-MVP-36769 is using SqlLite. To use SQL Server instead of Install-Package Microsoft.EntityFrameworkCore.Sqlite You need to install Install-Package Microsoft.EntityFrameworkCore.sqlserver Change the Model.cs … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform | Tagged | Leave a comment