How to use LINQ for CRUD with a simple SQL table?

Posted by Rob Ferno on Stack Overflow See other posts from Stack Overflow or by Rob Ferno
Published on 2010-04-21T15:25:10Z Indexed on 2010/04/21 15:33 UTC
Read the original article Hit count: 197

Filed under:
|
|

Every LINQ blog I found there seemed around 2 years old, I understand the syntax but need more direction on creating the SQL mapping and context classes.

I just need to use LINQ for 2 SQL tables I have, nothing complicated. Do folks write the SQL mapping classes by hand for such cases or is there a decent tool for this?

Can someone point me in the right direction?

© Stack Overflow or respective owner

Related posts about c#

Related posts about LINQ