Dev Definitions I

 0    10 fiszek    marcinbalutpoland
ściągnij mp3 drukuj graj sprawdź się
 
Pytanie Odpowiedź
Reflection
rozpocznij naukę
Reflection is the ability of a code to access the metadata of the assembly during runtime.
Serialization
rozpocznij naukę
Serialization is the process of converting an object into a format that can be stored, transmitted, or reconstructed later.
Deserialization
rozpocznij naukę
Deserialization is the process of converting serialized data, such as binary/ XML/ json data, back into an object.
When to use serialization?
rozpocznij naukę
It is mostly used in Web API to convert class objects into JSON string.
CTS
rozpocznij naukę
CTS stands for "Common Type System"
CLS
rozpocznij naukę
CLS stands for "Common Language Specification"
CLR
rozpocznij naukę
CLR stands for "Common Language Runtime"
JSON
rozpocznij naukę
JSON stands for "JavaScript Object Notation'
JIT compiler
rozpocznij naukę
Just-In-Time compiler
GAC
rozpocznij naukę
GAC stands for "global assembly cache"

Musisz się zalogować, by móc napisać komentarz.