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
Is it possible to use the new reference source to view framework code for linq yet. When does this become available? I saw a posting where someone seemed to have the pdb for the assesmbly Linq.Xm...
http://www.experts-exchange.com/Programming/Languages/.NET/LINQ/Q_23433812.html
Zones:
LINQDate Answered: 05/27/2008 Grade: A Views: 4
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 Grade: A Views: 6
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 Grade: A Views: 12
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 Grade: A Views: 44
HI Experts
I have the following table in DB:
CREATE TABLE [dbo].[vdc_options](
[option_id] [int] IDENTITY(0,1) NOT NULL,
[option_name] [nvarchar](50) COLLATE Hebrew_CI_AS NOT NULL,
[op...
http://www.experts-exchange.com/Programming/Languages/.NET/LINQ/Q_23881030.html
Zones:
LINQDate Answered: 11/06/2008 Grade: A Views: 26