Hopefully this isn't a duplicate, but does anyone know of any (good) ORMs that work with SQL Compact Edition, and can run in the .NET Compact Framework (e.g. Windows Mobile 5->6.x)?
+1
A:
LLBlGenPro does, it's suppoosed to be good, have never tested myself.
ErikEJ
2010-02-05 10:42:10
+1
A:
I am not shoe that LINQ is the full feature ORR, but have you tried SqlMetal.exe Compact.sdf /dbml:Compact.dbml /namespace:Compact /serialization:Unidirectional /pluralize
?
P.S. LINQ is supported in the .NET Compact Framework version 3.5 and later.
Sasha
2010-02-07 22:55:24