Click here to Skip to main content
15,897,518 members
Home / Discussions / C#
   

C#

 
QuestionBurning open file to CD/DVD Pin
Member 103095672-Nov-13 1:34
Member 103095672-Nov-13 1:34 
AnswerRe: Burning open file to CD/DVD Pin
Dave Kreskowiak2-Nov-13 9:20
mveDave Kreskowiak2-Nov-13 9:20 
GeneralRe: Burning open file to CD/DVD Pin
Member 103095672-Nov-13 9:45
Member 103095672-Nov-13 9:45 
AnswerRe: Burning open file to CD/DVD Pin
TnTinMn3-Nov-13 11:58
TnTinMn3-Nov-13 11:58 
QuestionComparing a name inputted against a database of names Pin
JacksonVF1-Nov-13 22:56
JacksonVF1-Nov-13 22:56 
AnswerRe: Comparing a name inputted against a database of names Pin
Mycroft Holmes2-Nov-13 1:21
professionalMycroft Holmes2-Nov-13 1:21 
GeneralRe: Comparing a name inputted against a database of names Pin
JacksonVF2-Nov-13 2:45
JacksonVF2-Nov-13 2:45 
AnswerRe: Comparing a name inputted against a database of names Pin
jschell2-Nov-13 6:49
jschell2-Nov-13 6:49 
First step of course is to look at the requirements. Don't implement the code based on what someone thinks the users will do but rather based on what the users actually do.

Second step is to look at the design. Such as the suggestion in the other posting. Which is probably likely given that people don't randomly mix up names - they are often in the same order. There are probably many other possibilities.

Third step profile the solution - actually measure where the time is being spent in the code and then try to determine ways to make those parts faster. However when doing this use REAL test data and not just random stuff.

Note that the first two items in the above are the only way you are going to achieve something that approaches what would be reasonable.
AnswerRe: Comparing a name inputted against a database of names Pin
PIEBALDconsult4-Nov-13 4:11
mvePIEBALDconsult4-Nov-13 4:11 
Questionsingle chat TCP, Console C# Pin
Member 103468781-Nov-13 19:01
Member 103468781-Nov-13 19:01 
AnswerRe: single chat TCP, Console C# Pin
Mycroft Holmes1-Nov-13 22:10
professionalMycroft Holmes1-Nov-13 22:10 
GeneralRe: single chat TCP, Console C# Pin
Dave Kreskowiak2-Nov-13 9:12
mveDave Kreskowiak2-Nov-13 9:12 
QuestionPage_init with variable Pin
vkEE1-Nov-13 8:14
vkEE1-Nov-13 8:14 
SuggestionRe: Page_init with variable Pin
Matt T Heffron1-Nov-13 13:25
professionalMatt T Heffron1-Nov-13 13:25 
QuestionI have a problem regarding my project. thanks for answering this :)) Pin
josephdalebert1-Nov-13 6:50
josephdalebert1-Nov-13 6:50 
AnswerRe: I have a problem regarding my project. thanks for answering this :)) Pin
Richard Andrew x641-Nov-13 13:50
professionalRichard Andrew x641-Nov-13 13:50 
GeneralRe: I have a problem regarding my project. thanks for answering this :)) Pin
josephdalebert2-Nov-13 22:13
josephdalebert2-Nov-13 22:13 
AnswerRe: I have a problem regarding my project. thanks for answering this :)) Pin
Richard Andrew x643-Nov-13 13:18
professionalRichard Andrew x643-Nov-13 13:18 
GeneralRe: I have a problem regarding my project. thanks for answering this :)) Pin
josephdalebert5-Nov-13 15:26
josephdalebert5-Nov-13 15:26 
GeneralRe: I have a problem regarding my project. thanks for answering this :)) Pin
Richard Andrew x645-Nov-13 18:10
professionalRichard Andrew x645-Nov-13 18:10 
GeneralRe: I have a problem regarding my project. thanks for answering this :)) Pin
josephdalebert5-Nov-13 19:14
josephdalebert5-Nov-13 19:14 
GeneralRe: I have a problem regarding my project. thanks for answering this :)) Pin
josephdalebert5-Nov-13 22:45
josephdalebert5-Nov-13 22:45 
GeneralRe: I have a problem regarding my project. thanks for answering this :)) Pin
Richard Andrew x646-Nov-13 3:32
professionalRichard Andrew x646-Nov-13 3:32 
GeneralRe: I have a problem regarding my project. thanks for answering this :)) Pin
josephdalebert6-Nov-13 4:02
josephdalebert6-Nov-13 4:02 
GeneralRe: I have a problem regarding my project. thanks for answering this :)) Pin
josephdalebert6-Nov-13 19:28
josephdalebert6-Nov-13 19:28 

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.