CLR - .NET Development for ARM Processors

Wed, 01 Aug 2012 10:00:00 GMT

Coding in the .NET Framework means that you don’t normally have to worry about the many differences between ARM and x86-based processors. But there are a few fundamental design differences that may affect your code, as CLR team insider Andrew Pardoe explains here.

Read article

CLR Inside Out - Handling Corrupted State Exceptions

Fri, 23 Jan 2009 10:00:00 GMT

There’s a danger in using one-size-fits-all exception handling, and you need to know how to avoid it by being as specific as possible about how you handle errors.

Read article

CLR Inside Out - Program Silverlight with the CoreCLR

Tue, 29 Jul 2008 10:00:00 GMT

The CoreCLR provides the perfect set of CLR classes and functionality for the Web.

Read article