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

.NET (Core and Framework)

 
AnswerRe: Problem with sending fax from windows service Pin
Ian Gillies26-Aug-11 14:54
Ian Gillies26-Aug-11 14:54 
QuestionCannot connect to Access DB after installing Teradata Pin
Soulus836-Jul-11 10:28
Soulus836-Jul-11 10:28 
AnswerRe: Cannot connect to Access DB after installing Teradata Pin
Roger Wright6-Jul-11 12:23
professionalRoger Wright6-Jul-11 12:23 
AnswerRe: Cannot connect to Access DB after installing Teradata Pin
Shameel11-Jul-11 21:37
professionalShameel11-Jul-11 21:37 
QuestionMessage Removed Pin
6-Jul-11 5:16
professionalN_tro_P6-Jul-11 5:16 
AnswerRe: Can an Action cause a Memory Leak like an Event Handler PinPopular
Ian Shlasko6-Jul-11 5:39
Ian Shlasko6-Jul-11 5:39 
GeneralRe: Can an Action cause a Memory Leak like an Event Handler Pin
#realJSOP6-Jul-11 9:51
mve#realJSOP6-Jul-11 9:51 
AnswerRe: Can an Action cause a Memory Leak like an Event Handler Pin
MicroVirus12-Jul-11 5:53
MicroVirus12-Jul-11 5:53 
The .NET garbage collector is actually quite good. It can clean up objects that are holding links to each other (keeping each other alive via A holds a reference to B and B holds a reference to A again).

When this pair gets orphaned from the memory root(s) (i.e. there is no path of references from the base-objects of the program to the A-B pair) then the garbage collector will see that this pair is cut off from the rest of the program and thus clean it up (as always, when this clean up is done is not predictable).
AnswerRe: Can an Action cause a Memory Leak like an Event Handler Pin
RobCroll15-Jul-11 7:08
RobCroll15-Jul-11 7:08 
QuestionIncluding CSS Stylesheet file from HTML When Used as a Resource [modified] Pin
JonathanCarling4-Jul-11 3:37
JonathanCarling4-Jul-11 3:37 
AnswerRe: Including CSS Stylesheet file from HTML When Used as a Resource Pin
Shameel4-Jul-11 4:41
professionalShameel4-Jul-11 4:41 
GeneralRe: Including CSS Stylesheet file from HTML When Used as a Resource Pin
JonathanCarling4-Jul-11 5:26
JonathanCarling4-Jul-11 5:26 
GeneralRe: Including CSS Stylesheet file from HTML When Used as a Resource Pin
Shameel4-Jul-11 7:48
professionalShameel4-Jul-11 7:48 
AnswerRe: Including CSS Stylesheet file from HTML When Used as a Resource Pin
#realJSOP6-Jul-11 10:02
mve#realJSOP6-Jul-11 10:02 
QuestionPlugins for Application Pin
Xmen Real 27-Jun-11 7:07
professional Xmen Real 27-Jun-11 7:07 
AnswerRe: Plugins for Application Pin
#realJSOP27-Jun-11 15:43
mve#realJSOP27-Jun-11 15:43 
GeneralRe: Plugins for Application Pin
Xmen Real 27-Jun-11 15:56
professional Xmen Real 27-Jun-11 15:56 
GeneralRe: Plugins for Application Pin
Not Active28-Jun-11 1:48
mentorNot Active28-Jun-11 1:48 
GeneralRe: Plugins for Application Pin
Xmen Real 28-Jun-11 1:50
professional Xmen Real 28-Jun-11 1:50 
GeneralRe: Plugins for Application Pin
Not Active28-Jun-11 2:15
mentorNot Active28-Jun-11 2:15 
AnswerRe: Plugins for Application PinPopular
Not Active28-Jun-11 1:47
mentorNot Active28-Jun-11 1:47 
GeneralRe: Plugins for Application Pin
Pete O'Hanlon28-Jun-11 3:33
mvePete O'Hanlon28-Jun-11 3:33 
GeneralRe: Plugins for Application Pin
Not Active28-Jun-11 3:37
mentorNot Active28-Jun-11 3:37 
GeneralRe: Plugins for Application Pin
Xmen Real 28-Jun-11 4:39
professional Xmen Real 28-Jun-11 4:39 
GeneralRe: Plugins for Application Pin
Dave Kreskowiak28-Jun-11 4:45
mveDave Kreskowiak28-Jun-11 4:45 

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.