Click here to Skip to main content
15,886,873 members
Home / Discussions / C#
   

C#

 
GeneralRe: C++ #Define equivalent in C# Pin
Arjan Einbu13-Aug-03 21:30
Arjan Einbu13-Aug-03 21:30 
GeneralRe: C++ #Define equivalent in C# Pin
Ista14-Aug-03 4:12
Ista14-Aug-03 4:12 
GeneralWorking with Multiple Winforms ComboBox Drop Down Lists C# Pin
mamaflynny13-Aug-03 17:23
mamaflynny13-Aug-03 17:23 
GeneralRe: Working with Multiple Winforms ComboBox Drop Down Lists C# Pin
Ista14-Aug-03 6:49
Ista14-Aug-03 6:49 
Questiona better way? Pin
Member 50926213-Aug-03 17:07
Member 50926213-Aug-03 17:07 
AnswerRe: a better way? Pin
Burt Harris16-Aug-03 17:15
Burt Harris16-Aug-03 17:15 
GeneralRe: a better way? Pin
Member 50926216-Aug-03 22:59
Member 50926216-Aug-03 22:59 
GeneralRe: a better way? Pin
Burt Harris31-Aug-03 11:02
Burt Harris31-Aug-03 11:02 
You're welcome. Sorry for the delay, I've been on vacation, RVing the Oregon Coast. It was really great.

I'm not sure there is any generic "best" way, it depends on what you want to do with it. Keeping it in memory may help performance slightly, but the OS does enough caching that it's likely to have only a minimal effect in most cases, so I'd concentrate on what's most convienent from your application's standpoint to start. In many cases, I think about making a pass through a file, building an in-memory data structure from it's contents because I want to access it randomly (say by a persons's name) rather than sequentially.

Good luck



Burt Harris
GeneralCoding Styles for Properties Pin
Alvaro Mendez13-Aug-03 16:08
Alvaro Mendez13-Aug-03 16:08 
GeneralRe: Coding Styles for Properties Pin
Nick Seng13-Aug-03 16:40
Nick Seng13-Aug-03 16:40 
GeneralRe: Coding Styles for Properties Pin
James T. Johnson13-Aug-03 17:30
James T. Johnson13-Aug-03 17:30 
GeneralRe: Coding Styles for Properties Pin
Arjan Einbu13-Aug-03 21:48
Arjan Einbu13-Aug-03 21:48 
GeneralRe: Coding Styles for Properties Pin
Frank Olorin Rizzi14-Aug-03 6:23
Frank Olorin Rizzi14-Aug-03 6:23 
GeneralRe: Coding Styles for Properties Pin
leppie14-Aug-03 7:07
leppie14-Aug-03 7:07 
GeneralRe: Coding Styles for Properties Pin
James T. Johnson14-Aug-03 7:16
James T. Johnson14-Aug-03 7:16 
GeneralRe: Coding Styles for Properties Pin
Frank Olorin Rizzi14-Aug-03 7:24
Frank Olorin Rizzi14-Aug-03 7:24 
GeneralRe: Coding Styles for Properties Pin
Arjan Einbu13-Aug-03 21:42
Arjan Einbu13-Aug-03 21:42 
GeneralRe: Coding Styles for Properties Pin
Olga.14-Aug-03 1:37
sussOlga.14-Aug-03 1:37 
GeneralRe: Coding Styles for Properties Pin
Frank Olorin Rizzi14-Aug-03 6:21
Frank Olorin Rizzi14-Aug-03 6:21 
GeneralRe: Coding Styles for Properties Pin
Bo Hunter14-Aug-03 9:34
Bo Hunter14-Aug-03 9:34 
GeneralRe: Coding Styles for Properties Pin
A.Wegierski15-Aug-03 20:11
A.Wegierski15-Aug-03 20:11 
GeneralEvents Pin
deanoA13-Aug-03 15:50
deanoA13-Aug-03 15:50 
GeneralRe: Events Pin
J. Dunlap13-Aug-03 16:03
J. Dunlap13-Aug-03 16:03 
GeneralRe: Events Pin
Meysam Mahfouzi13-Aug-03 17:58
Meysam Mahfouzi13-Aug-03 17:58 
GeneralRe: Events Pin
Ista14-Aug-03 4:10
Ista14-Aug-03 4:10 

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.