Are you interested in Data Engineering Essentials course on Kontext? Learn more
SQLite in .NET Core with Entity Framework Core
visibility 55,305
comment 3
SQLite is a self-contained and embedded SQL database engine. In .NET Core, Entity Framework Core provides APIs to work with SQLite. This page provides sample code to create a SQLite database using package Microsoft.EntityFrameworkCore.Sqlite . Create a .NET Core 2.x console application in ...
info Last modified by Administrator 2 years ago
thumb_up 3
Log in with external accounts
comment Comments
4 years ago
link
more_vert
web_assetArticles 583
imageDiagrams 40
forumThreads 9
commentComments 218
loyaltyKontext Points 6293
account_circleProfile
#219 Re: SQLite in .NET Core with Entity Framework Core
I've submitted the example code to GitHub for your reference:
person Rodri access_time 4 years ago
Re: SQLite in .NET Core with Entity Framework Core
Hello, from where I can download the example because I am trying to make a small application but I get an error when accessing or creating the database. Thank you
4 years ago
link
more_vert
account_circle
Rodri
#101 Re: SQLite in .NET Core with Entity Framework Core
Hello, from where I can download the example because I am trying to make a small application but I get an error when accessing or creating the database. Thank you
#220 Re: SQLite in .NET Core with Entity Framework Core
Hello,
I didn’t quite get this. Can you be more specific? Do you mean the sample code is not working or the UI is not responsive?
Comment is deleted or blocked.