Click here to Skip to main content
15,896,207 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to sort an int arraylist Pin
garyshort20-Oct-07 6:21
garyshort20-Oct-07 6:21 
GeneralRe: how to sort an int arraylist Pin
lmoelleb20-Oct-07 6:35
lmoelleb20-Oct-07 6:35 
GeneralRe: how to sort an int arraylist Pin
garyshort20-Oct-07 6:54
garyshort20-Oct-07 6:54 
GeneralRe: how to sort an int arraylist Pin
lmoelleb20-Oct-07 7:21
lmoelleb20-Oct-07 7:21 
GeneralRe: how to sort an int arraylist Pin
garyshort20-Oct-07 8:00
garyshort20-Oct-07 8:00 
GeneralRe: how to sort an int arraylist Pin
lmoelleb20-Oct-07 8:09
lmoelleb20-Oct-07 8:09 
GeneralRe: how to sort an int arraylist Pin
garyshort20-Oct-07 8:18
garyshort20-Oct-07 8:18 
GeneralRe: how to sort an int arraylist Pin
lmoelleb20-Oct-07 8:31
lmoelleb20-Oct-07 8:31 
Linq for Entities provide uptimized queries when used with the Entity Framework, but it's not needed to query a collection.

From MSDN[^]:

.NET Language-Integrated Query defines a set of general purpose standard query operators that allow traversal, filter, and projection operations to be expressed in a direct yet declarative way in any .NET-based programming language. The standard query operators allow queries to be applied to any IEnumerable<t>-based information source.

With regards to performance I am quite sure it will be fast enough to handle the size of most collections encountered by someone who are at the level where they have to ask for help getting the item sorted in the first place. Smile | :)
Questiondouble buffering Pin
MasterSharp19-Oct-07 10:44
MasterSharp19-Oct-07 10:44 
AnswerRe: double buffering Pin
Luc Pattyn19-Oct-07 10:57
sitebuilderLuc Pattyn19-Oct-07 10:57 
GeneralRe: double buffering Pin
MasterSharp19-Oct-07 10:58
MasterSharp19-Oct-07 10:58 
GeneralRe: double buffering Pin
Luc Pattyn19-Oct-07 11:00
sitebuilderLuc Pattyn19-Oct-07 11:00 
GeneralRe: double buffering Pin
Pete O'Hanlon19-Oct-07 11:03
mvePete O'Hanlon19-Oct-07 11:03 
Questionerror " Could not load type " Pin
adilkazmi19-Oct-07 10:20
adilkazmi19-Oct-07 10:20 
AnswerRe: error " Could not load type " Pin
il_masacratore19-Oct-07 12:28
il_masacratore19-Oct-07 12:28 
Questionimages and imagelist Pin
danoli19-Oct-07 9:09
danoli19-Oct-07 9:09 
AnswerRe: images and imagelist Pin
Kristian Sixhøj19-Oct-07 9:15
Kristian Sixhøj19-Oct-07 9:15 
Questionmjpeg Pin
shabonaa19-Oct-07 8:55
shabonaa19-Oct-07 8:55 
AnswerRe: mjpeg Pin
il_masacratore19-Oct-07 12:35
il_masacratore19-Oct-07 12:35 
GeneralRe: mjpeg Pin
shabonaa19-Oct-07 14:10
shabonaa19-Oct-07 14:10 
QuestionGetting the Current Open file from the Office Products Pin
s3rro19-Oct-07 8:41
s3rro19-Oct-07 8:41 
Questiondeployment problem Pin
Shuaib wasif khan19-Oct-07 7:54
Shuaib wasif khan19-Oct-07 7:54 
AnswerRe: deployment problem Pin
garyshort19-Oct-07 11:34
garyshort19-Oct-07 11:34 
AnswerRe: deployment problem Pin
il_masacratore19-Oct-07 12:55
il_masacratore19-Oct-07 12:55 
QuestionAccess Data Base problem Pin
dany_ch19-Oct-07 6:04
dany_ch19-Oct-07 6:04 

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.