Relative Content

Tag Archive for c#sqliteentity-framework-core

Use One Table To Store Data In Multiple Tables

Using Entity Framework Core with Sqlite, I have a table that stores address data called ‘Address’. I wish to use this table in several different tables to store addresses. Currently I have it working for one other table by adding 2 fields directly into the table that reference it:

Strange performance in EF Core with SQLite

I have a query that I’m running in EF Core hooked up to a SQLite database. I noticed it was running a bit slower than I expected, so I turned on the logs to output the query.