Dev Definitions I

 0    10 flashcards    marcinbalutpoland
download mp3 print play test yourself
 
Question Answer
Reflection
start learning
Reflection is the ability of a code to access the metadata of the assembly during runtime.
Serialization
start learning
Serialization is the process of converting an object into a format that can be stored, transmitted, or reconstructed later.
Deserialization
start learning
Deserialization is the process of converting serialized data, such as binary/ XML/ json data, back into an object.
When to use serialization?
start learning
It is mostly used in Web API to convert class objects into JSON string.
CTS
start learning
CTS stands for "Common Type System"
CLS
start learning
CLS stands for "Common Language Specification"
CLR
start learning
CLR stands for "Common Language Runtime"
JSON
start learning
JSON stands for "JavaScript Object Notation'
JIT compiler
start learning
Just-In-Time compiler
GAC
start learning
GAC stands for "global assembly cache"

You must sign in to write a comment