Link concepts for beginer
tell me some good Book Name to learn LINQ concepts with Asp.net C#..
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.
Satyapriya NayakPosted Oct 16, 2012, 3:12 AM
Please refer the below links
http://www.codeproject.com/Articles/18116/LINQ-Introduction-Part-1-Of-3
http://www.tutorialspoint.com/asp.net/asp.net_linq.htm
http://www.codeproject.com/Articles/43025/A-LINQ-Tutorial-Mapping-Tables-to-Objects
http://www.deitel.com/ResourceCenters/Programming/MicrosoftLINQ/MicrosoftLINQTutorials/tabid/2673/Default.aspx
http://www.programmersheaven.com/2/CSharp3-4
http://www.codeguru.com/csharp/csharp/cs_linq/article.php/c16085/Language-Integrated-Query-LINQ-to-SQL.htm
Thanks
If this post helps you mark it as answer
Jinho GnahcPosted Oct 16, 2012, 3:47 AM
I am not sure about which book you should read but there are some website you can refer to:
a) http://weblogs.asp.net/scottgu/archive/2007/05/19/using-linq-to-sql-part-1.aspx
b)http://weblogs.asp.net/scottgu/archive/2007/05/29/linq-to-sql-part-2-defining-our-data-model-classes.aspx
c)http://weblogs.asp.net/scottgu/archive/2007/06/29/linq-to-sql-part-3-querying-our-database.aspx
d)http://weblogs.asp.net/scottgu/archive/2007/07/11/linq-to-sql-part-4-updating-our-database.aspx
e)http://weblogs.asp.net/scottgu/archive/2007/07/16/linq-to-sql-part-5-binding-ui-using-the-asp-linqdatasource-control.aspx
I learn a lot from the websites above. You also can search for some tutorials on the youtube. Good luck.