Click here to Skip to main content
15,887,416 members
Home / Discussions / C#
   

C#

 
Questionlinq query with "IN" Pin
treuveni12-Aug-10 1:55
treuveni12-Aug-10 1:55 
AnswerRe: linq query with "IN" Pin
Łukasz Nowakowski12-Aug-10 2:56
Łukasz Nowakowski12-Aug-10 2:56 
AnswerRe: linq query with "IN" Pin
Ennis Ray Lynch, Jr.12-Aug-10 3:13
Ennis Ray Lynch, Jr.12-Aug-10 3:13 
GeneralRe: linq query with "IN" Pin
treuveni12-Aug-10 3:34
treuveni12-Aug-10 3:34 
GeneralRe: linq query with "IN" Pin
Łukasz Nowakowski12-Aug-10 3:38
Łukasz Nowakowski12-Aug-10 3:38 
GeneralRe: linq query with "IN" Pin
Richard Blythe12-Aug-10 4:36
Richard Blythe12-Aug-10 4:36 
GeneralRe: linq query with "IN" Pin
Dan Mos12-Aug-10 9:44
Dan Mos12-Aug-10 9:44 
GeneralRe: linq query with "IN" Pin
Ennis Ray Lynch, Jr.12-Aug-10 9:47
Ennis Ray Lynch, Jr.12-Aug-10 9:47 
In general you should never have a list in memory large enough for LINQ to be beneficial. And specifically, for the cases where you should, a specialized data structure is more appropriate. LINQ only solves one problem and that problem is how to sell MS licenses to companies.

That being said, I am guilty of using LINQ on rare occasions.

Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. I also do Android Programming as I find it a refreshing break from the MS.

"And they, since they Were not the one dead, turned to their affairs" -- Robert Frost

GeneralRe: linq query with "IN" Pin
Dan Mos12-Aug-10 12:02
Dan Mos12-Aug-10 12:02 
AnswerRe: linq query with "IN" Pin
Ian Shlasko12-Aug-10 3:17
Ian Shlasko12-Aug-10 3:17 
AnswerRe: linq query with "IN" Pin
Stryder_112-Aug-10 3:25
Stryder_112-Aug-10 3:25 
AnswerRe: linq query with "IN" Pin
Hong Yuan12-Aug-10 20:43
Hong Yuan12-Aug-10 20:43 
QuestionRequest Host Name Pin
satsumatable12-Aug-10 1:25
satsumatable12-Aug-10 1:25 
AnswerRe: Request Host Name Pin
Ennis Ray Lynch, Jr.12-Aug-10 3:11
Ennis Ray Lynch, Jr.12-Aug-10 3:11 
QuestionHelp !! Pin
I Believe In GOD12-Aug-10 0:49
I Believe In GOD12-Aug-10 0:49 
AnswerRe: Help !! Pin
Nuri Ismail12-Aug-10 0:54
Nuri Ismail12-Aug-10 0:54 
AnswerRe: Help !! PinPopular
OriginalGriff12-Aug-10 0:59
mveOriginalGriff12-Aug-10 0:59 
AnswerRe: Help !! Pin
J4amieC12-Aug-10 1:09
J4amieC12-Aug-10 1:09 
AnswerRe: Help !! Pin
Thomas Krojer12-Aug-10 1:31
Thomas Krojer12-Aug-10 1:31 
AnswerRe: Help !! Pin
Dave Kreskowiak12-Aug-10 2:17
mveDave Kreskowiak12-Aug-10 2:17 
GeneralRe: Help !! Pin
Not Active12-Aug-10 2:25
mentorNot Active12-Aug-10 2:25 
AnswerRe: Help !! Pin
I Believe In GOD12-Aug-10 7:44
I Believe In GOD12-Aug-10 7:44 
GeneralRe: Help !! Pin
AspDotNetDev12-Aug-10 8:05
protectorAspDotNetDev12-Aug-10 8:05 
GeneralRe: Help !! Pin
Slacker00712-Aug-10 8:05
professionalSlacker00712-Aug-10 8:05 
QuestionHow to compile dll into exe...? Pin
devvvy11-Aug-10 22:19
devvvy11-Aug-10 22:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.