GetHashCode: The Modern Way
Back in the days, we had to use XOR (^) or other cumbersome approaches, overriding GetHashCode function. Something like this: public class Client : IEquatable<Client> »
Back in the days, we had to use XOR (^) or other cumbersome approaches, overriding GetHashCode function. Something like this: public class Client : IEquatable<Client> »
In this blog post I'm going to demystify how C# 6 features work under the hood. I'm going to introduce a feature first and then inspect »
The Goal In this series of posts I'm going to show how to leverage clean code principles when writing functional tests. The Code. At last Here »
The Goal In this series of posts I'm going to show how to leverage clean code principles when writing functional tests. The System Under Test We »
The Goal In this series of posts I'm going to show how to leverage clean code principles when writing functional tests. The Tragedy I've seen a »
The Goal In this series of posts I'm going to show how to leverage clean code principles when writing functional tests. Fluent Interface Navigation between flow »
The Goal In this series of posts I'm going to show how to leverage clean code principles when writing functional tests. The Flow's Context In my »