Related resources for const in C#
  • Const vs Readonly in C#6/27/2017 6:52:24 AM. This article explains const vs readonly in C#. Basic difference between const vs readonly is that one needs to be assigned a value at compile time and the other at run time.
  • Const and Readonly Keywords in C#4/17/2014 7:44:24 PM. This article explains the const and readonly keywords in depth as well as a bit on the ildasm.