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

.NET (Core and Framework)

 
AnswerRe: urgent framework Pin
Christian Graus23-Aug-07 1:16
protectorChristian Graus23-Aug-07 1:16 
AnswerRe: urgent framework Pin
Vasudevan Deepak Kumar23-Aug-07 1:55
Vasudevan Deepak Kumar23-Aug-07 1:55 
QuestionFramework 3.0 Pin
jayarajmrj22-Aug-07 23:50
jayarajmrj22-Aug-07 23:50 
AnswerRe: Framework 3.0 Pin
Christian Graus23-Aug-07 0:24
protectorChristian Graus23-Aug-07 0:24 
QuestionGarbage Collector don't joke! Pin
myshketer22-Aug-07 22:23
myshketer22-Aug-07 22:23 
AnswerRe: Garbage Collector don't joke! Pin
Colin Angus Mackay22-Aug-07 23:42
Colin Angus Mackay22-Aug-07 23:42 
GeneralRe: Garbage Collector don't joke! Pin
myshketer23-Aug-07 1:26
myshketer23-Aug-07 1:26 
GeneralRe: Garbage Collector don't joke! Pin
Scott Dorman23-Aug-07 3:24
professionalScott Dorman23-Aug-07 3:24 
There are better ways to do this other than calling GC.Collect(). Ideally, you should wrap the COM object you are using in a wrapper class that implmenets the IDisposable interface and the Dispose pattern. This wrapper class should have the responsibility of explicitly releasing (freeing) the the COM object when it is disposed.


Scott.

—In just two days, tomorrow will be yesterday.

[Forum Guidelines] [Articles] [Blog]

GeneralRe: Garbage Collector don't joke! Pin
Vaibhav Sharma26-Aug-07 17:41
Vaibhav Sharma26-Aug-07 17:41 
GeneralRe: Garbage Collector don't joke! Pin
myshketer26-Aug-07 22:43
myshketer26-Aug-07 22:43 
QuestionHow to build .Net 3.0 from .Net 2.0 Pin
jayarajmrj22-Aug-07 22:21
jayarajmrj22-Aug-07 22:21 
AnswerRe: How to build .Net 3.0 from .Net 2.0 Pin
Colin Angus Mackay22-Aug-07 23:44
Colin Angus Mackay22-Aug-07 23:44 
Questionreading a string from a txt file & insert it in a database table? Pin
starist22-Aug-07 11:30
starist22-Aug-07 11:30 
AnswerRe: reading a string from a txt file & insert it in a database table? Pin
Vaibhav Sharma26-Aug-07 17:51
Vaibhav Sharma26-Aug-07 17:51 
QuestionHow to hide that appears when .net is not installed? Pin
ctoma200522-Aug-07 4:28
ctoma200522-Aug-07 4:28 
AnswerRe: How to hide that appears when .net is not installed? Pin
Vasudevan Deepak Kumar22-Aug-07 5:22
Vasudevan Deepak Kumar22-Aug-07 5:22 
QuestionRe: How to hide that appears when .net is not installed? Pin
ctoma200522-Aug-07 21:00
ctoma200522-Aug-07 21:00 
AnswerRe: How to hide that appears when .net is not installed? Pin
Vasudevan Deepak Kumar23-Aug-07 2:22
Vasudevan Deepak Kumar23-Aug-07 2:22 
GeneralRe: How to hide that appears when .net is not installed? Pin
ctoma200523-Aug-07 2:35
ctoma200523-Aug-07 2:35 
QuestionCompilation of DLLS in Framework 2.0 Pin
natehc21-Aug-07 23:50
natehc21-Aug-07 23:50 
Questionquestion about using GET to get an image Pin
rob_ellis21-Aug-07 17:15
rob_ellis21-Aug-07 17:15 
QuestionAdding items to the Controlbox Pin
jamesrgoodwin21-Aug-07 6:24
jamesrgoodwin21-Aug-07 6:24 
AnswerRe: Adding items to the Controlbox Pin
Luc Pattyn21-Aug-07 12:31
sitebuilderLuc Pattyn21-Aug-07 12:31 
QuestionVista and the JIT Debugger Pin
#realJSOP21-Aug-07 5:08
professional#realJSOP21-Aug-07 5:08 
AnswerRe: Vista and the JIT Debugger Pin
Rama Krishna Vavilala22-Aug-07 8:59
Rama Krishna Vavilala22-Aug-07 8:59 

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.