Dev Definitions I

 0    10 kartičky    marcinbalutpoland
stáhnout mp3 Vytisknout hrát zkontrolovat se
 
otázka odpověď
Reflection
začněte se učit
Reflection is the ability of a code to access the metadata of the assembly during runtime.
Serialization
začněte se učit
Serialization is the process of converting an object into a format that can be stored, transmitted, or reconstructed later.
Deserialization
začněte se učit
Deserialization is the process of converting serialized data, such as binary/ XML/ json data, back into an object.
When to use serialization?
začněte se učit
It is mostly used in Web API to convert class objects into JSON string.
CTS
začněte se učit
CTS stands for "Common Type System"
CLS
začněte se učit
CLS stands for "Common Language Specification"
CLR
začněte se učit
CLR stands for "Common Language Runtime"
JSON
začněte se učit
JSON stands for "JavaScript Object Notation'
JIT compiler
začněte se učit
Just-In-Time compiler
GAC
začněte se učit
GAC stands for "global assembly cache"

Chcete-li přidat komentář, musíte se přihlásit.