Browsing Tag: Entity Framework Core

Entity Framework Core dbcontextoptionsbuilder does not contain a definition for usesqlserver – Solved

Introduction In this post, I will show how to solve the error that shows “Entity Framework Core dbcontextoptionsbuilder does not contain a definition for UseSqlServer” with ASP.Net Core 3 and 3.1 framework. Overview We wanted to connect our ASP.NET Core application with MS SQL. To do this, we configure a connection in the startup class. […]