Dev Definitions I

 0    10 fiche    marcinbalutpoland
ladda ner mp3 skriva ut spela Kontrollera dig själv
 
Fråga Svar
Reflection
börja lära sig
Reflection is the ability of a code to access the metadata of the assembly during runtime.
Serialization
börja lära sig
Serialization is the process of converting an object into a format that can be stored, transmitted, or reconstructed later.
Deserialization
börja lära sig
Deserialization is the process of converting serialized data, such as binary/ XML/ json data, back into an object.
When to use serialization?
börja lära sig
It is mostly used in Web API to convert class objects into JSON string.
CTS
börja lära sig
CTS stands for "Common Type System"
CLS
börja lära sig
CLS stands for "Common Language Specification"
CLR
börja lära sig
CLR stands for "Common Language Runtime"
JSON
börja lära sig
JSON stands for "JavaScript Object Notation'
JIT compiler
börja lära sig
Just-In-Time compiler
GAC
börja lära sig
GAC stands for "global assembly cache"

Du måste vara inloggad för att skriva en kommentar.