Dev Definitions I

 0    10 flashcards    marcinbalutpoland
mp3 indir Baskı oynamak kendini kontrol et
 
soru cevap
Reflection
öğrenmeye başla
Reflection is the ability of a code to access the metadata of the assembly during runtime.
Serialization
öğrenmeye başla
Serialization is the process of converting an object into a format that can be stored, transmitted, or reconstructed later.
Deserialization
öğrenmeye başla
Deserialization is the process of converting serialized data, such as binary/ XML/ json data, back into an object.
When to use serialization?
öğrenmeye başla
It is mostly used in Web API to convert class objects into JSON string.
CTS
öğrenmeye başla
CTS stands for "Common Type System"
CLS
öğrenmeye başla
CLS stands for "Common Language Specification"
CLR
öğrenmeye başla
CLR stands for "Common Language Runtime"
JSON
öğrenmeye başla
JSON stands for "JavaScript Object Notation'
JIT compiler
öğrenmeye başla
Just-In-Time compiler
GAC
öğrenmeye başla
GAC stands for "global assembly cache"

Yorum yapmak için giriş yapmalısınız.