C# C# const, static, readonly: An IL Deep Dive This post is a deep dive into what happens at the IL (Intermediate Language) level when the C# keywords const, static, and readonly are used for fields and properties.
C# Viewing IL Generated by the C# Compiler With ILSpy ILSpy makes it easy to view decompiled IL that was generated by the C# compiler. This post will walk you through the few short steps needed to see your IL code.