Dev Definitions I

 0    10 fiche    marcinbalutpoland
Télécharger mP3 Imprimer jouer consultez
 
question réponse
Reflection
commencer à apprendre
Reflection is the ability of a code to access the metadata of the assembly during runtime.
Serialization
commencer à apprendre
Serialization is the process of converting an object into a format that can be stored, transmitted, or reconstructed later.
Deserialization
commencer à apprendre
Deserialization is the process of converting serialized data, such as binary/ XML/ json data, back into an object.
When to use serialization?
commencer à apprendre
It is mostly used in Web API to convert class objects into JSON string.
CTS
commencer à apprendre
CTS stands for "Common Type System"
CLS
commencer à apprendre
CLS stands for "Common Language Specification"
CLR
commencer à apprendre
CLR stands for "Common Language Runtime"
JSON
commencer à apprendre
JSON stands for "JavaScript Object Notation'
JIT compiler
commencer à apprendre
Just-In-Time compiler
GAC
commencer à apprendre
GAC stands for "global assembly cache"

Vous devez vous connecter pour poster un commentaire.