Enter Keywords:
1 - 10 of 688(0.007 seconds)
Sort By:
 
Hi, I have more than 20000 XML files that was created by my company. I need a way to read the XML and present it in a usable format. I stumbled on LINQ and the little I worked with LINQ makes it...
Zones: MS Visual Basic, XMLDate Answered: 11/06/2007 Rating: 8.0 Views: 0
Can anyone help me convert this to LINQ.  I am hung up on how to conver the aggregate queries in the return set. Thanks
Zones: LINQ, MS SQL Server, .NETDate Answered: 05/22/2008 Rating: 5.6 Views: 0
I have an XML doc which has groups of records that are identical to each other, except for one field. e.g. Field1            Field2            Field3 ---------------------------------------- ID1            NameA            Qwert ID...
Zones: LINQDate Answered: 06/10/2008 Rating: 9.2 Views: 13
I would like to join and query an in memory query and a fresh linq query. I will try and explain. I have a query in memory (CurrentItem.ItemClauses). I need to then join this to a fresh data bas...
Zones: Visual Studio, MS ...Date Answered: 06/19/2008 Rating: 8.3 Views: 0
I'm periodically receiving data in XML format with multiple entries. How can I export them to MS SQL 2005 or 2008 as a new table initially and just insert or update in the succeeding. Please ...
Zones: LINQDate Answered: 09/27/2008 Rating: 8.6 Views: 0
Hi Iam trying to write a Linq select and join sentence however i need the query only to join values specified by both a local variable and some data in the joined table. I tried doing the fol...
Zones: LINQ, MS Visual C#, .NET Fram...Date Answered: 09/01/2008 Rating: 8.0 Views: 26
I've a LINQ query working fine, then if I want to refer to a returned field from that query in LINQ I use something like: MyObject.FieldName And that also works fine. Now: what I need is ...
Zones: LINQ, .NET Framework 3.xDate Answered: 10/16/2008 Rating: 9.1 Views: 16
Hi i have a DataContext where i have tabel called tbl_ingredient. this table holds alot of values. however one of the values i need is calculated using some of the other fields. I tried adding...
Zones: LINQDate Answered: 10/19/2008 Rating: 8.8 Views: 39
Hi All, Hoping there's a good LINQ coder that can help me out here. My database has a string of related tables where table B has a foreign key to table A and table C has foreign key to table B and...
Zones: LINQDate Answered: 11/20/2008 Rating: 8.0 Views: 60
How does one go about putting conditions into LINQ, searched the web and can't find a reasonable solution. So if a query string is passed, where statement is added to LINQ, or am I pretty much stuc...
Zones: LINQ, C#Date Answered: 11/20/2008 Rating: 9.1 Views: 106