A public const or enum is part of an interface. Changing their values can break others who use the const or enum.
Tag Archives: .Net
.Net Framework Native Image and Troubleshooting
A native image can improve .Net application performance. Learn how to generate native image in .Net framework and how to troubleshoot problems.
C# Variant on Struct
Learn what C# covariant and contravariant are and that it’s not applied to struct.