Submitted Questions

  • What are CLR generations ?

    raghav

    • Nov 1st, 2012

    This is the concept of memory management and it is handled by garbage collector(GC) of CLR. GC cleans up the unused managed objects and for this it performs collections and the objects will be placed...

    jamil

    • Sep 7th, 2012

    Common Language Runtime which responsible of convert Microsoft Intermediate language to Machine Language by run the Just In Time Compiler.