Tagged Questions

3
votes
7answers
299 views

Do any OR Mappers provide Asynchronous Methods?

Do any .Net O/R (object/Relational) Mappers provide Asynchronous methods out of the box? I don't want to have to write the boiler plate for the asynchronous method if possible I …
0
votes
1answer
120 views

ORM for Compact Framework 3.5 winforms app with external ms sql server 2005

Hello, I'm building a .NET CF 3.5 application that will communicate with an server based MS SQL server 2005. The communication will happen trough the devices's WiFi connection. …