Dev Definitions I

 0    10 flashcards    marcinbalutpoland
tải về mp3 In chơi tự kiểm tra
 
câu hỏi câu trả lời
Reflection
bắt đầu học
Reflection is the ability of a code to access the metadata of the assembly during runtime.
Serialization
bắt đầu học
Serialization is the process of converting an object into a format that can be stored, transmitted, or reconstructed later.
Deserialization
bắt đầu học
Deserialization is the process of converting serialized data, such as binary/ XML/ json data, back into an object.
When to use serialization?
bắt đầu học
It is mostly used in Web API to convert class objects into JSON string.
CTS
bắt đầu học
CTS stands for "Common Type System"
CLS
bắt đầu học
CLS stands for "Common Language Specification"
CLR
bắt đầu học
CLR stands for "Common Language Runtime"
JSON
bắt đầu học
JSON stands for "JavaScript Object Notation'
JIT compiler
bắt đầu học
Just-In-Time compiler
GAC
bắt đầu học
GAC stands for "global assembly cache"

Bạn phải đăng nhập để đăng bình luận.