No announcements
Found 131493 threads
-
0 Votes
Linking Linq Queries
Execution in relation to LINQ for more info. What this means is that you can join queries together: see my answerAnswered | 2 Replies | 4314 Views | Created by Michael Kushner - Tuesday, August 26, 2008 1:23 PM | Last reply by HowardRichards - Tuesday, August 26, 2008 1:50 PM -
2 Votes
LINQ Queries
Hello, I am learning Linq. Please suggest on the real time examples of queries in LINQ(C #). Any online resource would be of great ...Answered | 3 Replies | 4169 Views | Created by Suma Chandu - Tuesday, September 27, 2011 12:22 AM | Last reply by Shimin Huang - Wednesday, September 28, 2011 7:33 AM -
0 Votes
Writing right Linq queries
Techniques to monitor/improve performance in LINQ to SQL queries Best Regards, CharlesUnanswered | 1 Replies | 744 Views | Created by DotNetTeamX - Tuesday, August 14, 2018 9:07 AM | Last reply by Charles He21 - Friday, August 17, 2018 6:29 AM -
0 Votes
LINQ queries execution
Introduction to LINQ Queries. " as IAnswered | 3 Replies | 3203 Views | Created by Snap2244 - Saturday, August 23, 2008 7:08 AM | Last reply by Snap2244 - Saturday, August 23, 2008 8:52 AM -
0 Votes
LINQ queries
I am learning to use LINQ queries and have run into a problem that I am unable to understand. This is the routine containing the join query, after creating a ...Answered | 8 Replies | 239 Views | Created by gwboolean - Wednesday, July 25, 2018 10:14 PM | Last reply by Kareninstructor - Thursday, July 26, 2018 12:58 PM -
0 Votes
info about linq queries
http://parassanghani.blogspot.com/2010/08/linq-interesting-technology.html Samples on Linq ...Answered | 3 Replies | 2493 Views | Created by sto_smagd - Tuesday, August 10, 2010 10:58 AM | Last reply by Nans11 - Tuesday, August 10, 2010 12:24 PM -
0 Votes
Passing queries from LINQ
Hi, im new to linq and im having lots of trouble creating complex queries.. My problem mainly is that i am using Linq as a BLL. i ...Unanswered | 1 Replies | 7587 Views | Created by Bassem Murad - Sunday, January 17, 2010 11:03 AM | Last reply by Michael Sun [MSFT] - Wednesday, January 20, 2010 7:15 AM -
0 Votes
Linq queries in VB
Recently started trying out lightswitch but cant get my head around LINQ queries, so i tried to use a program called Linqer to generate the linq ... -
0 Votes
LINQ Queries and DM Views
I was under the wrong impression that LINQ queries doesn't appear in the DMViews. But they do appear when I tested. Thanks for the ...Answered | 2 Replies | 2188 Views | Created by Sudheer Kumar - Friday, August 3, 2012 1:27 PM | Last reply by Sudheer Kumar - Wednesday, August 8, 2012 4:08 PM -
1 Votes
Dynamic linq queries
-dynamic-query-library.aspx PredicateBuilder: http://www.albahari.com/nutshell/predicatebuilder.aspx Joe Write LINQ ...Answered | 3 Replies | 3610 Views | Created by Harry14 - Tuesday, May 26, 2009 12:48 PM | Last reply by Harry14 - Thursday, May 28, 2009 7:07 AM -
0 Votes
linq to sql queries
I'd take this question over to the LINQ MSDN forums as you'll get better answers there.Answered | 1 Replies | 1664 Views | Created by MSDN_Forums_User - Thursday, April 9, 2009 3:15 AM | Last reply by Shawn Wildermuth - Friday, April 10, 2009 4:11 AM -
0 Votes
LINQ buffering queries ?!?!?
Systems Co., Ltd. Cool tools for Linq-to-SQL and Entity Framework: huagati.com/dbmltools (add-in with new features for the L2S and EFAnswered | 1 Replies | 3371 Views | Created by Lautaro Arino - Wednesday, March 10, 2010 9:01 PM | Last reply by KristoferA - Thursday, March 11, 2010 2:19 AM -
0 Votes
Creating Dynamic Linq Queries
I think in general using a strongly typed ORM such as EF/LINQ does not mix well with dynamic querying. Since I'm sure there is a good reason why you keep the country data ...Proposed | 6 Replies | 411 Views | Created by Tevfik Ekici - Wednesday, December 5, 2018 1:37 PM | Last reply by craigwardman - Friday, December 7, 2018 3:51 PM -
0 Votes
how to save LINQ queries?
Linq uses expression trees. Making code like this possible: var data = new List<int> { 1, 2, 3, 4 ...Answered | 2 Replies | 2870 Views | Created by jasonmsmith - Friday, November 21, 2008 10:23 PM | Last reply by nobugz - Saturday, November 22, 2008 9:44 PM -
0 Votes
Dynamic Linq Queries and Caching
results of queries (i.e. preventing the trip to the database for a previously issued query) in LINQ to SQL or LINQ to EntitesAnswered | 2 Replies | 7197 Views | Created by Ben S - Friday, November 30, 2007 10:46 AM | Last reply by Lawrence Parker - Friday, November 30, 2007 1:10 PM -
0 Votes
Linq and empty queries
0) to check empty queries ? Regards,Answered | 5 Replies | 2530 Views | Created by Akram El Assas - Wednesday, April 7, 2010 3:42 PM | Last reply by Akram El Assas - Thursday, April 8, 2010 5:53 PM -
1 Votes
LINQ 2 SharePoint: recursive queries
string, this does the trick. Hope this helps! Source:Answered | 4 Replies | 12922 Views | Created by Michele Bartolucci - Monday, April 19, 2010 2:34 PM | Last reply by Ayman El-Hattab - Sunday, October 24, 2010 12:16 PM -
0 Votes
Binding to LINQ Queries
Hello, I am working through the examples in the Dlinq Designer Wallkthrough. I am on the section called "Binding to LINQ Queries". The ...Unanswered | 4 Replies | 4190 Views | Created by Tom25 - Thursday, October 26, 2006 4:05 PM | Last reply by Joe Rattz - Friday, October 27, 2006 6:51 PM -
0 Votes
How to search in XML file
LINQ, its the future. I cant wait until people see how nice this is linking XML, SQL and object data together into ...Answered | 11 Replies | 9168 Views | Created by Penicillin - Wednesday, April 25, 2007 7:33 PM | Last reply by decyclone - Thursday, May 3, 2007 2:40 PM -
0 Votes
Nested LINQ queries
Yeah i guess i'm getting too LINQ happy, I ended up implementing what i wanted with this: List<string> list = new ...Answered | 3 Replies | 2644 Views | Created by darckeen - Wednesday, April 7, 2010 3:13 PM | Last reply by darckeen - Wednesday, April 7, 2010 4:13 PM - Items 1 to 20 of 131493 Next ›
No announcements