Hopefully this isn't a duplicate, but does an开发者_JS百科yone 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)?
LLBlGenPro does, it's suppoosed to be good, have never tested myself.
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.
精彩评论