Click here to Skip to main content
15,919,028 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to store license text in program? Pin
Jigar Suthar1-Dec-07 20:34
Jigar Suthar1-Dec-07 20:34 
QuestionHow to use GetPicturefromIPicture Pin
kimberleyi1-Dec-07 11:31
kimberleyi1-Dec-07 11:31 
QuestionArray of bytes to Korean chars array? Pin
Cptkli1-Dec-07 11:13
Cptkli1-Dec-07 11:13 
AnswerRe: Array of bytes to Korean chars array? Pin
mid=57411-Dec-07 11:48
mid=57411-Dec-07 11:48 
GeneralRe: Array of bytes to Korean chars array? [modified] Pin
Cptkli1-Dec-07 12:19
Cptkli1-Dec-07 12:19 
GeneralRe: Array of bytes to Korean chars array? Pin
mid=57411-Dec-07 13:30
mid=57411-Dec-07 13:30 
Questioncollection search Pin
Eli Nurman1-Dec-07 6:25
Eli Nurman1-Dec-07 6:25 
AnswerRe: collection search Pin
Kevin McFarlane1-Dec-07 7:52
Kevin McFarlane1-Dec-07 7:52 
If you are using .NET 2.0 or higher then try downloading PowerCollections from the codeplex or wintellect site.

http://www.codeplex.com/PowerCollections[^]

It has an OrderedDictionary class that can be used to extract key value pairs in a range, e.g.,

foreach(KeyValuePair<tkey, tvalue=""> pair in dictionary.Range(from, to)) { // (API simplified slightly)
// process pair
}

PowerCollections is dead easy to use. It's just a natural extension of the BCL generic classes.

I don't know what the performance will be like on your data size though.

There is another collection library called C5 that's more advanced but more difficult to use and less well documented.



Kevin



GeneralRe: collection search Pin
Paul Conrad1-Dec-07 9:15
professionalPaul Conrad1-Dec-07 9:15 
GeneralRe: collection search Pin
Kevin McFarlane1-Dec-07 11:34
Kevin McFarlane1-Dec-07 11:34 
AnswerRe: collection search Pin
PIEBALDconsult1-Dec-07 10:14
mvePIEBALDconsult1-Dec-07 10:14 
Questionunable to update a table on a access database [modified] Pin
mocasu1-Dec-07 6:02
mocasu1-Dec-07 6:02 
AnswerRe: unable to update a table on a access database Pin
m@u1-Dec-07 6:52
m@u1-Dec-07 6:52 
GeneralRe: unable to update a table on a access database Pin
mocasu1-Dec-07 7:17
mocasu1-Dec-07 7:17 
AnswerRe: unable to update a table on a access database Pin
PIEBALDconsult1-Dec-07 8:20
mvePIEBALDconsult1-Dec-07 8:20 
GeneralRe: unable to update a table on a access database Pin
mocasu1-Dec-07 8:34
mocasu1-Dec-07 8:34 
GeneralRe: unable to update a table on a access database Pin
PIEBALDconsult1-Dec-07 10:14
mvePIEBALDconsult1-Dec-07 10:14 
QuestionXNA Help Pin
MasterSharp1-Dec-07 4:54
MasterSharp1-Dec-07 4:54 
AnswerRe: XNA Help Pin
Kristian Sixhøj1-Dec-07 7:17
Kristian Sixhøj1-Dec-07 7:17 
AnswerRe: XNA Help Pin
Kevin McFarlane1-Dec-07 7:18
Kevin McFarlane1-Dec-07 7:18 
GeneralRe: XNA Help Pin
MasterSharp1-Dec-07 7:21
MasterSharp1-Dec-07 7:21 
QuestionLarge Quantities Pin
MasterSharp1-Dec-07 4:52
MasterSharp1-Dec-07 4:52 
AnswerRe: Large Quantities Pin
Luc Pattyn1-Dec-07 5:16
sitebuilderLuc Pattyn1-Dec-07 5:16 
GeneralRe: Large Quantities [modified] Pin
MasterSharp1-Dec-07 5:23
MasterSharp1-Dec-07 5:23 
GeneralRe: Large Quantities Pin
Luc Pattyn1-Dec-07 5:30
sitebuilderLuc Pattyn1-Dec-07 5:30 

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.