Click here to Skip to main content
15,896,269 members
Home / Discussions / C#
   

C#

 
AnswerRe: need help with LOOP to display records from Access Database............ Pin
Pete O'Hanlon10-Jul-08 8:58
mvePete O'Hanlon10-Jul-08 8:58 
GeneralRe: need help with LOOP to display records from Access Database............ Pin
Reality Strikes11-Jul-08 5:21
Reality Strikes11-Jul-08 5:21 
AnswerRe: need help with LOOP to display records from Access Database............ Pin
Reality Strikes10-Jul-08 9:12
Reality Strikes10-Jul-08 9:12 
QuestionDestroying Object from memory Pin
Saksida Bojan10-Jul-08 8:44
Saksida Bojan10-Jul-08 8:44 
AnswerRe: Destroying Object from memory Pin
Thomas Stockwell10-Jul-08 10:33
professionalThomas Stockwell10-Jul-08 10:33 
AnswerRe: Destroying Object from memory Pin
Robert.C.Cartaino10-Jul-08 14:32
Robert.C.Cartaino10-Jul-08 14:32 
GeneralRe: Destroying Object from memory Pin
Scott Dorman10-Jul-08 17:02
professionalScott Dorman10-Jul-08 17:02 
AnswerRe: Destroying Object from memory Pin
N a v a n e e t h10-Jul-08 19:32
N a v a n e e t h10-Jul-08 19:32 
CLR does the garbage collection automatically so you don't need to delete the objects manually. CLR invokes garbage collector when there is need for memory.

Saksida Bojan wrote:
I am also importing WinAPI calls.


If you have P-Invoke calls, you should make sure that it gets removed manually once you finish using it. .NET provides an interface "IDisposable" which can be implemented on your classes and can be used for deterministic clean up. Scott has an excellent article here[^]. Take a look at that.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

QuestionMouse event Pin
zeeShan anSari10-Jul-08 8:18
zeeShan anSari10-Jul-08 8:18 
AnswerRe: Mouse event Pin
DaveyM6910-Jul-08 8:29
professionalDaveyM6910-Jul-08 8:29 
QuestionRe: Mouse event Pin
zeeShan anSari10-Jul-08 8:34
zeeShan anSari10-Jul-08 8:34 
AnswerRe: Mouse event Pin
TheFM23410-Jul-08 9:48
TheFM23410-Jul-08 9:48 
AnswerRe: Mouse event Pin
PIEBALDconsult10-Jul-08 8:46
mvePIEBALDconsult10-Jul-08 8:46 
QuestionSimple Regex question Pin
kozu10-Jul-08 8:13
kozu10-Jul-08 8:13 
AnswerRe: Simple Regex question Pin
Jimmanuel10-Jul-08 8:26
Jimmanuel10-Jul-08 8:26 
AnswerRe: Simple Regex question Pin
User 665810-Jul-08 8:38
User 665810-Jul-08 8:38 
AnswerRe: Simple Regex question Pin
Daniel Grunwald10-Jul-08 8:44
Daniel Grunwald10-Jul-08 8:44 
AnswerRe: Simple Regex question Pin
jas0n2311-Apr-09 22:39
jas0n2311-Apr-09 22:39 
QuestionCreate a SQL like activity monitor Pin
Kit Fisto10-Jul-08 6:58
Kit Fisto10-Jul-08 6:58 
AnswerRe: Create a SQL like activity monitor Pin
Ashfield10-Jul-08 9:30
Ashfield10-Jul-08 9:30 
QuestionHow to read txt file and open DataBase Pin
Admin88710-Jul-08 6:10
Admin88710-Jul-08 6:10 
AnswerRe: How to read txt file and open DataBase Pin
Saksida Bojan10-Jul-08 8:38
Saksida Bojan10-Jul-08 8:38 
QuestionCan someone help me to find the equivalent Linq expressions? Pin
Michael Sync10-Jul-08 6:04
Michael Sync10-Jul-08 6:04 
AnswerRe: Can someone help me to find the equivalent Linq expressions? Pin
Michael Sync10-Jul-08 16:20
Michael Sync10-Jul-08 16:20 
Questionevents adding and removing Pin
netJP12L10-Jul-08 5:49
netJP12L10-Jul-08 5:49 

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.