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

I am creating a .NET CF 3.5 application that will communicate with MS SQL Server on the server. ...

Communication will take place through WiFi connection devices.

I was looking for a good O / R cartographer and got a little lost. Most sites / people assume that you are going to be working with a local compact database and not an external "normal" SQL server.

I've worked with entity spaces in the past (but does that seem commercial now?) And more recently with linq-to-sql.

What is a good opportunity to learn and implement O / R mapping in a .NET CF application with a regular MS SQL database?

+1


a source to share


1 answer


I did this a few years ago with .NET 1.1 and LLBLGen with great success.



+1


a source







All Articles