ORM for Compact Framework 3.5 winforms app with external ms sql server 2005 - Stack Overflow most recent 30 from stackoverflow.com2009-11-30T15:03:46Zhttp://stackoverflow.com/feeds/question/910993http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/910993/orm-for-compact-framework-3-5-winforms-app-with-external-ms-sql-server-20050ORM for Compact Framework 3.5 winforms app with external ms sql server 2005Thomas Stock2009-05-26T14:29:52Z2009-05-26T14:31:56Z
<p>Hello, </p>
<p>I'm building a <strong>.NET CF 3.5 application</strong> that will communicate with an <strong>server based MS SQL server 2005</strong>.</p>
<p>The communication will happen trough the devices's WiFi connection.</p>
<p>I've been looking for a good O/R mapper and am a bit lost. Most sites/people assume that you're going to work with a <em>local compact database</em> and not with an <em>external "normal" SQL server</em>.</p>
<p>In the past, I've worked with entityspaces (but that seems to be commercial now?) and lately with linq-to-sql.</p>
<p>What good easy to learn & implement O/R mappers run on a .NET CF app with normal MS SQL database?</p>
http://stackoverflow.com/questions/910993/orm-for-compact-framework-3-5-winforms-app-with-external-ms-sql-server-2005/911005#9110051Answer by Bob for ORM for Compact Framework 3.5 winforms app with external ms sql server 2005Bob2009-05-26T14:31:56Z2009-05-26T14:31:56Z<p>I did this a few years ago with .NET 1.1 and <a href="http://www.llblgen.com" rel="nofollow">LLBLGen</a> with great success.</p>