Serialize class Property as CDATA in Xml
Curiosities of the C# programming language...
The following post will explain to you how to serialize an object into XML including a CDATA Xml field. Read more
Curiosities of the C# programming language...
The following post will explain to you how to serialize an object into XML including a CDATA Xml field. Read more
Curiosities of the C# programming language...
The var keyword might appear a little bit deceiving sometimes, specially when involving Linq in the equation. Some developers (particularly novice ones) can't seem to draw the line between two things that are separate concepts. So, what is the best practice when using var in C#? 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