Dev Definitions I

 0    10 schede    marcinbalutpoland
Scarica mp3 Stampa Gioca Testa il tuo livello
 
Domanda Risposta
Reflection
inizia ad imparare
Reflection is the ability of a code to access the metadata of the assembly during runtime.
Serialization
inizia ad imparare
Serialization is the process of converting an object into a format that can be stored, transmitted, or reconstructed later.
Deserialization
inizia ad imparare
Deserialization is the process of converting serialized data, such as binary/ XML/ json data, back into an object.
When to use serialization?
inizia ad imparare
It is mostly used in Web API to convert class objects into JSON string.
CTS
inizia ad imparare
CTS stands for "Common Type System"
CLS
inizia ad imparare
CLS stands for "Common Language Specification"
CLR
inizia ad imparare
CLR stands for "Common Language Runtime"
JSON
inizia ad imparare
JSON stands for "JavaScript Object Notation'
JIT compiler
inizia ad imparare
Just-In-Time compiler
GAC
inizia ad imparare
GAC stands for "global assembly cache"

Devi essere accedere per pubblicare un commento.