Click here to Skip to main content
15,920,836 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: how to create shell and worksapce in window form Pin
VenkatFor.NET22-Jan-09 21:21
VenkatFor.NET22-Jan-09 21:21 
QuestionIn C# what is the best method to parse large XML Documents(1GB size)...? Pin
sivasss22-Jan-09 18:46
sivasss22-Jan-09 18:46 
AnswerRe: In C# what is the best method to parse large XML Documents(1GB size)...? Pin
VenkatFor.NET22-Jan-09 20:33
VenkatFor.NET22-Jan-09 20:33 
AnswerRe: In C# what is the best method to parse large XML Documents(1GB size)...? Pin
malk0lm23-Jan-09 12:36
malk0lm23-Jan-09 12:36 
QuestionImportant question about garbage collector in .net Framework ... Pin
Yanshof22-Jan-09 10:48
Yanshof22-Jan-09 10:48 
AnswerRe: Important question about garbage collector in .net Framework ... Pin
Jon Rista22-Jan-09 10:57
Jon Rista22-Jan-09 10:57 
GeneralRe: Important question about garbage collector in .net Framework ... Pin
Yanshof22-Jan-09 11:18
Yanshof22-Jan-09 11:18 
GeneralRe: Important question about garbage collector in .net Framework ... Pin
Luc Pattyn22-Jan-09 12:40
sitebuilderLuc Pattyn22-Jan-09 12:40 
Jon Rista wrote:
Value types are allocated on the stack by default,


IMO there is no default, i.e. value types are allocated on the stack when they are local variables, and inside their containing type when they are members of an aggregated type (hence
on the heap when members of a class, and where ever it resides when members of a struct).

In each case, there is no explicit garbage collection involved: in the end they reside either on
the stack (hence no garbage collection at all) or are part of a bigger reference type (and collection occurs at that ref type level).

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

Good riddance W


GeneralRe: Important question about garbage collector in .net Framework ... Pin
Jon Rista23-Jan-09 4:42
Jon Rista23-Jan-09 4:42 
GeneralRe: Important question about garbage collector in .net Framework ... Pin
supercat923-Jan-09 6:25
supercat923-Jan-09 6:25 
GeneralRe: Important question about garbage collector in .net Framework ... Pin
Jon Rista23-Jan-09 7:14
Jon Rista23-Jan-09 7:14 
Questionrelative of IIS Pin
ferronrsmith22-Jan-09 10:37
ferronrsmith22-Jan-09 10:37 
AnswerRe: relative of IIS Pin
Not Active22-Jan-09 11:31
mentorNot Active22-Jan-09 11:31 
GeneralRe: relative of IIS Pin
ferronrsmith22-Jan-09 11:41
ferronrsmith22-Jan-09 11:41 
GeneralRe: relative of IIS Pin
malk0lm23-Jan-09 12:36
malk0lm23-Jan-09 12:36 
QuestionHow do I get a grid control to see MyDataView's column definitions? Pin
ThomasBates22-Jan-09 10:09
ThomasBates22-Jan-09 10:09 
Questioncheck this Pin
kulandaivel_mca200721-Jan-09 22:57
kulandaivel_mca200721-Jan-09 22:57 
AnswerRe: check this Pin
Abhijit Jana21-Jan-09 23:41
professionalAbhijit Jana21-Jan-09 23:41 
AnswerConnectionStrings (original topic wasn't descriptive enough.. Not that this one is, but perhaps it shows some more detail) Pin
Eddy Vluggen22-Jan-09 0:53
professionalEddy Vluggen22-Jan-09 0:53 
AnswerRe: check this [modified] Pin
Wendelius22-Jan-09 1:34
mentorWendelius22-Jan-09 1:34 
GeneralRe: check this Pin
kulandaivel_mca200722-Jan-09 2:01
kulandaivel_mca200722-Jan-09 2:01 
GeneralRe: check this Pin
Wendelius22-Jan-09 2:06
mentorWendelius22-Jan-09 2:06 
GeneralRe: check this Pin
kulandaivel_mca200722-Jan-09 2:28
kulandaivel_mca200722-Jan-09 2:28 
GeneralRe: check this Pin
Wendelius22-Jan-09 2:36
mentorWendelius22-Jan-09 2:36 
GeneralRe: check this Pin
kulandaivel_mca200722-Jan-09 2:47
kulandaivel_mca200722-Jan-09 2:47 

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.