News

Chances are if you've had many coding interviews you've been presented with a poker problem. Here's a great take from Dr. James McCaffrey of Microsoft Research. This article presents C# code for a ...
Take advantage of array pooling and memory pooling in C# to reduce allocations and improve the performance of your applications Optimal usage of available resources is one of the most important ...
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 might ...