Click here to Skip to main content
16,004,919 members
Home / Discussions / C#
   

C#

 
AnswerRe: Creating customized dialog boxes Pin
Ennis Ray Lynch, Jr.31-Jan-07 10:03
Ennis Ray Lynch, Jr.31-Jan-07 10:03 
GeneralRe: Creating customized dialog boxes Pin
Vernware1-Feb-07 9:50
Vernware1-Feb-07 9:50 
GeneralGlad to be of help Pin
Ennis Ray Lynch, Jr.1-Feb-07 15:36
Ennis Ray Lynch, Jr.1-Feb-07 15:36 
GeneralRe: Glad to be of help Pin
Vernware2-Feb-07 0:44
Vernware2-Feb-07 0:44 
QuestionStoring Huge volume of data for processing... Pin
amatbrewer31-Jan-07 8:38
amatbrewer31-Jan-07 8:38 
AnswerRe: Storing Huge volume of data for processing... Pin
Colin Angus Mackay31-Jan-07 9:06
Colin Angus Mackay31-Jan-07 9:06 
GeneralRe: Storing Huge volume of data for processing... Pin
Dan Neely31-Jan-07 9:09
Dan Neely31-Jan-07 9:09 
AnswerIf the data is one off Pin
Ennis Ray Lynch, Jr.31-Jan-07 9:55
Ennis Ray Lynch, Jr.31-Jan-07 9:55 
Ie every time your app runs the data is different I wouldn't recommend a database. When parsing the national do not call registry I wrote a simple binary search to traverse the massive mulit-gig file to return entries by area code.

Putting it into SQL Server took 2 days. Based on the need and my knowledge of algorithms no db was a better answer.

Of course depending on how complicated you get will depend on when a db becomes a valid choice.




File Not Found

GeneralRe: If the data is one off Pin
amatbrewer31-Jan-07 11:00
amatbrewer31-Jan-07 11:00 
GeneralRe: If the data is one off Pin
Ennis Ray Lynch, Jr.31-Jan-07 16:04
Ennis Ray Lynch, Jr.31-Jan-07 16:04 
Questionwhat is Inf Pin
netJP12L31-Jan-07 8:19
netJP12L31-Jan-07 8:19 
AnswerRe: what is Inf Pin
Pete O'Hanlon31-Jan-07 8:49
mvePete O'Hanlon31-Jan-07 8:49 
AnswerRe: what is Inf Pin
Guffa31-Jan-07 9:03
Guffa31-Jan-07 9:03 
Questioncategory for beginners? Pin
Ranger4931-Jan-07 7:58
Ranger4931-Jan-07 7:58 
AnswerRe: category for beginners? Pin
Luc Pattyn31-Jan-07 8:13
sitebuilderLuc Pattyn31-Jan-07 8:13 
GeneralRe: category for beginners? Pin
Ranger4931-Jan-07 8:30
Ranger4931-Jan-07 8:30 
GeneralRe: category for beginners? Pin
Pete O'Hanlon31-Jan-07 8:51
mvePete O'Hanlon31-Jan-07 8:51 
GeneralRe: category for beginners? Pin
Luc Pattyn31-Jan-07 9:15
sitebuilderLuc Pattyn31-Jan-07 9:15 
GeneralRe: category for beginners? Pin
Colin Angus Mackay31-Jan-07 9:19
Colin Angus Mackay31-Jan-07 9:19 
GeneralRe: category for beginners? Pin
Ranger4931-Jan-07 9:31
Ranger4931-Jan-07 9:31 
GeneralRe: category for beginners? Pin
Pete O'Hanlon31-Jan-07 9:42
mvePete O'Hanlon31-Jan-07 9:42 
GeneralRe: category for beginners? Pin
Luc Pattyn31-Jan-07 11:35
sitebuilderLuc Pattyn31-Jan-07 11:35 
GeneralRe: category for beginners? Pin
Colin Angus Mackay31-Jan-07 11:31
Colin Angus Mackay31-Jan-07 11:31 
GeneralRe: category for beginners? Pin
Christian Graus31-Jan-07 14:53
protectorChristian Graus31-Jan-07 14:53 
GeneralRe: category for beginners? Pin
Ranger4931-Jan-07 16:37
Ranger4931-Jan-07 16:37 

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.