A Fix Release for NMoneys

 
event

It had to happen. I was counting the minutes, the seconds, the… I had my first feedback (positive or negative) for NMoneys. Yeah, it was sort of negative, but a failure never made me happier.

As a result, I made a quick fix of the issue, which is the 1.3.1.0 version.

share
comment
  class ,

Anonymous Delegates, Parameters and Unit Testing

 
event

Anonymous delegates, lambdas and their akin are here to stay and make our life easier.

Despite being in the framework since day one (well, not in their anonymous incarnation and definitely not in their lambda form) delegates have had some sort of “Cambrian explosion” in their usage since the advent of LINQ. More and more developers have been exposed to their benefits and more a more APIs make use of them.

share
comment
  class , ,