Asked by:
New LINQ Forums

General discussion
-
We've created a couple new LINQ forums to help better answer your questions about the specific LINQ implementations.
-
For LINQ to SQL see the LINQ to SQL forum at
http://social.msdn.microsoft.com/forums/en-US/linqtosql/threads/ -
For LINQ to Entities see the ADO.NET Entity Framework and LINQ to Entities forum at http://social.msdn.microsoft.com/forums/en-US/linqtosql/threads/
-
For LINQ to DataSet see the ADO.NET DataSet forum at http://social.msdn.microsoft.com/Forums/en/adodotnetdataset/threads
-
For LINQ to XML see the XML & the .NET Framework forum at http://social.msdn.microsoft.com/Forums/en/xmlandnetfx/threads
- Edited by David M MortonModerator Tuesday, December 1, 2009 1:20 PM Updated links.
Saturday, March 1, 2008 12:15 AM -
All replies
-
A separate forum for DLINQ (IQueryable, IQueryProvider, Expression, etc.) would be nice - it would separate topics related to LINQ implementation (which are typically advanced) from topics related to LINQ usage (which are typically simple).
Thanks.
Tuesday, March 18, 2008 2:45 PM -
Borka_ wrote: A separate forum for DLINQ (IQueryable, IQueryProvider, Expression, etc.) would be nice - it would separate topics related to LINQ implementation (which are typically advanced) from topics related to LINQ usage (which are typically simple).
Thanks.
Friday, March 21, 2008 3:52 PM -
Thanks, it's my mistake in terminology. I should have been asking it more correctly:
A separate forum on Query Provider development (IQueryable, IQueryProvider, Expression, etc.) would be nice - it would separate topics related to LINQ implementation (which are typically advanced) from topics related to LINQ usage (which are typically simple).
Thanks,
Boris.
P.S.: I'm writing a non-SQL query provider, so I guess "LINQ to SQL" wouldn't be the right place.
Saturday, March 22, 2008 2:04 PM -
Borka_ wrote: Thanks, it's my mistake in terminology. I should have been asking it more correctly:
A separate forum on Query Provider development (IQueryable, IQueryProvider, Expression, etc.) would be nice - it would separate topics related to LINQ implementation (which are typically advanced) from topics related to LINQ usage (which are typically simple).
Sunday, March 23, 2008 12:29 PM -
Monday, July 14, 2008 8:45 PM
-
Not sure why LINQ Project General is in the archived forums when it is still quite active.It is misleading and there is no LINQ to Objects forum to replace it?Friday, November 13, 2009 1:34 AM
-
The links in the first post are dead.Tuesday, December 1, 2009 1:17 PM
-
The links in the first post are dead.
Fixed.
Coding Light - Illuminated Ideas and Algorithms in Software
Coding Light Wiki • LinkedIn • ForumsBrowserTuesday, December 1, 2009 1:20 PMModerator -
Hello Annie,
I'm looking for a linq forum where I can place a question about the "where" - clause of linq. I'm not working with EntityFramework but only with simple generic data structures e.g. generic lists.
Issue: I'm working with a generic list of Dto's (DataTransferObjects) and I want to filter the entries of that list using a kind of "Where In" as I would do in SQL.
Thanks,
AlexThursday, January 21, 2010 5:31 AM -
Very good very good thanks to this forum
Monday, June 21, 2010 6:19 AM -
Hi Annie,
Is there any specific forum to explain the LINQ and provides detailed information about LINQ to Objects?
Thx
Monday, September 19, 2011 6:38 AM -
Hi Bryan,
For the LINQ to objects, you can study the following links:
http://www.c-sharpcorner.com/UploadFile/dhananjaycoder/558/
http://www.c-sharpcorner.com/UploadFile/dhananjaycoder/546/
http://www.c-sharpcorner.com/UploadFile/dhananjaycoder/579/
You can also study my new posting about "LINQ Useful LINKs" at blog.csharplearners.com: http://blog.csharplearners.com/2011/09/19/linq-links/
Regards,
Amir Ahani (MCSD .NET)
- Edited by Amir Ahani Monday, September 19, 2011 7:24 AM
Monday, September 19, 2011 7:23 AM -
Can you please fix links in this thread? Last 2 links re-direct to forums home instead of the correct forum.
Thanks in advance.
For every expert, there is an equal and opposite expert. - Becker's Law
My blog
My TechNet articlesMonday, June 24, 2013 3:44 PM