static, constant and readonly keywords in C#. constant is assigned in compile time. readonly is set in initialization time and then can not be changed.
-
Static Keyword Demystified
a good read.
-
Must Remember: 9 Key Concepts to Keyword ‘Static’
a good read.
- Static Constructor and Performance
- Constant , Readonly and Static in C#
- Microsoft Visual C++ Static and Dynamic Libraries
- Understanding Static Methods and Data
No comments:
Post a Comment