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 ?