Click here to Skip to main content
15,921,716 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Passings Socket references between systems Pin
Ed.Poore24-Feb-08 7:09
Ed.Poore24-Feb-08 7:09 
GeneralRe: C# Passings Socket references between systems Pin
FASERVER24-Feb-08 14:06
FASERVER24-Feb-08 14:06 
GeneralRe: C# Passings Socket references between systems Pin
Ed.Poore24-Feb-08 15:25
Ed.Poore24-Feb-08 15:25 
GeneralMoving from FoxPro to C# - confusion and Data Structure Questions. Pin
Jammer23-Feb-08 13:19
Jammer23-Feb-08 13:19 
GeneralRe: Moving from FoxPro to C# - confusion and Data Structure Questions. Pin
Christian Graus23-Feb-08 13:23
protectorChristian Graus23-Feb-08 13:23 
GeneralRe: Moving from FoxPro to C# - confusion and Data Structure Questions. Pin
Jammer23-Feb-08 13:34
Jammer23-Feb-08 13:34 
GeneralRe: Moving from FoxPro to C# - confusion and Data Structure Questions. Pin
Christian Graus23-Feb-08 13:54
protectorChristian Graus23-Feb-08 13:54 
GeneralRe: Moving from FoxPro to C# - confusion and Data Structure Questions. Pin
Jammer23-Feb-08 14:10
Jammer23-Feb-08 14:10 
That is a good point about the list being out of date. In most scenarios that would be true. The app I'm building is targeted towards a really small user base where the list of potential files is pretty static meaning that the persisted data is going to be correct for the majority of the time bearing in mind the small list of file types the app will deal with.

That said I used this model for the FoxPro version of the app due to the scanning process being pretty slow. If it could be sped up it would indeed make more sense to rescan each time the app was loaded and present a fresh set of data to the user. Also in future versions I plan to add in some functionality that could take seconds to process each file meaning the persistence of data might still be a good idea in that scenario.

One major consideration here is also whether to scan the whole machine or limit the scope of the scan to a single drive in the machine or even a single directory on a drive.

As for the making sure its up-to-date ... I haven't got that far in my planning!! Wink | ;)

I'm going to have a read up in more depth about generics and dictionaries, do you have any good links on those topics?

Thanks so much for your input on this, much appreciated.

James.
GeneralRe: Moving from FoxPro to C# - confusion and Data Structure Questions. Pin
Christian Graus23-Feb-08 14:29
protectorChristian Graus23-Feb-08 14:29 
GeneralRe: Moving from FoxPro to C# - confusion and Data Structure Questions. Pin
Jammer23-Feb-08 14:39
Jammer23-Feb-08 14:39 
GeneralRe: Moving from FoxPro to C# - confusion and Data Structure Questions. Pin
Christian Graus23-Feb-08 14:41
protectorChristian Graus23-Feb-08 14:41 
GeneralRe: Moving from FoxPro to C# - confusion and Data Structure Questions. Pin
Jammer23-Feb-08 15:01
Jammer23-Feb-08 15:01 
GeneralRe: Moving from FoxPro to C# - confusion and Data Structure Questions. Pin
Christian Graus23-Feb-08 15:12
protectorChristian Graus23-Feb-08 15:12 
GeneralRe: Moving from FoxPro to C# - confusion and Data Structure Questions. Pin
Jammer23-Feb-08 15:26
Jammer23-Feb-08 15:26 
GeneralRe: Moving from FoxPro to C# - confusion and Data Structure Questions. Pin
Christian Graus23-Feb-08 15:36
protectorChristian Graus23-Feb-08 15:36 
GeneralClass Tips [modified] Pin
MasterSharp23-Feb-08 11:14
MasterSharp23-Feb-08 11:14 
GeneralRe: Class Tips Pin
Christian Graus23-Feb-08 12:03
protectorChristian Graus23-Feb-08 12:03 
GeneralRe: Class Tips Pin
MasterSharp23-Feb-08 13:55
MasterSharp23-Feb-08 13:55 
GeneralRe: Class Tips Pin
MasterSharp23-Feb-08 13:56
MasterSharp23-Feb-08 13:56 
QuestionCreate picture of Form Pin
JankoH23-Feb-08 10:58
JankoH23-Feb-08 10:58 
GeneralRe: Create picture of Form Pin
Expert Coming23-Feb-08 11:10
Expert Coming23-Feb-08 11:10 
GeneralRe: Create picture of Form Pin
JankoH23-Feb-08 11:13
JankoH23-Feb-08 11:13 
GeneralRe: Create picture of Form Pin
Christian Graus23-Feb-08 11:40
protectorChristian Graus23-Feb-08 11:40 
GeneralRe: Create picture of Form Pin
JankoH23-Feb-08 11:55
JankoH23-Feb-08 11:55 
GeneralRe: Create picture of Form Pin
Christian Graus23-Feb-08 12:04
protectorChristian Graus23-Feb-08 12:04 

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.