Click here to Skip to main content
15,913,055 members
Home / Discussions / C#
   

C#

 
GeneralRe: system hang debug Pin
George_George19-Jan-09 1:28
George_George19-Jan-09 1:28 
AnswerRe: system hang debug [modified] Pin
Luc Pattyn19-Jan-09 1:53
sitebuilderLuc Pattyn19-Jan-09 1:53 
GeneralRe: system hang debug Pin
George_George19-Jan-09 2:05
George_George19-Jan-09 2:05 
AnswerRe: system hang debug Pin
Luc Pattyn19-Jan-09 2:14
sitebuilderLuc Pattyn19-Jan-09 2:14 
GeneralRe: system hang debug Pin
George_George19-Jan-09 2:27
George_George19-Jan-09 2:27 
AnswerRe: system hang debug [modified] Pin
Luc Pattyn19-Jan-09 2:41
sitebuilderLuc Pattyn19-Jan-09 2:41 
GeneralRe: system hang debug Pin
George_George19-Jan-09 2:47
George_George19-Jan-09 2:47 
AnswerRe: system hang debug [modified] Pin
Luc Pattyn19-Jan-09 2:53
sitebuilderLuc Pattyn19-Jan-09 2:53 
George_George wrote:
is it related to my question?


was it part of my reply to your question?


George_George wrote:
.Net does not release resource automatically?


it does, in a lazy way. That is why we have Dispose() and Close() methods, so we can tell it to perform some cleanup sooner hence reducing the load of the app on system resources. When an object no longer needs to be open, you should call Close() if that exists. When an object is no longer needed, you should call Dispose() if that exists, and not touch it any more. That is Kyoto for programmers.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles]

I use ListBoxes for line-oriented text output (not TextBoxes), and PictureBoxes for pictures (not drawings).


modified on Friday, June 10, 2011 12:15 PM

GeneralRe: system hang debug Pin
George_George19-Jan-09 2:56
George_George19-Jan-09 2:56 
AnswerRe: system hang debug [modified] Pin
Luc Pattyn19-Jan-09 3:18
sitebuilderLuc Pattyn19-Jan-09 3:18 
GeneralRe: system hang debug Pin
George_George19-Jan-09 19:20
George_George19-Jan-09 19:20 
AnswerRe: system hang debug [modified] Pin
Luc Pattyn19-Jan-09 21:24
sitebuilderLuc Pattyn19-Jan-09 21:24 
QuestionHow to use design pattern for calling multiple assemblies Pin
mpavas18-Jan-09 19:12
mpavas18-Jan-09 19:12 
AnswerRe: How to use design pattern for calling multiple assemblies Pin
N a v a n e e t h18-Jan-09 19:51
N a v a n e e t h18-Jan-09 19:51 
GeneralRe: How to use design pattern for calling multiple assemblies Pin
mpavas18-Jan-09 23:04
mpavas18-Jan-09 23:04 
GeneralRe: How to use design pattern for calling multiple assemblies Pin
N a v a n e e t h19-Jan-09 14:46
N a v a n e e t h19-Jan-09 14:46 
GeneralRe: How to use design pattern for calling multiple assemblies Pin
mpavas19-Jan-09 18:24
mpavas19-Jan-09 18:24 
QuestionMDI Form Pin
Abdul Rahman Hamidy18-Jan-09 19:05
Abdul Rahman Hamidy18-Jan-09 19:05 
AnswerRe: MDI Form Pin
CodingYoshi18-Jan-09 19:20
CodingYoshi18-Jan-09 19:20 
GeneralRe: MDI Form Pin
Abdul Rahman Hamidy18-Jan-09 19:38
Abdul Rahman Hamidy18-Jan-09 19:38 
GeneralRe: MDI Form Pin
CodingYoshi18-Jan-09 19:46
CodingYoshi18-Jan-09 19:46 
GeneralRe: MDI Form Pin
Abdul Rahman Hamidy18-Jan-09 20:09
Abdul Rahman Hamidy18-Jan-09 20:09 
GeneralRe: MDI Form Pin
CodingYoshi19-Jan-09 3:37
CodingYoshi19-Jan-09 3:37 
GeneralRe: MDI Form Pin
Abdul Rahman Hamidy21-Jan-09 17:57
Abdul Rahman Hamidy21-Jan-09 17:57 
QuestionHow to do Load Baancing for GSM Modem? Pin
Aghosh Babu18-Jan-09 18:48
Aghosh Babu18-Jan-09 18:48 

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.