Answered Questions

  • What is MISL CODE?

    Gaurav Bhutra

    • May 1st, 2013

    An assembly contains CIL code, which is conceptually similar to Java byte code in that it is not compiled to platform specific instructions unit Absolute Necessary. Absolute Necessary is the point at which block of CIL instructions is referenced for use by the .NET runtime

    NAVNEET BANA

    • Aug 12th, 2012

    MISL AND JIT COMPILATION

  • What do you mean by Serialization and Deserialization and it's use.

    asirisha

    • Mar 23rd, 2007

    Serilization: It is the process of maintaning object state in the form of a stream.Deserilization: It is the process of reading the stream and construct the object.Uses:(Remoting Concept)1) making object state persistent2) transmitting the object from one system to another system

    ramzan_06

    • Mar 14th, 2007

    To store the vb.net for data into an xml file is called Serialization. To load data from xml file to vb.net form is called DeSerialization.i have code if some one want just mail me. i will give.