Dev Definitions I

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

Sie müssen eingeloggt sein, um einen Kommentar zu schreiben.