Author: Nicola

Resharper shortcuts I cannot live without

I’ve had to recently renew my personal license for Resharper Ultimate and I realised it’s been almost 8 years now since I started using Resharper with Visual Studio. Yes, 8 years. This tool is so good I can’t code (and therefore live) without Resharper installed. I know that Visual Studio 2017 has upped its game

Dependency Injection with Unity in an ASP.NET application

You will find lots of articles regarding Dependency Injection and why you should implement this design pattern. While this post is not about the “why” but the “how”, my two cents to “why do it” is below: Code becomes easily testable Components/layers are decoupled Overall promotes maintainability and good software practice This post will guide