How to debug lambdas in Visual Studio
Master your IDE...
Debugging lambdas in Visual Studio is simple (but tricky). Read more
Master your IDE...
Debugging lambdas in Visual Studio is simple (but tricky). Read more
A catchy question during an interview...
What is the purpose of having two actions in c# that seem to do the same? On one side we have the typeof() keyword and on the other side the GetType() method. Read more
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