News

Learn when static methods can’t be unit tested and how to use wrapper classes and the Moq and xUnit frameworks to unit test them when they can When building or working in .NET applications you ...
In C# 9 lambda or anonymous methods can have a static modifier. This article talks about static anonymous functions and why they are useful, using code examples to illustrate the concepts.
Behind C# 4.0's dynamic typing is a delicious irony. Explained Hejlsberg to appreciative laughter: "In C# 4.0 we simply declare a variable whose static type is dynamic." Posted by Michael Desmond on ...
What's the difference between dynamic code analysis and static analysis source code testing? Learn more about the importance of conducting a source code review in this expert response.