-
Sponsored by Nick Chapsas—Want to learn how to build elegant REST APIs in .NET? Get 5% off Nick's latest course "From Zero to Hero: REST APIs in .NET"!
-
My new book ASP.NET Core in Action, Third Edition is available now! It supports .NET 7.0, and is available as an eBook or paperback. You even get a free copy of the previous editions of ASP.NET Core in Action!
-
How to stop Visual Studio from creating launchsettings.json
In this post I show how to stop Visual Studio from automatically creating launchsettings.json files for your test projects…
-
Generating .editorconfig files automatically using IntelliCode
In this post I show how to install the IntelliCode extension in Visual Studio, and how to use it to generate an EditorConfig file from your code.…
-
Including linked files from outside the project directory in ASP.NET Core
In this post I show how to include files in a project that are outside the project directory…
-
Creating a .NET Standard Roslyn Analyzer in Visual Studio 2017
In this post, I give a brief introduction to Roslyn analyzers, what they're for, and how to create a simple analyzer in Visual Studio 2017.…
-
The SDK 'Microsoft.Net.Sdk.Web' specified could not be found
This article describes how to fix "The SDK 'Microsoft.Net.Sdk.Web' specified could not be found" when creating ASP.NET Core 2.0 projects in VS 2017 15.3.…
-
Git integration improvements in Visual Studio 2017 - git-hooks
VS 2017 includes a number of improvements to git integration. In this post I show how you can use git-hooks to validate your commit message format.…
in Visual Studio Git