Dev Definitions I

 0    10 карточки    marcinbalutpoland
скачать mp3 Печать играть Проверьте себя
 
Вопрос Ответ
Reflection
начать обучение
Reflection is the ability of a code to access the metadata of the assembly during runtime.
Serialization
начать обучение
Serialization is the process of converting an object into a format that can be stored, transmitted, or reconstructed later.
Deserialization
начать обучение
Deserialization is the process of converting serialized data, such as binary/ XML/ json data, back into an object.
When to use serialization?
начать обучение
It is mostly used in Web API to convert class objects into JSON string.
CTS
начать обучение
CTS stands for "Common Type System"
CLS
начать обучение
CLS stands for "Common Language Specification"
CLR
начать обучение
CLR stands for "Common Language Runtime"
JSON
начать обучение
JSON stands for "JavaScript Object Notation'
JIT compiler
начать обучение
Just-In-Time compiler
GAC
начать обучение
GAC stands for "global assembly cache"

Вы должны войти в свой аккаунт чтобы написать комментарий.