.Net FAQ's
.Net FAQ's
Constants: The value can't be changed.
Read-only: The value will be initialized only once from the constructor of the class.
Static: Value can be initialized once.