Dev Definitions I

 0    10 cartonașe    marcinbalutpoland
descarcă mp3 printează joacă Testează-te
 
Întrebare Răspuns
Reflection
începe să înveți
Reflection is the ability of a code to access the metadata of the assembly during runtime.
Serialization
începe să înveți
Serialization is the process of converting an object into a format that can be stored, transmitted, or reconstructed later.
Deserialization
începe să înveți
Deserialization is the process of converting serialized data, such as binary/ XML/ json data, back into an object.
When to use serialization?
începe să înveți
It is mostly used in Web API to convert class objects into JSON string.
CTS
începe să înveți
CTS stands for "Common Type System"
CLS
începe să înveți
CLS stands for "Common Language Specification"
CLR
începe să înveți
CLR stands for "Common Language Runtime"
JSON
începe să înveți
JSON stands for "JavaScript Object Notation'
JIT compiler
începe să înveți
Just-In-Time compiler
GAC
începe să înveți
GAC stands for "global assembly cache"

Trebuie să te autentifici pentru a posta un comentariu.