Click here to Skip to main content
15,891,375 members
Home / Discussions / C#
   

C#

 
AnswerRe: "LastIndexOf" doubt Pin
Martin#16-Aug-07 20:43
Martin#16-Aug-07 20:43 
AnswerRe: "LastIndexOf" doubt Pin
Hessam Jalali16-Aug-07 20:46
Hessam Jalali16-Aug-07 20:46 
QuestionLoad Testing Pin
73amit16-Aug-07 20:10
73amit16-Aug-07 20:10 
AnswerRe: Load Testing Pin
amitkadamo16-Aug-07 22:53
amitkadamo16-Aug-07 22:53 
Questionexplicit deletion of object Pin
leopard44716-Aug-07 19:29
leopard44716-Aug-07 19:29 
AnswerRe: explicit deletion of object Pin
leoiser16-Aug-07 19:55
leoiser16-Aug-07 19:55 
GeneralRe: explicit deletion of object Pin
seeitsharper16-Aug-07 23:02
seeitsharper16-Aug-07 23:02 
AnswerRe: explicit deletion of object Pin
Scott Dorman17-Aug-07 4:46
professionalScott Dorman17-Aug-07 4:46 
There is no way to "delete" an object in .NET like you do in C or C++. The closest you can get is to call the Dispose method if it's available (or the appropriate equivalent since some classes have a Close method that actualy does the same work as Dispose) and wait for the GC to delete it.

Check out this article Implementing IDisposable and the Dispose Pattern Properly[^] for more details on how to use Disopse.

-----------------------------
In just two days, tomorrow will be yesterday.

http://geekswithblogs.net/sdorman

QuestionRe:Displaying a form window from its (width,0) to (0,0) Pin
RameshwerE16-Aug-07 19:07
RameshwerE16-Aug-07 19:07 
AnswerRe:Displaying a form window from its (width,0) to (0,0) Pin
Assaf8216-Aug-07 19:12
Assaf8216-Aug-07 19:12 
GeneralRe:Displaying a form window from its (width,0) to (0,0) Pin
RameshwerE16-Aug-07 19:30
RameshwerE16-Aug-07 19:30 
GeneralRe:Displaying a form window from its (width,0) to (0,0) Pin
leoiser16-Aug-07 19:52
leoiser16-Aug-07 19:52 
GeneralRe:Displaying a form window from its (width,0) to (0,0) Pin
RameshwerE16-Aug-07 20:22
RameshwerE16-Aug-07 20:22 
GeneralRe:Displaying a form window from its (width,0) to (0,0) Pin
leoiser16-Aug-07 21:14
leoiser16-Aug-07 21:14 
GeneralRe:Displaying a form window from its (width,0) to (0,0) Pin
RameshwerE16-Aug-07 21:40
RameshwerE16-Aug-07 21:40 
GeneralRe:Displaying a form window from its (width,0) to (0,0) [modified] Pin
leoiser16-Aug-07 22:46
leoiser16-Aug-07 22:46 
GeneralRe:Displaying a form window from its (width,0) to (0,0) Pin
RameshwerE16-Aug-07 22:59
RameshwerE16-Aug-07 22:59 
Questionsearch for special sentence in a whole string? Pin
Assaf8216-Aug-07 18:58
Assaf8216-Aug-07 18:58 
AnswerRe: search for special sentence in a whole string? Pin
leoiser16-Aug-07 19:50
leoiser16-Aug-07 19:50 
AnswerRe: search for special sentence in a whole string? Pin
Guffa16-Aug-07 21:36
Guffa16-Aug-07 21:36 
QuestionSave uploaded file to the server Pin
T4AMD16-Aug-07 18:22
T4AMD16-Aug-07 18:22 
AnswerRe: Save uploaded file to the server Pin
Vikram A Punathambekar16-Aug-07 18:28
Vikram A Punathambekar16-Aug-07 18:28 
GeneralRe: Save uploaded file to the server Pin
T4AMD16-Aug-07 19:33
T4AMD16-Aug-07 19:33 
AnswerRe: Save uploaded file to the server Pin
N a r e s h P a t e l16-Aug-07 19:36
N a r e s h P a t e l16-Aug-07 19:36 
GeneralRe: Save uploaded file to the server Pin
T4AMD16-Aug-07 20:02
T4AMD16-Aug-07 20:02 

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.