Hello,
EF and/or LINQ is supported for Compact Framework?
Is there a sample for it?
Thanks,
Zoltan
Nope sorry ... the EF and LINQ are not supported at all on the compact framework, either for SQLite or for any other database engine. It depends on being able to compile code at runtime, and the ability to do reflection that is not supported on CF.