Click here to Skip to main content
15,897,226 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: simple Source code managment software (free?) Pin
Paul Conrad23-Aug-08 20:08
professionalPaul Conrad23-Aug-08 20:08 
AnswerRe: simple Source code managment software (free?) Pin
ChandraRam21-Aug-08 3:35
ChandraRam21-Aug-08 3:35 
GeneralRe: simple Source code managment software (free?) Pin
David Hovey21-Aug-08 13:10
David Hovey21-Aug-08 13:10 
AnswerRe: simple Source code managment software (free?) Pin
Netblue22-Aug-08 8:55
Netblue22-Aug-08 8:55 
GeneralRe: simple Source code managment software (free?) Pin
Paul Conrad23-Aug-08 20:09
professionalPaul Conrad23-Aug-08 20:09 
GeneralRe: simple Source code managment software (free?) Pin
Mark Churchill24-Aug-08 17:28
Mark Churchill24-Aug-08 17:28 
AnswerRe: simple Source code managment software (free?) Pin
Steven A. Lowe13-Sep-08 16:54
Steven A. Lowe13-Sep-08 16:54 
QuestionArguments Pin
CodingYoshi18-Aug-08 10:53
CodingYoshi18-Aug-08 10:53 
There are two ways to pass argument: byVal or byRef. (C# and VB.Net)
However, I also know that all objects are passed by reference. So what happens when we pass an object byval--Does it make a difference?

Also, when arguments are passed byVal it hinders performance since a copy needs to be made. ByVal also means the called method can modify the argument and it will not affect the original data. If a method only needs to read an argument but does not need to modify it, does it make sense to send it byref? But then how can you guarantee the data will not be modified in the called method; specially when the called method is being coded by another programmer? Does it come down to simply making a choice between integrity and performance? Or is there a convention or am I just confused?
AnswerRe: Arguments Pin
Robert.C.Cartaino19-Aug-08 7:54
Robert.C.Cartaino19-Aug-08 7:54 
QuestionIndex Server search algorithms - or something like it... Pin
Michael Yeaney16-Aug-08 17:09
Michael Yeaney16-Aug-08 17:09 
AnswerRe: Index Server search algorithms - or something like it... Pin
Pete O'Hanlon17-Aug-08 9:13
mvePete O'Hanlon17-Aug-08 9:13 
QuestionMethod Parameters Pin
CodingYoshi15-Aug-08 4:06
CodingYoshi15-Aug-08 4:06 
AnswerRe: Method Parameters Pin
Pete O'Hanlon15-Aug-08 4:12
mvePete O'Hanlon15-Aug-08 4:12 
QuestionInterfaces Pin
RichardGrimmer13-Aug-08 0:55
RichardGrimmer13-Aug-08 0:55 
AnswerRe: Interfaces Pin
Pete O'Hanlon13-Aug-08 1:02
mvePete O'Hanlon13-Aug-08 1:02 
GeneralRe: Interfaces Pin
RichardGrimmer13-Aug-08 3:15
RichardGrimmer13-Aug-08 3:15 
GeneralRe: Interfaces Pin
Pete O'Hanlon13-Aug-08 10:37
mvePete O'Hanlon13-Aug-08 10:37 
GeneralRe: Interfaces Pin
RichardGrimmer13-Aug-08 21:10
RichardGrimmer13-Aug-08 21:10 
GeneralRe: Interfaces Pin
Scott Dorman16-Aug-08 5:47
professionalScott Dorman16-Aug-08 5:47 
GeneralRe: Interfaces Pin
led mike18-Aug-08 4:55
led mike18-Aug-08 4:55 
GeneralRe: Interfaces Pin
Pete O'Hanlon18-Aug-08 5:43
mvePete O'Hanlon18-Aug-08 5:43 
QuestionRe: Interfaces Pin
led mike18-Aug-08 6:30
led mike18-Aug-08 6:30 
AnswerRe: Interfaces Pin
Pete O'Hanlon18-Aug-08 8:10
mvePete O'Hanlon18-Aug-08 8:10 
AnswerRe: Interfaces Pin
Mark Churchill19-Aug-08 21:21
Mark Churchill19-Aug-08 21:21 
QuestionFind, Acquisition Knowledge From Texts, Like Terminology Extraction Software Pin
486512-Aug-08 5:13
486512-Aug-08 5:13 

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.