ErikEJ / erikej.github.io

ErikEJ blog
3 stars 1 forks source link

Use SQL Server Compact with .NET 7/8 and Entity Framework (Classic) with Database First work flow #53

Open utterances-bot opened 4 months ago

utterances-bot commented 4 months ago

Use SQL Server Compact with .NET 7/8 and Entity Framework (Classic) with Database First work flow | ErikEJ's blog

In this blog post I will show how you can use SQL Server Compact 4.0 on a Windows desktop with .NET 7 (and later), with a Database First approach, assuming you already have a SQl Server Compact .sdf database file available.

https://erikej.github.io/sqlce/entityframework/2023/09/27/sqlce-net7-ef6.html

Winnie-Tse-CGW commented 4 months ago

Thank you for sharing the solution. It works without any issue.