Dev Definitions I

 0    10 adatlap    marcinbalutpoland
letöltés mp3 Nyomtatás játszik ellenőrizze magát
 
kérdés válasz
Reflection
kezdjen tanulni
Reflection is the ability of a code to access the metadata of the assembly during runtime.
Serialization
kezdjen tanulni
Serialization is the process of converting an object into a format that can be stored, transmitted, or reconstructed later.
Deserialization
kezdjen tanulni
Deserialization is the process of converting serialized data, such as binary/ XML/ json data, back into an object.
When to use serialization?
kezdjen tanulni
It is mostly used in Web API to convert class objects into JSON string.
CTS
kezdjen tanulni
CTS stands for "Common Type System"
CLS
kezdjen tanulni
CLS stands for "Common Language Specification"
CLR
kezdjen tanulni
CLR stands for "Common Language Runtime"
JSON
kezdjen tanulni
JSON stands for "JavaScript Object Notation'
JIT compiler
kezdjen tanulni
Just-In-Time compiler
GAC
kezdjen tanulni
GAC stands for "global assembly cache"

Kommentár közzétételéhez be kell jelentkeznie.