Answered Questions

  • what is reflaction in C#.net?

    Ehanthalingam.G

    • Mar 7th, 2006

    A compiler for the common language runtime (CLR) will generate metadata during compilation and store the metadata (in a binary format) directly into assemblies and modules to avoid irregularities.Refl...

    Ashish Sarangi

    • Feb 23rd, 2006

    Whenever we compile a programme under framework architecture we get assembly in form of exe or dll(which contains the IL & Metadata). Within the Metadat all the information about the class is reta...