March 2016
Intermediate to advanced
550 pages
10h 57m
English
This appendix has the answers to the questions in the Test Your Knowledge section at the end of each chapter.
Multiple languages are supported on .NET because each one has a compiler that translates the source code into IL (intermediate language) code. This IL code is then compiled to native CPU instructions at runtime by the CLR.
csc sourcecode.csproject.json file, we type dotnet buildRead now
Unlock full access