View on GitHub

Bearded-android-docs

MigratingFromJava4

Download this project as a .zip file Download this project as a tar.gz file

Created Thursday 23 January 2014

Build Process

Java and C# have a similar build processes.

In Java:

In C#:

Common Language Runtime

The common language runtime (CLR) is the heart of .NET Framework and provides the execution environment for all .NET Framework code. The CLR provides various functions and services required for program execution, including just-in-time (JIT) compilation, allocating and managing memory, enforcing type safety, exception handling, thread management, and security.

The CLR is a virtual machine. The CLR has a set of low-level operations it can perform, a set of memory services, and an assembly language to define executable programs (the intermediate language or IL).

Resources


No backlinks to this page.
comments powered by Disqus