As we know we have two ways to set a variable value to an empty string.
We can just set it to empty quotes “” or set it to string.Empty, but what is the difference and is there one at all ?
Read more…
VN:F [1.9.16_1159]
Rating: 4.2/5 (9 votes cast)
I’ve noticed that most of the c# developers i’am talking to, know exactly what “public”, “private”, “protected” and “internal” access modifiers mean and how to use them, but when it comes to “protected internal” they start guessing the answer and it’s never the right one.
Read more…
VN:F [1.9.16_1159]
Rating: 4.8/5 (17 votes cast)
The following are two simple questions related to C# inheritance.
Please try to give an answer without executing the code, otherwise where is the fun part ?
Read more…
VN:F [1.9.16_1159]
Rating: 4.6/5 (5 votes cast)
Recent Comments