ORM for Compact Framework 3.5 winforms app with external ms sql server 2005 - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T15:03:46Z http://stackoverflow.com/feeds/question/910993 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/910993/orm-for-compact-framework-3-5-winforms-app-with-external-ms-sql-server-2005 0 ORM for Compact Framework 3.5 winforms app with external ms sql server 2005 Thomas Stock 2009-05-26T14:29:52Z 2009-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 &amp; 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#911005 1 Answer by Bob for ORM for Compact Framework 3.5 winforms app with external ms sql server 2005 Bob 2009-05-26T14:31:56Z 2009-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>