Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
D

devin123

@devin123
About
Posts
15
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to reclaim the memory manually
    D devin123

    Thka colin for your help.

    C# performance tutorial question

  • NULL
    D devin123

    Thanks Christian, for your help. Devin

    C# performance

  • NULL
    D devin123

    So dispose does not directly reclaims the memory. It helps GC in more efficient GarbageCollection

    C# performance

  • GC
    D devin123

    Thanks this helped me a lot. Devin

    C# performance

  • NULL
    D devin123

    So you meant to say that using dispose, we can manually reclaim the memory and also the resouces

    C# performance

  • GC
    D devin123

    Ok. But I can force GC by GC.Collect(). Thanks Devin.

    C# performance

  • NULL
    D devin123

    But dispose only releases the resources, it does not reclaims the memory.

    C# performance

  • GC
    D devin123

    WIll GC only fress memory if there are other apps which needs more memory. If there is enough free space it will not free memory. Is it right.

    C# performance

  • How to reclaim the memory manually
    D devin123

    I think using GC.Collect we achieve finalization not memory reclaimation. Is I am right. Explain.

    C# performance tutorial question

  • NULL
    D devin123
    1. But I am helping the GC telling the object has no reference, instead of GC finding itself. Is I am not gaining the performance? 2) So I can set a large object to null to achieve performance gain
    C# performance

  • How to reclaim the memory manually
    D devin123

    Then what does, GC.Collect() do what is differnce between them Devin

    C# performance tutorial question

  • NULL
    D devin123

    Can I Set an object to null in the middle of the method, when I found that I I am done using it. Will I achieve performance.

    C# performance

  • setting an object to null, what happens?
    D devin123

    That helped me.

    C# performance question

  • setting an object to null, what happens?
    D devin123

    Hi, After I am done with the object, when I set that object to null, what I am doing there. (Is it, I am setting manually no references to the object or I am reclaming the memory used by the object or I am doing both) Thanks Devin.

    C# performance question

  • How to reclaim the memory manually
    D devin123

    Hi, I know GC does memory management manually. If i want to manually reclaim the memory of an object, how can I do it. Thanks Devin

    C# performance tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups