53

I'm interested in choosing an embedded DB engine for my WPF app. I would like information on how SQLite and latest SQL CE 4.0 compare. And if I should choose one over the other. Points of interest would be ORM support with EF4's CTP & NHibernate 3.

Thanks in advance!

AVP06
  • 1,079
  • 1
  • 10
  • 16
  • possible duplicate of [Database functionality with WPF app: SQLite, SQL CE, other?](http://stackoverflow.com/questions/67127/database-functionality-with-wpf-app-sqlite-sql-ce-other) – nawfal Feb 21 '13 at 09:00
  • Sqlite now works with EF and Linq to SQL, and there is a nuget package that supports migrations. – brandonstrong Feb 28 '20 at 17:08

1 Answers1

32

See this answer: Database functionality with WPF app: SQLite, SQL CE, other? - SQL Compact 4 has full support for Entity Framework, Linq to SQL - Includes all neccesary file for private deployment - has good tools support in Visual Studio 2010 and 2012 - has a smooth migration path to SQL Server

Community
  • 1
  • 1
ErikEJ
  • 40,951
  • 5
  • 75
  • 115