Select,Insert,Update and Delete data with LINQ to SQL in an ASP.Net application

Posted by nikolaosk on ASP.net Weblogs See other posts from ASP.net Weblogs or by nikolaosk
Published on Thu, 16 Dec 2010 23:04:00 GMT Indexed on 2010/12/17 17:06 UTC
Read the original article Hit count: 291

As you might have guessed I am continuing my LINQ to SQL posts. I am teaching a course right now on ADO.Net 3.5 (LINQ & EF) and I know a lot of people who have learned through my blog and my style of writing. I am going to use a step by step example to demonstrate how to select,update,insert,delete data through LINQ to SQL into the database. If you want to have a look on how to return data from a database with LINQ to SQL and stored procedures click here . If you want to have a look on how to...(read more)

© ASP.net Weblogs or respective owner

Related posts about ASP.NET

Related posts about c#