Dev Definitions I

 0    10 fiche    marcinbalutpoland
baixar mp3 Imprimir jogar verifique-se
 
questão resposta
Reflection
começar a aprender
Reflection is the ability of a code to access the metadata of the assembly during runtime.
Serialization
começar a aprender
Serialization is the process of converting an object into a format that can be stored, transmitted, or reconstructed later.
Deserialization
começar a aprender
Deserialization is the process of converting serialized data, such as binary/ XML/ json data, back into an object.
When to use serialization?
começar a aprender
It is mostly used in Web API to convert class objects into JSON string.
CTS
começar a aprender
CTS stands for "Common Type System"
CLS
começar a aprender
CLS stands for "Common Language Specification"
CLR
começar a aprender
CLR stands for "Common Language Runtime"
JSON
começar a aprender
JSON stands for "JavaScript Object Notation'
JIT compiler
começar a aprender
Just-In-Time compiler
GAC
começar a aprender
GAC stands for "global assembly cache"

Você deve entrar para postar um comentário.