Dev Definitions I

 0    10 tarjetas    marcinbalutpoland
descargar mp3 imprimir jugar test de práctica
 
término definición
Reflection
empezar lección
Reflection is the ability of a code to access the metadata of the assembly during runtime.
Serialization
empezar lección
Serialization is the process of converting an object into a format that can be stored, transmitted, or reconstructed later.
Deserialization
empezar lección
Deserialization is the process of converting serialized data, such as binary/ XML/ json data, back into an object.
When to use serialization?
empezar lección
It is mostly used in Web API to convert class objects into JSON string.
CTS
empezar lección
CTS stands for "Common Type System"
CLS
empezar lección
CLS stands for "Common Language Specification"
CLR
empezar lección
CLR stands for "Common Language Runtime"
JSON
empezar lección
JSON stands for "JavaScript Object Notation'
JIT compiler
empezar lección
Just-In-Time compiler
GAC
empezar lección
GAC stands for "global assembly cache"

Debes iniciar sesión para poder comentar.