Click here to Skip to main content
15,890,579 members
Home / Discussions / C#
   

C#

 
GeneralRe: Display the '&' char with in a label Pin
Luc Pattyn3-Sep-07 6:18
sitebuilderLuc Pattyn3-Sep-07 6:18 
QuestionDefault Type [modified] Pin
Amit Kumar G3-Sep-07 4:30
Amit Kumar G3-Sep-07 4:30 
AnswerRe: Default Type Pin
Christian Graus3-Sep-07 4:53
protectorChristian Graus3-Sep-07 4:53 
GeneralRe: Default Type Pin
Amit Kumar G3-Sep-07 5:09
Amit Kumar G3-Sep-07 5:09 
GeneralRe: Default Type Pin
Pete O'Hanlon3-Sep-07 5:10
mvePete O'Hanlon3-Sep-07 5:10 
GeneralRe: Default Type Pin
Amit Kumar G3-Sep-07 5:25
Amit Kumar G3-Sep-07 5:25 
GeneralRe: Default Type Pin
Luc Pattyn3-Sep-07 6:07
sitebuilderLuc Pattyn3-Sep-07 6:07 
GeneralRe: Default Type Pin
originSH3-Sep-07 6:11
originSH3-Sep-07 6:11 
I think you might need to go back to basics and read up on the fundimentals of .Net.

You can have two different types of type, one is reference types, the other is value types.

By default reference types are passed by reference and value types are passed by value.

Classes are reference types and structs/primatives are value types.

If you don't understand any of this buy any beginner .Net book and it'll be in the first few chapters Wink | ;)

As for best practice ... use what is needed.
GeneralRe: Default Type Pin
Pete O'Hanlon3-Sep-07 8:31
mvePete O'Hanlon3-Sep-07 8:31 
QuestionInterface reimplementation Pin
Svekke3-Sep-07 4:07
Svekke3-Sep-07 4:07 
AnswerRe: Interface reimplementation Pin
leppie3-Sep-07 4:21
leppie3-Sep-07 4:21 
GeneralRe: Interface reimplementation Pin
Svekke3-Sep-07 20:13
Svekke3-Sep-07 20:13 
QuestionText Width Pin
Thaer Hamael3-Sep-07 2:57
Thaer Hamael3-Sep-07 2:57 
AnswerRe: Text Width Pin
J4amieC3-Sep-07 3:02
J4amieC3-Sep-07 3:02 
AnswerRe: Text Width Pin
JoeSharp3-Sep-07 3:04
JoeSharp3-Sep-07 3:04 
Questionwindows service or not Pin
greekius3-Sep-07 2:57
greekius3-Sep-07 2:57 
AnswerRe: windows service or not Pin
Christian Graus3-Sep-07 3:20
protectorChristian Graus3-Sep-07 3:20 
QuestionHow to CAB and UNCAB files using C# Pin
Bhavesh Bagadiya3-Sep-07 2:41
Bhavesh Bagadiya3-Sep-07 2:41 
AnswerRe: How to CAB and UNCAB files using C# Pin
Pete O'Hanlon3-Sep-07 2:47
mvePete O'Hanlon3-Sep-07 2:47 
AnswerRe: How to CAB and UNCAB files using C# Pin
Vasudevan Deepak Kumar3-Sep-07 2:53
Vasudevan Deepak Kumar3-Sep-07 2:53 
GeneralRe: How to CAB and UNCAB files using C# Pin
Pete O'Hanlon3-Sep-07 2:55
mvePete O'Hanlon3-Sep-07 2:55 
GeneralRe: How to CAB and UNCAB files using C# Pin
Vasudevan Deepak Kumar3-Sep-07 5:00
Vasudevan Deepak Kumar3-Sep-07 5:00 
Questionof pesrSessions Pin
Tsepoz3-Sep-07 2:28
Tsepoz3-Sep-07 2:28 
AnswerRe: of pesrSessions Pin
darkcalin3-Sep-07 3:55
darkcalin3-Sep-07 3:55 
QuestionHow to 'lock' the mdiparent border? Pin
shai sherman3-Sep-07 2:27
shai sherman3-Sep-07 2:27 

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.