Posts about the Visual Studio integrated development environment.

Default includes and excludes for csproj

14 Jul 2018 visual-studio

In an earlier post, I detailed how I converted a personal project across to the new csproj file format - it turns out that I made a few mistakes in the process.

Converting projects to new csproj

2 Jun 2018 visual-studio

I’m sure I’m not the only experienced C# developer who finds the classic csproj file format to be more than a little inscrutable - difficult to read and understand.

Custom Inspection Patterns in Resharper

8 Jul 2017 visual-studio

I’m converting my Niche CommandLine library across to use Fluent Assertions. This means updating well over a hundred unit tests to use the new style. Fortunately, Resharper makes this a non-tedious task.

Why Monospaced Fonts?

24 Jan 2016 visual-studio

Why is it that most developers use a monospaced font for their code?

Visual Studio and IIS Autoconfiguration

23 Mar 2014 visual-studio

Visual Studio has a nice feature where it can automatically reconfigure IIS for you when you run a suitable “services” project.