No announcements
-
5 Votes
New LINQ Forums
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 ...Sticky | 13 Replies | 36814 Views | Created by Annie Brooks - Saturday, March 1, 2008 12:15 AM | Last reply by Naomi N - Monday, June 24, 2013 3:44 PM -
0 Votes
LINQ FAQ
Q0. What is LINQ? DLINQ? XLINQ? A0. [KF] LINQ stands for "Language Integrated Query". It is a set of features such as lambdas, extension ...Sticky | 5 Replies | 98695 Views | Created by Keith Farmer - Monday, March 20, 2006 11:02 PM | Last reply by W. Kevin Hazzard - Wednesday, May 17, 2006 5:08 AM
Found 6416 threads
-
0 Votes
How to Attach or SubmitChanges to DataContext using Singleton Repository
x.Id == i).FirstOrDefault(); } public MyTemplate Function2() { // Open and ...Proposed | 12 Replies | 6703 Views | Created by codoiso - Monday, September 2, 2013 9:04 PM | Last reply by Fernando Soto - MCSD - Tuesday, September 10, 2013 3:24 PM -
2 Votes
LINQ and recursive functions
Hello all, I'm blocked with a LINQ query I have the following class : public class ...Answered | 7 Replies | 41748 Views | Created by Jarodtweiss - Monday, June 4, 2007 8:56 AM | Last reply by Sidra Idrees - Tuesday, September 10, 2013 10:16 AM -
0 Votes
How to stop LINQ query execution
Hi, I am developing a application and i make a function say A();.From this function i execute a LINQ search query.When the number of records is large enough the query takes longer ...Unanswered | 1 Replies | 4385 Views | Created by Sandeep Chadgal - Monday, September 9, 2013 10:02 AM | Last reply by Fred Bao - Tuesday, September 10, 2013 3:16 AM -
0 Votes
Great spllcaster returned back my ex husbsnd
My name is Melanie, My husband dumped me two weeks ago after I accused him of seeing someone else and insulting him. I want him back in my life but he refuse to have any contact with me. I was so ... -
1 Votes
linqpad alternatives?
I just grabbed the new version of LinqPad and notice that to get autocompletion you need to pay for an activation key. Does anyone have any other community supported tools that helps with ...Unanswered | 1 Replies | 14487 Views | Created by Peter Kellner - Wednesday, December 24, 2008 8:16 PM | Last reply by Sergei.Kharchenko - Tuesday, September 3, 2013 7:06 AM -
0 Votes
linq building dynamic tree
p.Categorie.Any (c => c.Libelle.Contains ("SPORT") | | c.Libelle.Contains ...Answered | 3 Replies | 4154 Views | Created by MarcGrenoble - Thursday, August 22, 2013 9:31 AM | Last reply by MarcGrenoble - Thursday, August 29, 2013 1:20 PM -
1 Votes
How to check Role using Linq
I tried to check Role When login a form. When client log in it will check if is user it will response.redirect("Details.aspx") and if is Admin it will ...Answered | 2 Replies | 5159 Views | Created by loganxnt - Wednesday, August 28, 2013 12:40 PM | Last reply by loganxnt - Thursday, August 29, 2013 11:42 AM -
0 Votes
convert foreach to Linq
I wished to convert the below foreach to a single statement using Linq class Test { public string Name; public Test(string ...Answered | 2 Replies | 4925 Views | Created by PARTITION - Sunday, August 25, 2013 10:45 PM | Last reply by Fernando Soto - MCSD - Thursday, August 29, 2013 2:28 AM -
0 Votes
Feature Request - LINQ to SQL On Connecting event for the Data Context
Hi I love LINQ to SQL. There is only one thing I would really like added. An OnConnecting event in the Datacontext. This would help apps that need to switch databases at runtime to ...Answered | 1 Replies | 3660 Views | Created by Ndehi - Tuesday, August 27, 2013 9:43 AM | Last reply by Fernando Soto - MCSD - Wednesday, August 28, 2013 4:05 AM -
0 Votes
SubmitChanges not working?
For whatever reason, in this section of code, db.SubmitChanges() doesn't work. It works everywhere else I try to manipulate a Club object, and I've triple checked my dbml and database to ensure ...Unanswered | 1 Replies | 3850 Views | Created by NhinJaa - Tuesday, August 27, 2013 9:37 PM | Last reply by Fernando Soto - MCSD - Wednesday, August 28, 2013 3:54 AM -
0 Votes
Entity Framework Linq to Entities and variable entity name
a.Title == pageName); trying to localize the contents, I created a table for each language and mapped as ...Answered | 5 Replies | 22743 Views | Created by kawzaki - Friday, September 17, 2010 4:37 AM | Last reply by juguy - Tuesday, August 27, 2013 2:28 PM -
7 Votes
Row not found or changed - LinqDataSource
This appears to be a very annoying bug with LinqDataSource in Orcas Beta 2. Using ASP.NET data controls, some entity classes refuse to be updated. This isn't a ...Answered | 17 Replies | 57322 Views | Created by Sumo10 - Monday, September 17, 2007 2:02 PM | Last reply by Byron Esteban - Thursday, August 22, 2013 2:57 PM -
0 Votes
DateDiff in linq!!!!!!!!!!!!
hi Experts, plese help me in dong the Datediff using Linq .. condition: datediff btw startdate and todaysdate = 10 in ...Answered | 8 Replies | 16962 Views | Created by haroon2k8 - Monday, July 12, 2010 8:17 AM | Last reply by reisport100 - Friday, August 16, 2013 7:57 PM -
0 Votes
revert single xml record to original state
Hey gurus.... My little project has become quite a leviathan... so here's the scenario: I have a user interface that displays records from an XML database ...Answered | 4 Replies | 4242 Views | Created by peteepoo - Saturday, August 10, 2013 7:24 PM | Last reply by Fernando Soto - MCSD - Friday, August 16, 2013 4:38 PM -
0 Votes
Like Function in C# for int Field
i have one column named customer id in customer table as int data type and i want to filter the customer records based on customer id as wild ...Answered | 2 Replies | 7710 Views | Created by Sudhesh.G - Friday, August 9, 2013 10:04 AM | Last reply by Fred Bao - Wednesday, August 14, 2013 1:29 AM -
0 Votes
Querying duplicate files
1 Can someone help me write a similar query in LINQ? I have started with the code below that I found on MSDN, but it only accounts for exact ...Answered | 3 Replies | 4848 Views | Created by Matt S- - Thursday, August 8, 2013 2:01 AM | Last reply by Fred Bao - Friday, August 9, 2013 5:05 AM -
0 Votes
Sql Metal Error sqm1014 Unable extract Stored Procedure .Can you help?
Hi, New to Linq to Sql and I have been using SqlMetal to explore it's capabilities on a real world DB. I have noticed that It works ...Answered | 3 Replies | 10555 Views | Created by vbjunkie - Wednesday, September 26, 2007 3:30 PM | Last reply by DaveKeyes - Wednesday, August 7, 2013 2:30 PM -
0 Votes
Filter on navigational property
r.resourceType);Answered | 15 Replies | 3905 Views | Created by sfddsfsdfsfsd - Saturday, August 3, 2013 5:06 PM | Last reply by Fernando Soto - MCSD - Tuesday, August 6, 2013 10:03 PM -
0 Votes
excel file not found problem
if (textBox1.Text != null) { ...Answered | 2 Replies | 4257 Views | Created by vibhu mishra - Tuesday, August 6, 2013 12:40 PM | Last reply by vibhu mishra - Tuesday, August 6, 2013 7:32 PM -
0 Votes
The type arguments cannot be inferred from the query...
I'm getting a "The type arguments cannot be inferred from the query" for the following linq query: IQueryable<EquivalencySummary> query = from ...Answered | 2 Replies | 11028 Views | Created by jfk1974 - Friday, August 2, 2013 9:34 PM | Last reply by jfk1974 - Monday, August 5, 2013 2:29 PM - Items 1 to 20 of 6416 Next ›
No announcements