Click here to Skip to main content
15,905,782 members
Home / Discussions / C#
   

C#

 
GeneralRe: delegate thru an interface Pin
spin vector9-Mar-06 5:02
spin vector9-Mar-06 5:02 
GeneralRe: delegate thru an interface Pin
vineas9-Mar-06 8:26
vineas9-Mar-06 8:26 
QuestionHow to get window's size and position to javascript? Pin
jzb9-Mar-06 3:05
jzb9-Mar-06 3:05 
QuestionBreakPoint Pin
Areff9-Mar-06 2:29
Areff9-Mar-06 2:29 
AnswerRe: BreakPoint Pin
Dan Neely9-Mar-06 3:03
Dan Neely9-Mar-06 3:03 
GeneralRe: BreakPoint Pin
Areff9-Mar-06 19:58
Areff9-Mar-06 19:58 
Questionsocket programming Pin
eey569-Mar-06 0:52
eey569-Mar-06 0:52 
QuestionRe: socket programming Pin
Divyang Mithaiwala9-Mar-06 2:50
Divyang Mithaiwala9-Mar-06 2:50 
AnswerRe: socket programming Pin
eey569-Mar-06 3:20
eey569-Mar-06 3:20 
GeneralRe: socket programming Pin
Divyang Mithaiwala9-Mar-06 4:10
Divyang Mithaiwala9-Mar-06 4:10 
GeneralRe: socket programming Pin
eey569-Mar-06 10:20
eey569-Mar-06 10:20 
AnswerRe: socket programming Pin
eey569-Mar-06 3:17
eey569-Mar-06 3:17 
QuestionWhat C# compiler does? Pin
Chandana Subasinghe9-Mar-06 0:40
Chandana Subasinghe9-Mar-06 0:40 
AnswerRe: What C# compiler does? Pin
leppie9-Mar-06 4:33
leppie9-Mar-06 4:33 
QuestionMultiThreading Pin
AB77719-Mar-06 0:24
AB77719-Mar-06 0:24 
GeneralRe: MultiThreading Pin
Steve Hansen9-Mar-06 0:42
Steve Hansen9-Mar-06 0:42 
GeneralRe: MultiThreading Pin
AB77719-Mar-06 1:07
AB77719-Mar-06 1:07 
GeneralRe: MultiThreading Pin
lmoelleb9-Mar-06 20:58
lmoelleb9-Mar-06 20:58 
QuestionHow to Show Only Images in "HtmlInputFile" Dialog ??? Pin
Abubakarsb8-Mar-06 23:47
Abubakarsb8-Mar-06 23:47 
AnswerRe: How to Show Only Images in "HtmlInputFile" Dialog ??? Pin
Vasudevan Deepak Kumar9-Mar-06 1:08
Vasudevan Deepak Kumar9-Mar-06 1:08 
Questionwhen the class is loaded in c#? Pin
shashank veerkar8-Mar-06 23:18
shashank veerkar8-Mar-06 23:18 
AnswerRe: when the class is loaded in c#? Pin
Chandana Subasinghe9-Mar-06 0:14
Chandana Subasinghe9-Mar-06 0:14 
Hi
Every static variable is stored on the heap, regardless of whether it's declared within a reference type or a value type. There is only one slot in total no matter how many instances are created. (There don't need to be any instances created for that one slot to exist though.) Note that this heap is separate from the normal garbage collected heap - it's known as a "high frequency heap", and there's one per application domain.


For further reference please look this article

http://www.developerfusion.co.uk/show/4705/2/[^]
QuestionMaking a Rich textbox control border to rounded rectangle Pin
psmukil8-Mar-06 23:01
psmukil8-Mar-06 23:01 
AnswerRe: Making a Rich textbox control border to rounded rectangle Pin
mav.northwind9-Mar-06 1:11
mav.northwind9-Mar-06 1:11 
GeneralRe: Making a Rich textbox control border to rounded rectangle Pin
psmukil9-Mar-06 1:30
psmukil9-Mar-06 1:30 

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.