Unit Test – How to manage correctly a Date type variable
In this post, we will see how to manage correctly a Date type variable.Many times in our code, when we have to define a variable with the current date and time, we use Datetime.Now… or at least, this is what I do…..In theory this is correct but, if we have to set up something based… Read More »