Click here to Skip to main content
15,916,693 members
Home / Discussions / C#
   

C#

 
GeneralRe: windows service Pin
Dave Kreskowiak10-Aug-05 12:09
mveDave Kreskowiak10-Aug-05 12:09 
Generalhook to capture these messages Pin
pjoseph99910-Aug-05 2:47
pjoseph99910-Aug-05 2:47 
GeneralRe: hook to capture these messages Pin
Alomgir Miah10-Aug-05 5:50
Alomgir Miah10-Aug-05 5:50 
GeneralRe: hook to capture these messages Pin
pjoseph99910-Aug-05 21:50
pjoseph99910-Aug-05 21:50 
QuestionDB the way to go? Pin
Morrgan10-Aug-05 1:28
Morrgan10-Aug-05 1:28 
AnswerRe: DB the way to go? Pin
Dario Solera10-Aug-05 1:37
Dario Solera10-Aug-05 1:37 
GeneralRe: DB the way to go? Pin
Morrgan10-Aug-05 6:07
Morrgan10-Aug-05 6:07 
AnswerRe: DB the way to go? Pin
Guffa10-Aug-05 6:51
Guffa10-Aug-05 6:51 
I'm not really clear on how your data is organized, or what you use it for, but I think that putting it in a database could really improve performance.

A database is built to extract information from large collections of data based on certain criterias. That sounds very much like what you are trying to do.

The example you mention where you group elements and select groups on the number of users, can easily be achieved with a single database query. And there is quite a lot of work put into the database to make these operations fast, so you might have a hard time to write anything that can match it.

---
b { font-weight: normal; }

GeneralRe: DB the way to go? Pin
Morrgan10-Aug-05 7:40
Morrgan10-Aug-05 7:40 
GeneralForm Painting Pin
Greeky10-Aug-05 0:54
Greeky10-Aug-05 0:54 
GeneralRe: Form Painting Pin
Dario Solera10-Aug-05 1:17
Dario Solera10-Aug-05 1:17 
GeneralRe: Form Painting Pin
Greeky10-Aug-05 2:23
Greeky10-Aug-05 2:23 
Questionhow import dll of vc++ in c# Pin
laila1110-Aug-05 0:43
laila1110-Aug-05 0:43 
AnswerRe: how import dll of vc++ in c# Pin
Dario Solera10-Aug-05 1:25
Dario Solera10-Aug-05 1:25 
Generaldatabinding on a datagrid Pin
dhol10-Aug-05 0:20
dhol10-Aug-05 0:20 
GeneralDetermining if a string is a valid filename for system Pin
misterbear9-Aug-05 23:15
misterbear9-Aug-05 23:15 
GeneralRe: Determining if a string is a valid filename for system Pin
leppie10-Aug-05 0:34
leppie10-Aug-05 0:34 
GeneralCombobox Pin
hongoc2179-Aug-05 21:50
hongoc2179-Aug-05 21:50 
GeneralRe: Combobox Pin
Mohamad Al Husseiny10-Aug-05 2:03
Mohamad Al Husseiny10-Aug-05 2:03 
GeneralRe: Combobox Pin
hongoc21716-Aug-05 5:49
hongoc21716-Aug-05 5:49 
GeneralRe: Combobox Pin
hongoc21719-Aug-05 9:07
hongoc21719-Aug-05 9:07 
GeneralAudio Cropping Pin
Mr. Naveed Butt9-Aug-05 21:35
professionalMr. Naveed Butt9-Aug-05 21:35 
GeneralRe: Audio Cropping Pin
Dario Solera10-Aug-05 1:28
Dario Solera10-Aug-05 1:28 
QuestionHow can I get the text of the textbox which layout in another form? Pin
Member 18740969-Aug-05 20:48
Member 18740969-Aug-05 20:48 
AnswerRe: How can I get the text of the textbox which layout in another form? Pin
zadeveloper.com9-Aug-05 21:35
zadeveloper.com9-Aug-05 21:35 

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.