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

.NET (Core and Framework)

 
GeneralRe: Keywords vs Type Names Pin
Robert.C.Cartaino16-Sep-08 4:20
Robert.C.Cartaino16-Sep-08 4:20 
GeneralRe: Keywords vs Type Names Pin
Dave Kreskowiak16-Sep-08 5:45
mveDave Kreskowiak16-Sep-08 5:45 
GeneralRe: Keywords vs Type Names Pin
Pete O'Hanlon16-Sep-08 8:20
mvePete O'Hanlon16-Sep-08 8:20 
AnswerRe: Keywords vs Type Names Pin
PIEBALDconsult25-Sep-08 13:31
mvePIEBALDconsult25-Sep-08 13:31 
Question.NET support for SWA (SOAP with Attachments) Pin
QuaKx16-Sep-08 0:13
QuaKx16-Sep-08 0:13 
AnswerRe: .NET support for SWA (SOAP with Attachments) Pin
AlecJames13-Sep-09 21:35
AlecJames13-Sep-09 21:35 
QuestionDoes garbage collection in .Net multithreaded nowadays? Pin
followait15-Sep-08 14:55
followait15-Sep-08 14:55 
AnswerRe: Does garbage collection in .Net multithreaded nowadays? Pin
Scott Dorman15-Sep-08 16:01
professionalScott Dorman15-Sep-08 16:01 
The GC will still freeze your application's main thread (and any child threads). Due to the way the GC works, this behavior will never change. It freezes the threads so it can "walk" the heap looking for reachable objects. If your application were still running, the GC would always be chasing it's tail and never be able to make any decisions.

Scott Dorman
Microsoft® MVP - Visual C# | MCPD
President - Tampa Bay IASA

[Blog][Articles][Forum Guidelines]
Hey, hey, hey. Don't be mean. We don't have to be mean because, remember, no matter where you go, there you are. - Buckaroo Banzai

GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
followait17-Sep-08 17:46
followait17-Sep-08 17:46 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
Scott Dorman17-Sep-08 17:53
professionalScott Dorman17-Sep-08 17:53 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
Pete O'Hanlon17-Sep-08 22:21
mvePete O'Hanlon17-Sep-08 22:21 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
followait17-Sep-08 22:44
followait17-Sep-08 22:44 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
Pete O'Hanlon19-Sep-08 1:50
mvePete O'Hanlon19-Sep-08 1:50 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
followait19-Sep-08 2:05
followait19-Sep-08 2:05 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
Mark Churchill23-Sep-08 23:59
Mark Churchill23-Sep-08 23:59 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
followait24-Sep-08 1:16
followait24-Sep-08 1:16 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
Pete O'Hanlon24-Sep-08 1:46
mvePete O'Hanlon24-Sep-08 1:46 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
followait24-Sep-08 22:30
followait24-Sep-08 22:30 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
Mark Churchill24-Sep-08 18:43
Mark Churchill24-Sep-08 18:43 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
followait24-Sep-08 22:28
followait24-Sep-08 22:28 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
Mark Churchill25-Sep-08 0:31
Mark Churchill25-Sep-08 0:31 
AnswerRe: Does garbage collection in .Net multithreaded nowadays? Pin
Kevin McFarlane16-Sep-08 8:49
Kevin McFarlane16-Sep-08 8:49 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
followait17-Sep-08 17:47
followait17-Sep-08 17:47 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
Dave Kreskowiak19-Sep-08 7:57
mveDave Kreskowiak19-Sep-08 7:57 
RantApp_Code problem Pin
Richard Jones15-Sep-08 3:35
Richard Jones15-Sep-08 3:35 

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.