As a programmer, we all should be aware that keywords of a programming language cannot be used as identifiers. That is the case for C# as well. We cannot use a keyword as an identifier. Continue reading “How to avoid conflicts with keywords in C#”
As a programmer, we all should be aware that keywords of a programming language cannot be used as identifiers. That is the case for C# as well. We cannot use a keyword as an identifier. Continue reading “How to avoid conflicts with keywords in C#”