Click here to Skip to main content
15,905,325 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to sort an int arraylist Pin
garyshort19-Oct-07 12:24
garyshort19-Oct-07 12:24 
GeneralRe: how to sort an int arraylist Pin
Daniel_Logan19-Oct-07 12:29
Daniel_Logan19-Oct-07 12:29 
GeneralRe: how to sort an int arraylist Pin
garyshort19-Oct-07 13:07
garyshort19-Oct-07 13:07 
GeneralRe: how to sort an int arraylist Pin
Daniel_Logan19-Oct-07 13:10
Daniel_Logan19-Oct-07 13:10 
GeneralRe: how to sort an int arraylist Pin
Daniel_Logan19-Oct-07 13:12
Daniel_Logan19-Oct-07 13:12 
GeneralRe: how to sort an int arraylist Pin
garyshort19-Oct-07 13:16
garyshort19-Oct-07 13:16 
GeneralRe: how to sort an int arraylist Pin
kartzforu20-Oct-07 1:17
kartzforu20-Oct-07 1:17 
GeneralRe: how to sort an int arraylist Pin
Guffa19-Oct-07 20:50
Guffa19-Oct-07 20:50 
GeneralRe: how to sort an int arraylist Pin
Ravi Bhavnani19-Oct-07 16:59
professionalRavi Bhavnani19-Oct-07 16:59 
GeneralRe: how to sort an int arraylist Pin
garyshort20-Oct-07 6:20
garyshort20-Oct-07 6:20 
GeneralRe: how to sort an int arraylist Pin
Ravi Bhavnani20-Oct-07 7:07
professionalRavi Bhavnani20-Oct-07 7:07 
GeneralRe: how to sort an int arraylist Pin
Colin Angus Mackay20-Oct-07 7:12
Colin Angus Mackay20-Oct-07 7:12 
GeneralRe: how to sort an int arraylist Pin
Ravi Bhavnani20-Oct-07 7:17
professionalRavi Bhavnani20-Oct-07 7:17 
GeneralRe: how to sort an int arraylist Pin
lmoelleb19-Oct-07 21:30
lmoelleb19-Oct-07 21:30 
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 

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.