Designing data access for Compact Framework and Full Framework

孤街浪徒 提交于 2019-12-05 15:48:19

We use the OpenNETCF ORM in Windows CE (backed with SQLCE), Desktop (backed with SQLCE) and Android (backed with SQLite) which uses nearly identical code for all three. I say "nearly" because the data store initialization code differs between them (target file name, where to store it, etc). You could pretty easily add a full SQL Server implementation as well - it's probably a near 1:1 copy of the SQLite stuff. I've never done it simply becasue I've not needed it.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!