Click here to Skip to main content
15,881,882 members
Home / Discussions / C#
   

C#

 
JokeRe: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.in C# Pin
Le centriste9-Feb-09 4:56
Le centriste9-Feb-09 4:56 
QuestionExtracting outlook pst files in..net application Pin
Member 42634168-Feb-09 20:12
Member 42634168-Feb-09 20:12 
AnswerRe: Extracting outlook pst files in..net application Pin
Mickey202931-Oct-12 22:50
Mickey202931-Oct-12 22:50 
QuestionWeb Browser control in C# Pin
Indrajeet_Mukherjee8-Feb-09 19:39
Indrajeet_Mukherjee8-Feb-09 19:39 
AnswerRe: Web Browser control in C# Pin
EliottA9-Feb-09 2:03
EliottA9-Feb-09 2:03 
Questioneverything is an object... Pin
swjam8-Feb-09 19:32
swjam8-Feb-09 19:32 
AnswerRe: everything is an object... Pin
Christian Graus8-Feb-09 19:51
protectorChristian Graus8-Feb-09 19:51 
AnswerRe: everything is an object... PinPopular
Guffa8-Feb-09 20:28
Guffa8-Feb-09 20:28 
swjam wrote:
it contradicts the fact that objects are pass by reference?


Well, actually everything is passed by value (unless you specify otherwise). When you pass an object you are actually passing the reference to the object, and as the reference is a value type it's passed by value, i.e. the value of the reference is copied.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: everything is an object... Pin
marcosingh22-Jan-11 4:25
marcosingh22-Jan-11 4:25 
AnswerRe: everything is an object... Pin
ABitSmart8-Feb-09 23:08
ABitSmart8-Feb-09 23:08 
GeneralRe: everything is an object... Pin
swjam8-Feb-09 23:13
swjam8-Feb-09 23:13 
GeneralRe: everything is an object... Pin
ABitSmart8-Feb-09 23:30
ABitSmart8-Feb-09 23:30 
GeneralRe: everything is an object... Pin
N a v a n e e t h8-Feb-09 23:39
N a v a n e e t h8-Feb-09 23:39 
GeneralRe: everything is an object... Pin
swjam8-Feb-09 23:50
swjam8-Feb-09 23:50 
GeneralRe: everything is an object... Pin
J4amieC9-Feb-09 0:05
J4amieC9-Feb-09 0:05 
AnswerRe: everything is an object... Pin
Ennis Ray Lynch, Jr.9-Feb-09 4:31
Ennis Ray Lynch, Jr.9-Feb-09 4:31 
QuestionSorting Problem in Datagridview Pin
sjs4u8-Feb-09 19:30
sjs4u8-Feb-09 19:30 
QuestionRe: Sorting Problem in Datagridview Pin
Kaushal Arora9-Feb-09 21:05
Kaushal Arora9-Feb-09 21:05 
QuestionVista incompatibility problem Pin
arun_pk8-Feb-09 19:18
arun_pk8-Feb-09 19:18 
AnswerRe: Vista incompatibility problem Pin
Christian Graus8-Feb-09 19:20
protectorChristian Graus8-Feb-09 19:20 
QuestionRe: Vista incompatibility problem Pin
arun_pk8-Feb-09 19:31
arun_pk8-Feb-09 19:31 
AnswerRe: Vista incompatibility problem Pin
Christian Graus8-Feb-09 19:51
protectorChristian Graus8-Feb-09 19:51 
QuestionRe: Vista incompatibility problem Pin
arun_pk8-Feb-09 22:27
arun_pk8-Feb-09 22:27 
AnswerRe: Vista incompatibility problem Pin
EliottA9-Feb-09 2:36
EliottA9-Feb-09 2:36 
QuestionMONO IDE Pin
Krishna Varadharajan8-Feb-09 18:41
Krishna Varadharajan8-Feb-09 18:41 

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.