Related resources for Readonly 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.
  • Constant vs Readonly vs Static Keywords in C#8/20/2014 1:39:11 PM. This article explains the three most commonly used but confusing keywords. I am explaining them in reference to C#.
  • Constant vs Readonly vs Static in C#8/19/2014 12:15:44 AM. This article explains the three most commonly used but confusing keywords. I am explaining them in reference to C#.
C# Language Specification 5.0
This book provides a complete description of the C# language 5.0.
Download