Click here to Skip to main content
15,887,350 members
Home / Discussions / C#
   

C#

 
AnswerRe: SqlDependency. Can't realize. Pin
jschell1-Apr-13 8:12
jschell1-Apr-13 8:12 
GeneralRe: SqlDependency. Can't realize. Pin
Jeka Developer2-Apr-13 10:26
Jeka Developer2-Apr-13 10:26 
QuestionSNMP Pin
Sahar.H30-Mar-13 22:05
Sahar.H30-Mar-13 22:05 
AnswerRe: SNMP Pin
Pete O'Hanlon30-Mar-13 23:09
mvePete O'Hanlon30-Mar-13 23:09 
QuestionRegarding class instance and memory allocation c# Pin
Tridip Bhattacharjee30-Mar-13 20:33
professionalTridip Bhattacharjee30-Mar-13 20:33 
AnswerRe: Regarding class instance and memory allocation c# Pin
Eddy Vluggen31-Mar-13 1:12
professionalEddy Vluggen31-Mar-13 1:12 
GeneralRe: Regarding class instance and memory allocation c# Pin
Tridip Bhattacharjee1-Apr-13 4:29
professionalTridip Bhattacharjee1-Apr-13 4:29 
GeneralRe: Regarding class instance and memory allocation c# Pin
Eddy Vluggen1-Apr-13 11:49
professionalEddy Vluggen1-Apr-13 11:49 
Tridip Bhattacharjee wrote:
i heard that all local variable store on stack.

You heard wrong. One can declare a string, 1 GB in size, as a local variable. Your stack ain't 1 GB.

Tridip Bhattacharjee wrote:
one more question is that if local variable is ref type declared in function and when function will be called then where local variable ref will be stored....in stack or heap. ?

It's a reference. Where would you guess it'd be stored?

Tridip Bhattacharjee wrote:
a) Would an object in a struct be considered a value-type or a reference-type?

The struct is a value-type, the object a reference.

Tridip Bhattacharjee wrote:
b) What about static structs?

There is no such thing as a static struct. Special case, was a trick question and searching the answer might be fun Smile | :)

Tridip Bhattacharjee wrote:
c) interface is contract so at all any memory is allocated for interface ?

Seems I already answered two, this one is yours (and has been answered before Smile | :) )
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

AnswerRe: Regarding class instance and memory allocation c# Pin
PIEBALDconsult31-Mar-13 4:48
mvePIEBALDconsult31-Mar-13 4:48 
QuestionWCF file upload functionality and message contract usage Pin
Tridip Bhattacharjee30-Mar-13 19:52
professionalTridip Bhattacharjee30-Mar-13 19:52 
QuestionControl when to display something in a projector Pin
drazen1230-Mar-13 17:26
drazen1230-Mar-13 17:26 
AnswerRe: Control when to display something in a projector Pin
OriginalGriff30-Mar-13 21:56
mveOriginalGriff30-Mar-13 21:56 
QuestionNumber slider puzzle solver code c# Pin
jebreil 64429-Mar-13 19:00
jebreil 64429-Mar-13 19:00 
AnswerRe: Number slider puzzle solver code c# Pin
Kenneth Haugland29-Mar-13 21:40
mvaKenneth Haugland29-Mar-13 21:40 
GeneralRe: Number slider puzzle solver code c# Pin
harold aptroot29-Mar-13 23:17
harold aptroot29-Mar-13 23:17 
QuestionBack and Forward Button for windows explorer Pin
baharan2029-Mar-13 10:42
baharan2029-Mar-13 10:42 
AnswerRe: Back and Forward Button for windows explorer Pin
Member 982361929-Mar-13 10:50
Member 982361929-Mar-13 10:50 
GeneralRe: Back and Forward Button for windows explorer Pin
baharan2029-Mar-13 11:14
baharan2029-Mar-13 11:14 
AnswerRe: Back and Forward Button for windows explorer Pin
Eddy Vluggen31-Mar-13 1:15
professionalEddy Vluggen31-Mar-13 1:15 
QuestionOSPF in the WSN Pin
traidat199229-Mar-13 7:11
traidat199229-Mar-13 7:11 
AnswerRe: OSPF in the WSN Pin
Pete O'Hanlon29-Mar-13 8:25
mvePete O'Hanlon29-Mar-13 8:25 
QuestionHELPPPP Pin
ali69929-Mar-13 4:43
ali69929-Mar-13 4:43 
QuestionHEKP Pin
ali69929-Mar-13 4:43
ali69929-Mar-13 4:43 
AnswerRe: HEKP Pin
Dave Kreskowiak29-Mar-13 5:04
mveDave Kreskowiak29-Mar-13 5:04 
QuestionList View Shift Selection behaves indifferently Pin
rakeshkava29-Mar-13 0:13
rakeshkava29-Mar-13 0: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.