The text of this article is not in this database — only its details are. Read it on the old site: Linq queries for beginners
11 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Linq queries for beginners
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Ranjan RajPosted May 14, 2015, 5:35 AM
it's really a great article for beginners to understand the basic queries of LINQ
ketan italiyaPosted Nov 22, 2013, 1:52 AM
very useful thanks....
Mukesh Kumar TiwariPosted Sep 5, 2013, 12:44 AM
Very usefull for beginners like me... Thanks a lot............
rahuleditedPosted Mar 23, 2013, 3:36 PMEdited Mar 23, 2013, 3:37 PM
very good article for bigginers........Thanks a lot of
Shambhoo KumarPosted Dec 18, 2012, 12:16 AM
Realy this is very nice query for begginers........Thanks
Manohar MedarametlaPosted Dec 3, 2010, 5:34 AM
Thank sir for giving this information..
Mithun CPosted Dec 2, 2010, 3:08 PM
Would be good if you can post how to query data from more than one table. I know there is join but is there a simpler method to do this ?
Jim MiddletonPosted Dec 2, 2010, 12:17 PM
If you assume the input variable sCustName as a string, how would you write the following... SELECT name FROM PartTable WHERE cust_id = (SELECT id FROM CustTable WHERE cust_name = sCustName);
Jim MiddletonPosted Dec 2, 2010, 10:08 AM
I'm new to C#/ASP.net and this is precisily what i was looking for.
Satyapriya NayakPosted Dec 2, 2010, 1:30 AM
Hi friend, Good to see your articles.Waiting for more.......... Thanks