Dev Definitions I

 0    10 informačný list    marcinbalutpoland
stiahnuť mp3 vytlačiť hrať Skontrolujte sa
 
otázka Odpoveď
Reflection
začať sa učiť
Reflection is the ability of a code to access the metadata of the assembly during runtime.
Serialization
začať sa učiť
Serialization is the process of converting an object into a format that can be stored, transmitted, or reconstructed later.
Deserialization
začať sa učiť
Deserialization is the process of converting serialized data, such as binary/ XML/ json data, back into an object.
When to use serialization?
začať sa učiť
It is mostly used in Web API to convert class objects into JSON string.
CTS
začať sa učiť
CTS stands for "Common Type System"
CLS
začať sa učiť
CLS stands for "Common Language Specification"
CLR
začať sa učiť
CLR stands for "Common Language Runtime"
JSON
začať sa učiť
JSON stands for "JavaScript Object Notation'
JIT compiler
začať sa učiť
Just-In-Time compiler
GAC
začať sa učiť
GAC stands for "global assembly cache"

Ak chcete pridať komentár, musíte byť prihlásený.