Click here to Skip to main content
15,908,115 members
Home / Discussions / C#
   

C#

 
GeneralDatagrid Pin
Srinivas Jonnalagadda23-Jul-05 7:45
Srinivas Jonnalagadda23-Jul-05 7:45 
GeneralRe: Datagrid Pin
Christian Graus23-Jul-05 11:02
protectorChristian Graus23-Jul-05 11:02 
GeneralRe: Datagrid Pin
Srinivas Jonnalagadda23-Jul-05 13:27
Srinivas Jonnalagadda23-Jul-05 13:27 
GeneralRe: Datagrid Pin
Christian Graus23-Jul-05 13:50
protectorChristian Graus23-Jul-05 13:50 
GeneralRe: Datagrid Pin
Srinivas Jonnalagadda23-Jul-05 16:02
Srinivas Jonnalagadda23-Jul-05 16:02 
GeneralRe: Datagrid Pin
Srinivas Jonnalagadda23-Jul-05 17:47
Srinivas Jonnalagadda23-Jul-05 17:47 
GeneralRe: Datagrid Pin
Christian Graus24-Jul-05 12:51
protectorChristian Graus24-Jul-05 12:51 
GeneralArrayList of value types Pin
Luis Alonso Ramos23-Jul-05 6:53
Luis Alonso Ramos23-Jul-05 6:53 
Hello,

I need a collection that works much like ArrayList, dynamically sizable, allowing me to add and remove items, either at the end or in the middle.

The problem with an ArrayList is that it causes boxing/unboxing of the value types, and this degrades performance. A simple array is not dynamically sizable.

Any ideas? For the moment I'm stuck with ArrayList, but I'd like to know if there's something better.

Thanks,

-- LuisR



Luis Alonso Ramos
Intelectix - Chihuahua, Mexico

Not much here: My CP Blog!

GeneralRe: ArrayList of value types Pin
KaptinKrunch23-Jul-05 7:26
KaptinKrunch23-Jul-05 7:26 
GeneralRe: ArrayList of value types Pin
Wyxlwiis23-Jul-05 7:45
Wyxlwiis23-Jul-05 7:45 
GeneralRe: ArrayList of value types Pin
Luis Alonso Ramos23-Jul-05 8:27
Luis Alonso Ramos23-Jul-05 8:27 
GeneralRe: ArrayList of value types Pin
DavidNohejl23-Jul-05 8:45
DavidNohejl23-Jul-05 8:45 
GeneralRe: ArrayList of value types Pin
Luis Alonso Ramos23-Jul-05 9:38
Luis Alonso Ramos23-Jul-05 9:38 
GeneralRe: ArrayList of value types Pin
Wyxlwiis23-Jul-05 10:11
Wyxlwiis23-Jul-05 10:11 
GeneralRe: ArrayList of value types Pin
Luis Alonso Ramos23-Jul-05 15:10
Luis Alonso Ramos23-Jul-05 15:10 
GeneralRe: ArrayList of value types Pin
LongRange.Shooter25-Jul-05 10:17
LongRange.Shooter25-Jul-05 10:17 
QuestionConnection Database? Pin
pmasknguyen23-Jul-05 6:01
pmasknguyen23-Jul-05 6:01 
AnswerRe: Connection Database? Pin
Christian Graus23-Jul-05 11:05
protectorChristian Graus23-Jul-05 11:05 
QuestionHow to deal with Mouse Events & custom events in a component? Pin
Cheng Zhong23-Jul-05 5:53
Cheng Zhong23-Jul-05 5:53 
AnswerRe: How to deal with Mouse Events & custom events in a component? Pin
Anonymous23-Jul-05 18:35
Anonymous23-Jul-05 18:35 
GeneralRe: How to deal with Mouse Events & custom events in a component? Pin
Cheng Zhong24-Jul-05 2:36
Cheng Zhong24-Jul-05 2:36 
GeneralRe: How to deal with Mouse Events & custom events in a component? Pin
Anonymous24-Jul-05 7:12
Anonymous24-Jul-05 7:12 
GeneralUnhandled Exception Pin
Mingzhi_8623-Jul-05 2:59
Mingzhi_8623-Jul-05 2:59 
GeneralRe: Unhandled Exception Pin
EssOEss23-Jul-05 3:57
EssOEss23-Jul-05 3:57 
GeneralRe: Unhandled Exception Pin
Mingzhi_8623-Jul-05 17:46
Mingzhi_8623-Jul-05 17:46 

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.