Click here to Skip to main content
15,886,037 members
Home / Discussions / C#
   

C#

 
GeneralRe: What is the difference between bin\debug and obj\debug? Pin
Member 39190498-May-08 12:14
Member 39190498-May-08 12:14 
GeneralRe: What is the difference between bin\debug and obj\debug? Pin
Andrew Rissing9-May-08 4:47
Andrew Rissing9-May-08 4:47 
QuestionOpen Source Database Lib Pin
Mushtaque Nizamani8-May-08 7:16
Mushtaque Nizamani8-May-08 7:16 
AnswerRe: Open Source Database Lib Pin
Judah Gabriel Himango8-May-08 7:38
sponsorJudah Gabriel Himango8-May-08 7:38 
QuestionWant to map two keys to a value Pin
Jordanwb8-May-08 6:34
Jordanwb8-May-08 6:34 
AnswerRe: Want to map two keys to a value Pin
Judah Gabriel Himango8-May-08 7:37
sponsorJudah Gabriel Himango8-May-08 7:37 
GeneralRe: Want to map two keys to a value Pin
Andrew Rissing8-May-08 8:53
Andrew Rissing8-May-08 8:53 
GeneralRe: Want to map two keys to a value Pin
eggsovereasy8-May-08 9:13
eggsovereasy8-May-08 9:13 
In practice a multi-dimensional array would do the same thing...

<br />
int key1 = 0;<br />
int key2 = 1;<br />
<br />
string[,] table = new string[2,2];<br />
string x = table[key1,key2];<br />

GeneralRe: Want to map two keys to a value Pin
Jordanwb8-May-08 10:09
Jordanwb8-May-08 10:09 
GeneralRe: Want to map two keys to a value Pin
Dave Kreskowiak8-May-08 10:27
mveDave Kreskowiak8-May-08 10:27 
GeneralRe: Want to map two keys to a value Pin
Jordanwb8-May-08 10:47
Jordanwb8-May-08 10:47 
GeneralRe: Want to map two keys to a value Pin
Dave Kreskowiak8-May-08 13:26
mveDave Kreskowiak8-May-08 13:26 
GeneralRe: Want to map two keys to a value Pin
Andrew Rissing9-May-08 4:44
Andrew Rissing9-May-08 4:44 
AnswerRe: Want to map two keys to a value Pin
Gareth H8-May-08 7:43
Gareth H8-May-08 7:43 
GeneralRe: Want to map two keys to a value Pin
Jordanwb8-May-08 10:09
Jordanwb8-May-08 10:09 
AnswerRe: Want to map two keys to a value Pin
PIEBALDconsult8-May-08 14:08
mvePIEBALDconsult8-May-08 14:08 
QuestionSynchronizationContext VS backgroundworker Pin
reivilos8-May-08 6:01
reivilos8-May-08 6:01 
AnswerRe: SynchronizationContext VS backgroundworker Pin
Judah Gabriel Himango8-May-08 7:31
sponsorJudah Gabriel Himango8-May-08 7:31 
Questionusing DLL in Vista 64bit, Bad Image Format Exception Pin
sharp_k8-May-08 5:32
sharp_k8-May-08 5:32 
AnswerRe: using DLL in Vista 64bit, Bad Image Format Exception Pin
Judah Gabriel Himango8-May-08 7:42
sponsorJudah Gabriel Himango8-May-08 7:42 
GeneralRe: using DLL in Vista 64bit, Bad Image Format Exception Pin
sharp_k8-May-08 14:44
sharp_k8-May-08 14:44 
GeneralRe: using DLL in Vista 64bit, Bad Image Format Exception Pin
Judah Gabriel Himango9-May-08 4:51
sponsorJudah Gabriel Himango9-May-08 4:51 
GeneralRe: using DLL in Vista 64bit, Bad Image Format Exception Pin
sharp_k9-May-08 5:34
sharp_k9-May-08 5:34 
GeneralRe: using DLL in Vista 64bit, Bad Image Format Exception Pin
Judah Gabriel Himango9-May-08 5:47
sponsorJudah Gabriel Himango9-May-08 5:47 
GeneralRe: using DLL in Vista 64bit, Bad Image Format Exception Pin
sharp_k9-May-08 6:56
sharp_k9-May-08 6:56 

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.