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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22935576.htm...
Can anyone help me convert this to LINQ. I am hung up on how to conver the aggregate queries in the return set.
Thanks
http://www.experts-exchange.com/Programming/Languages/.NET/LINQ/Q_23425224.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/LINQ/Q_23452081.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23488...
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 ...
http://www.experts-exchange.com/Programming/Languages/.NET/LINQ/Q_23636061.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/LINQ/Q_23647166.html
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 ...
http://www.experts-exchange.com/Programming/Languages/.NET/LINQ/Q_23816480.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/LINQ/Q_23827598.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/LINQ/Q_23906251.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/LINQ/Q_23922610.html
Zones:
LINQ,
C#Date Answered: 11/20/2008 Rating: 9.1 Views: 106