Click here to Skip to main content
15,917,177 members
Home / Discussions / C#
   

C#

 
AnswerRe: This is my first post Pin
Abhijit Jana19-Oct-07 1:35
professionalAbhijit Jana19-Oct-07 1:35 
QuestionProblem accessing Exchange server from windows vista [modified] Pin
Suj_7819-Oct-07 0:21
Suj_7819-Oct-07 0:21 
QuestionDelegates Pin
kabutar19-Oct-07 0:04
kabutar19-Oct-07 0:04 
AnswerRe: Delegates Pin
leppie19-Oct-07 4:55
leppie19-Oct-07 4:55 
QuestionShould we use 'ref' keyword while passing objects also... Pin
Spunky Coder19-Oct-07 0:04
Spunky Coder19-Oct-07 0:04 
AnswerRe: Should we use 'ref' keyword while passing objects also... Pin
DavidNohejl19-Oct-07 0:33
DavidNohejl19-Oct-07 0:33 
GeneralRe: Should we use 'ref' keyword while passing objects also... Pin
Spunky Coder19-Oct-07 0:46
Spunky Coder19-Oct-07 0:46 
GeneralRe: Should we use 'ref' keyword while passing objects also... Pin
DavidNohejl19-Oct-07 1:00
DavidNohejl19-Oct-07 1:00 
Spunky Coder wrote:
...Now so what's the difference between passing an int datatype and object when its scope is just limited to the called function ?...


No, scope of the reference is limited to called function. Actual instance of object you change via the reference will keep the changes outside that function. Is this what you mean?



[My Blog]
"Visual studio desperately needs some performance improvements. It is sometimes almost as slow as eclipse." - Rüdiger Klaehn
"Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe

GeneralRe: Should we use 'ref' keyword while passing objects also... Pin
Spunky Coder19-Oct-07 1:04
Spunky Coder19-Oct-07 1:04 
GeneralRe: Should we use 'ref' keyword while passing objects also... Pin
DavidNohejl19-Oct-07 1:32
DavidNohejl19-Oct-07 1:32 
AnswerRe: Should we use 'ref' keyword while passing objects also... Pin
Stefan Troschuetz19-Oct-07 0:38
Stefan Troschuetz19-Oct-07 0:38 
AnswerRe: Should we use 'ref' keyword while passing objects also... Pin
laserbaronen19-Oct-07 0:41
laserbaronen19-Oct-07 0:41 
AnswerRe: Should we use 'ref' keyword while passing objects also... Pin
Spunky Coder19-Oct-07 1:01
Spunky Coder19-Oct-07 1:01 
Questionset CurrentRow in a DataGridView Pin
jmaalouly18-Oct-07 23:29
jmaalouly18-Oct-07 23:29 
AnswerRe: set CurrentRow in a DataGridView Pin
leppie19-Oct-07 5:05
leppie19-Oct-07 5:05 
QuestionToolStripMenuItems from SQL Pin
hobbsieoz18-Oct-07 23:18
hobbsieoz18-Oct-07 23:18 
AnswerRe: ToolStripMenuItems from SQL Pin
Jacky Yiu19-Oct-07 0:00
Jacky Yiu19-Oct-07 0:00 
GeneralRe: ToolStripMenuItems from SQL Pin
hobbsieoz19-Oct-07 0:02
hobbsieoz19-Oct-07 0:02 
AnswerRe: ToolStripMenuItems from SQL Pin
Jacky Yiu23-Oct-07 16:34
Jacky Yiu23-Oct-07 16:34 
QuestionC# 64-bit DLL? Pin
George_George18-Oct-07 23:15
George_George18-Oct-07 23:15 
AnswerRe: C# 64-bit DLL? Pin
martin_hughes19-Oct-07 0:14
martin_hughes19-Oct-07 0:14 
Questionnextline Pin
zeeShan anSari18-Oct-07 23:00
zeeShan anSari18-Oct-07 23:00 
AnswerRe: nextline Pin
Eduard Keilholz18-Oct-07 23:05
Eduard Keilholz18-Oct-07 23:05 
AnswerRe: nextline Pin
Guffa18-Oct-07 23:09
Guffa18-Oct-07 23:09 
GeneralRe: nextline Pin
zeeShan anSari18-Oct-07 23:15
zeeShan anSari18-Oct-07 23:15 

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.