Hi,
From where can I get some good web C# samples on LINQ to dataset, LNQ to SQL and LNQ to XML along with source so that I can run and understand the samples? i tried working on msdn sampl...
Hi,
I am trying to import an MS Excel XML document (2003 version of XL).
The code being used is as shown.
The issues I have are as follows:-
1) The For Each R in Sheet....<Row> sec...
I am not sure of the syntax of a LINQ query, please identify the following items:
1. From f In Th.AsEnumerable() ' can "f" be any name I set it to?
2. In th.AsEnumerable() ' is "th" the ...
Can anyone help me convert this to LINQ. I am hung up on how to conver the aggregate queries in the return set.
Thanks
I have a project which uses standard SQL commands/connections and am introducing some functions which use Linq to query the database.
The simple query below
Dim Db As New CEDataCon...
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 Li...
(a link to an image of the class designer and app is below)
I have 2 linq to sql classes, Place and PlaceType. A place is a restaurant and PlaceType is the type of food. To add a new pla...
I have a list of nodes like the one posted... each [OfferDetails], has multiple [OfferCategories] elements. I need to select all of the [OfferDetails] elements that match a given a [Category...
How can I loop through a collection of items and make a Linq Query out of it? Basically what I want to do is convert this:
Dim SearchParams() as string
Dim SQLString as string = "SELECT * ...
How is LINQ set up and used in web/windows/console development? In Web.Config and App.Config with VS2008? Thanks.
i have array like
string[] email=new string[]{"aa@aa.com","aa1@aa.com"}
now i need to extract all record which does not contail this emails.