Technical Overview of the CLR
This article talks about CLI, which is a language that is compared to JVM. I liked very much how it speaks to us in detail about the most important features of this language. First, it tells us about the portability, efficiency and flexibility of this language. He also talks about architecture. One of the concepts I didn't know is assembly which refers to the set of files containing MSIL code and metadata, which serves as the primary unit of a software component in CLI. It also tells us about the types of data it handles, and especially about syntax. It is quite interesting as with the knowledge acquired in the career of system engineering, I can recognize the parts of a code of an unknown language, without knowing exactly their syntax. I think this is because we know the basic concepts of programming and what makes one language different from another is its syntax. The syntax became something strange to me, it is not something very common that I see, but after reading th