I m New to .NET, i want to know what are the steps with example to insert a data into mysql or sql server database using linq in asp.net....
Loading
I m New to .NET, i want to know what are the steps with example to insert a data into mysql or sql server database using linq in asp.net....
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Piyush RaghvaniPosted Feb 10, 2014, 4:54 AM
Please refer following URL.
http://www.codeproject.com/Articles/188935/LINQ-Demo-with-ASP-NET-Web-Application
http://weblogs.asp.net/scottgu/archive/2007/06/29/linq-to-sql-part-3-querying-our-database.aspx
http://www.c-sharpcorner.com/UploadFile/a48f78/an-understanding-of-linq-language-integrated-query/
http://www.c-sharpcorner.com/UploadFile/e95fe7/inserting-data-in-the-database-using-linq-to-sql/