Visual Studio

All articles tagged with Visual Studio.

Variable declaration can be inlined – C#

It’s almost two years since I published the post on the Visual Studio IDE information message: “delegate invocation can be simplified.”

While reviewing some error messages in a new MVC project, I recently learnt something equally as simple and eye-opening.

Software Development Read more


Delegate invocation can be simplified – C#

When you have worked with the same technology day-in, day-out for almost 15 years, it’s easy to miss some of the “under-the-radar” changes that are made without any fan-fare.

This, for me, is one of those in C#.

Software Development Read more