Some keywords that should't be confused...
Both keywords allow the caller of a method to send a reference of a variable, however both have subtle differences that you better take in consideration. These differences have both technical and funcional meaning. Read more
Curiosities of the C# programming language...
The other day while working in some legacy code I discovered that it is possible for two enum values to be the same. Read more
A quick look to some common and hidden conditional operators...
In order to control the flow of your program, C# offers a set of several operators in order to test conditions. In following articles we will see how to act based on this conditions to execute a set of code against other, or, loop for a certain number of times through the a block of code. Read more
A quick look to the basic language statements...
Hello, today I will do a quick post on Simple and Complex C# statements. This is VERY BASIC stuff. However, pay attention to it since you don't want to fall in a pitfall during a certification exam. Better keep our basics firm. Read more