Onur Taşkıran LogoOnur Taskiran's Personal BlogOnur Taskiran Blog
HomeAboutProjectsServicesContact
HomeAboutProjectsServicesContact
Onur Taşkıran LogoOnur Taskiran's Personal BlogOnur Taskiran Blog
HomeAboutProjectsServicesContact
HomeAboutProjectsServicesContact

Posts tagged with "connection-string"

Setting up Entity Framework and Adding a Connection String

Setting up Entity Framework and Adding a Connection String

18 September 20223 min readWeb Programming

Hello we created a web api project with asp.net core in the previous post. Now We'll Install Entity Framework and Add a Connection String. I'll use SQLite as the database. And what we want to do is install this version of Microsoft entity framework core. I'm creating a new class called store context and I have to derive it from dbcontext object.

#ASP.NET Core#Entity Framework#Connection String+4 more