Advertisement

1 - 10 of 173 containing alltags:("LINQ") (0 seconds)
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 Grade: B 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 Grade: B Views: 0
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...
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...
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...
Zones: Visual Studio, MS Visual Basic, LINQDate Answered: 06/19/2008 Grade: B Views: 4
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 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...
Zones: LINQ, MS Visual C#, .NET Framework 3.xDate Answered: 09/01/2008 Grade: A Views: 85
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 Grade: A Views: 68
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 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...
Zones: LINQDate Answered: 11/06/2008 Grade: A Views: 26