Click here to Skip to main content
16,005,316 members
Home / Discussions / C#
   

C#

 
GeneralRe: File Upload Pin
Robert Rohde27-Mar-05 3:00
Robert Rohde27-Mar-05 3:00 
GeneralError while executing Query in Access Pin
Ph@ntom27-Mar-05 1:53
Ph@ntom27-Mar-05 1:53 
GeneralProblem while populating textboxes Pin
Ph@ntom27-Mar-05 1:48
Ph@ntom27-Mar-05 1:48 
GeneralRe: Problem while populating textboxes Pin
Robert Rohde27-Mar-05 2:57
Robert Rohde27-Mar-05 2:57 
GeneralRe: Problem while populating textboxes Pin
Ashok Dhamija27-Mar-05 21:54
Ashok Dhamija27-Mar-05 21:54 
GeneralSAPI Version Pin
egyseiko27-Mar-05 0:44
egyseiko27-Mar-05 0:44 
Generalarray Pin
Motahareh26-Mar-05 20:45
Motahareh26-Mar-05 20:45 
GeneralRe: array Pin
Robert Rohde26-Mar-05 22:26
Robert Rohde26-Mar-05 22:26 
This greatly depends on what you want to do with this array.

In one of my projects (where I also had several large 2 dimensional arrays) I write those directly to disk. Because I write the files byte by byte by myself I can randomly access the matrix directly in the file (by using the FileStream.Position property). With some intelligent caching mechanism you can even make this being fast Smile | :) .

More general you should be think about what really needs to be in your array. Are you storing double or decimals? Probably floats or integers are sufficient.

For more detailed hints you would have to describe what kind of data you are having in your arrays and what you want to do with it.
GeneralScrolling in ListView Pin
tommazzo26-Mar-05 20:31
tommazzo26-Mar-05 20:31 
GeneralMemory Usage Problem Pin
Kyaw Soe Khaing26-Mar-05 19:32
Kyaw Soe Khaing26-Mar-05 19:32 
GeneralRe: Memory Usage Problem Pin
Robert Rohde26-Mar-05 22:49
Robert Rohde26-Mar-05 22:49 
GeneralThread Pin
Yulianto.26-Mar-05 15:49
Yulianto.26-Mar-05 15:49 
GeneralRe: Thread Pin
Robert Rohde26-Mar-05 22:52
Robert Rohde26-Mar-05 22:52 
GeneralRichTextBox ScrollBars Pin
hitsuzen26-Mar-05 14:22
hitsuzen26-Mar-05 14:22 
GeneralRe: RichTextBox ScrollBars Pin
Robert Rohde26-Mar-05 23:04
Robert Rohde26-Mar-05 23:04 
GeneralRe: RichTextBox ScrollBars Pin
hitsuzen27-Mar-05 14:32
hitsuzen27-Mar-05 14:32 
Generalopen workbook excel with c# Pin
luk_pol226-Mar-05 14:15
sussluk_pol226-Mar-05 14:15 
Generalxpath & xsl in .net compact framework Pin
Anonymous26-Mar-05 6:45
Anonymous26-Mar-05 6:45 
GeneralSetting Invoked Array Pin
Ox53746F6E6526-Mar-05 5:45
Ox53746F6E6526-Mar-05 5:45 
Generalretrieving REG_EXPAND_SZ value Pin
Crimson C U B E26-Mar-05 2:49
Crimson C U B E26-Mar-05 2:49 
GeneralTextBox Validation Pin
| Muhammad Waqas Butt |26-Mar-05 2:04
professional| Muhammad Waqas Butt |26-Mar-05 2:04 
GeneralRe: TextBox Validation Pin
Luis Alonso Ramos26-Mar-05 7:12
Luis Alonso Ramos26-Mar-05 7:12 
GeneralRe: TextBox Validation Pin
maheshfour27-Mar-05 22:57
maheshfour27-Mar-05 22:57 
GeneralRe: TextBox Validation Pin
ameto31-Mar-05 23:19
ameto31-Mar-05 23:19 
GeneralRichTextBox question! Pin
QzRz26-Mar-05 0:47
QzRz26-Mar-05 0:47 

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.