Click here to Skip to main content
15,900,973 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to create send and receive appln Pin
Pete O'Hanlon18-Oct-12 0:41
mvePete O'Hanlon18-Oct-12 0:41 
QuestionVariable declaration. Pin
Sibasisjena17-Oct-12 22:12
professionalSibasisjena17-Oct-12 22:12 
AnswerRe: Variable declaration. Pin
Eddy Vluggen17-Oct-12 22:40
professionalEddy Vluggen17-Oct-12 22:40 
AnswerRe: Variable declaration. Pin
V.17-Oct-12 22:41
professionalV.17-Oct-12 22:41 
GeneralRe: Variable declaration. Pin
Sibasisjena17-Oct-12 22:51
professionalSibasisjena17-Oct-12 22:51 
GeneralRe: Variable declaration. Pin
V.17-Oct-12 22:58
professionalV.17-Oct-12 22:58 
AnswerRe: Variable declaration. Pin
Pete O'Hanlon17-Oct-12 22:49
mvePete O'Hanlon17-Oct-12 22:49 
AnswerRe: Variable declaration. Pin
Shanmuga Hariharan17-Oct-12 22:55
Shanmuga Hariharan17-Oct-12 22:55 
GeneralRe: Variable declaration. Pin
Pete O'Hanlon17-Oct-12 23:22
mvePete O'Hanlon17-Oct-12 23:22 
AnswerRe: Variable declaration. Pin
BobJanova18-Oct-12 1:13
BobJanova18-Oct-12 1:13 
GeneralRe: Variable declaration. Pin
Pete O'Hanlon18-Oct-12 1:22
mvePete O'Hanlon18-Oct-12 1:22 
GeneralRe: Variable declaration. Pin
BobJanova18-Oct-12 1:36
BobJanova18-Oct-12 1:36 
GeneralRe: Variable declaration. Pin
DaveyM6918-Oct-12 22:20
professionalDaveyM6918-Oct-12 22:20 
QuestionC# setup to a sql server Pin
sc steinhayse17-Oct-12 19:13
sc steinhayse17-Oct-12 19:13 
AnswerRe: C# setup to a sql server Pin
code-frog18-Oct-12 17:57
professionalcode-frog18-Oct-12 17:57 
QuestionText to Code 128 Pin
be05x517-Oct-12 10:06
be05x517-Oct-12 10:06 
AnswerRe: Text to Code 128 Pin
fjdiewornncalwe17-Oct-12 10:21
professionalfjdiewornncalwe17-Oct-12 10:21 
QuestionConceptual/lessical question (basic) Pin
PozzaVecia17-Oct-12 9:57
PozzaVecia17-Oct-12 9:57 
AnswerRe: Conceptual/lessical question (basic) Pin
fjdiewornncalwe17-Oct-12 10:25
professionalfjdiewornncalwe17-Oct-12 10:25 
No you can't...

An object is basically a block of memory that has been allocated and configured according to the blueprint.(Reference[^])
An object is an instance of a class which acts as its template.

A class is a construct that enables you to create your own custom types by grouping together variables of other types, methods and events. (Reference[^])
A struct type is a value type(Reference[^])
An interface contains only the signatures of methods, delegates or events.(Reference[^])
I wasn't, now I am, then I won't be anymore.

GeneralRe: Conceptual/lessical question (basic) Pin
PozzaVecia17-Oct-12 10:36
PozzaVecia17-Oct-12 10:36 
GeneralRe: Conceptual/lessical question (basic) Pin
fjdiewornncalwe17-Oct-12 10:41
professionalfjdiewornncalwe17-Oct-12 10:41 
GeneralRe: Conceptual/lessical question (basic) Pin
PozzaVecia17-Oct-12 10:53
PozzaVecia17-Oct-12 10:53 
GeneralRe: Conceptual/lessical question (basic) Pin
Ravi Bhavnani18-Oct-12 3:45
professionalRavi Bhavnani18-Oct-12 3:45 
AnswerRe: Conceptual/lessical question (basic) Pin
V.17-Oct-12 21:48
professionalV.17-Oct-12 21:48 
AnswerRe: Conceptual/lessical question (basic) Pin
Orjan Westin19-Oct-12 4:38
professionalOrjan Westin19-Oct-12 4:38 

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.