Click here to Skip to main content
15,902,032 members
Home / Discussions / C#
   

C#

 
Generalwindows service Pin
horacyjr10-Aug-05 3:18
horacyjr10-Aug-05 3:18 
GeneralRe: windows service Pin
Darryl Borden10-Aug-05 3:56
Darryl Borden10-Aug-05 3:56 
GeneralRe: windows service Pin
horacyjr10-Aug-05 4:10
horacyjr10-Aug-05 4:10 
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 
I'm currently doing some work on extending an application and would greatly appreciate some pointers. Currently the application makes heavy use of rather big matrices of floats (approx. 2M elements). A matrix is used to represent a property for a set of relations. Let’s assume we have a base set of matrices that are read from disk at application startup. A matrix in this base set could for example represent the number of users of the relations, i.e., the value stored on index i,j within this matrix represents the number of users using relation i,j. My current task is to write a tool that will select relations using a criterion and the information stored within these base matrices. This basically comes down to first selecting relations based on their names (wildcards allowed) and then filter theses selections using the criterion and the matrices. An example could be to select all relations x, y with more than z users. The easiest way of doing this would obviously be to loop through all relations. However I get the distinct feeling that there must be a better way of doing this. Having rather limited experiences using DBs I would like to ask you if you think a DB could be beneficial?

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 
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 

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.