tags:

views:

17

answers:

1

Hi, I have the asp.net web application in C# language with framework 3.5. I have also sql server database . I want to use sql to Linq concept for insert, update, delete and select the records as well as maintain the transaction like commit and rollback . How to achieve this ?

+1  A: 

Check out the following link. That will walk you through the basic concepts and ideas behind the framework. Following that if you have any questions feel free to post a more direct question somewhere here.

Happy coding!

JonVD