.NET CLR Explained

added by Ricardo Peres
11/23/2015 12:49:20 PM

490 Views

Overview This post aims to provide a summary cheat sheet that outlines the .NET CLR, its key components and features, and inner workings as a frame of reference for developers of every calibre. Key Points Provides services such as garbage-collection, exception-handling, debugging, and security Compilers output metadata in a format recognisable by the CLR Executes...


0 comments