Dev Definitions I

 0    10 fiche    marcinbalutpoland
laste ned mp3 Skriv ut spille sjekk deg selv
 
spørsmålet svaret
Reflection
begynn å lære
Reflection is the ability of a code to access the metadata of the assembly during runtime.
Serialization
begynn å lære
Serialization is the process of converting an object into a format that can be stored, transmitted, or reconstructed later.
Deserialization
begynn å lære
Deserialization is the process of converting serialized data, such as binary/ XML/ json data, back into an object.
When to use serialization?
begynn å lære
It is mostly used in Web API to convert class objects into JSON string.
CTS
begynn å lære
CTS stands for "Common Type System"
CLS
begynn å lære
CLS stands for "Common Language Specification"
CLR
begynn å lære
CLR stands for "Common Language Runtime"
JSON
begynn å lære
JSON stands for "JavaScript Object Notation'
JIT compiler
begynn å lære
Just-In-Time compiler
GAC
begynn å lære
GAC stands for "global assembly cache"

Du må logge inn for å legge inn en kommentar.