Click here to Skip to main content
15,892,674 members
Home / Discussions / C#
   

C#

 
AnswerRe: what is the best algorithm for an information retrieval system? Pin
PIEBALDconsult19-Jul-08 18:25
mvePIEBALDconsult19-Jul-08 18:25 
AnswerRe: what is the best algorithm for an information retrieval system? Pin
harcaype19-Jul-08 20:32
harcaype19-Jul-08 20:32 
GeneralRe: what is the best algorithm for an information retrieval system? Pin
Colin Angus Mackay19-Jul-08 23:53
Colin Angus Mackay19-Jul-08 23:53 
GeneralRe: what is the best algorithm for an information retrieval system? Pin
Mbah Dhaim20-Jul-08 0:08
Mbah Dhaim20-Jul-08 0:08 
GeneralRe: what is the best algorithm for an information retrieval system? Pin
Colin Angus Mackay20-Jul-08 0:20
Colin Angus Mackay20-Jul-08 0:20 
GeneralRe: what is the best algorithm for an information retrieval system? Pin
Mbah Dhaim20-Jul-08 13:19
Mbah Dhaim20-Jul-08 13:19 
GeneralRe: what is the best algorithm for an information retrieval system? Pin
harcaype20-Jul-08 1:56
harcaype20-Jul-08 1:56 
GeneralRe: what is the best algorithm for an information retrieval system? Pin
Guffa20-Jul-08 2:34
Guffa20-Jul-08 2:34 
harcaype wrote:
i need them because new entries add up about every second. So when new entries are added up, I have to update/refresh it. And refreshing them again takes awhile to load.


So why keep the data in two places? Just keep it in the database, so that you only have one place where you need to update it.

harcaype wrote:
Also, I have a quick search option in the program, so if for example I will incorporate an algorithm for that search. Do you know the best to use?


Use the database. Searching the data is exactly what it's built for.

Despite everything, the person most likely to be fooling you next is yourself.

QuestionHow to bypass Required FieldValidators using VS2003? Pin
Gaurav Aroraa19-Jul-08 10:30
professionalGaurav Aroraa19-Jul-08 10:30 
AnswerRe: How to bypass Required FieldValidators using VS2003? Pin
ssg3141592619-Jul-08 23:32
ssg3141592619-Jul-08 23:32 
GeneralRe: How to bypass Required FieldValidators using VS2003? Pin
Gaurav Aroraa20-Jul-08 6:27
professionalGaurav Aroraa20-Jul-08 6:27 
QuestionHow to detect when a DataGridViewCell's value has changed Pin
Jordanwb19-Jul-08 10:05
Jordanwb19-Jul-08 10:05 
AnswerRe: How to detect when a DataGridViewCell's value has changed Pin
Paul Conrad19-Jul-08 15:08
professionalPaul Conrad19-Jul-08 15:08 
GeneralRe: How to detect when a DataGridViewCell's value has changed Pin
Jordanwb20-Jul-08 3:24
Jordanwb20-Jul-08 3:24 
AnswerRe: How to detect when a DataGridViewCell's value has changed Pin
Luc Pattyn19-Jul-08 15:17
sitebuilderLuc Pattyn19-Jul-08 15:17 
GeneralRe: How to detect when a DataGridViewCell's value has changed Pin
Jordanwb20-Jul-08 3:23
Jordanwb20-Jul-08 3:23 
QuestionMessageBox.Show("Hello, world."); Pin
njitram19-Jul-08 8:51
njitram19-Jul-08 8:51 
AnswerRe: MessageBox.Show("Hello, world."); Pin
Luc Pattyn19-Jul-08 9:40
sitebuilderLuc Pattyn19-Jul-08 9:40 
AnswerRe: MessageBox.Show("Hello, world."); Pin
Paul Conrad19-Jul-08 11:03
professionalPaul Conrad19-Jul-08 11:03 
QuestionProblem with program that copies files to new folder Pin
jumbojs19-Jul-08 8:38
jumbojs19-Jul-08 8:38 
AnswerRe: Problem with program that copies files to new folder Pin
Luc Pattyn19-Jul-08 8:50
sitebuilderLuc Pattyn19-Jul-08 8:50 
GeneralRe: Problem with program that copies files to new folder Pin
jumbojs19-Jul-08 9:16
jumbojs19-Jul-08 9:16 
GeneralRe: Problem with program that copies files to new folder Pin
Luc Pattyn19-Jul-08 9:38
sitebuilderLuc Pattyn19-Jul-08 9:38 
GeneralRe: Problem with program that copies files to new folder Pin
jumbojs19-Jul-08 10:09
jumbojs19-Jul-08 10:09 
GeneralRe: Problem with program that copies files to new folder Pin
Luc Pattyn19-Jul-08 10:15
sitebuilderLuc Pattyn19-Jul-08 10:15 

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.