# Visual Studio

What dotnet new Could Be

What the 'dotnet new' CLI command could be if some effort was spent on developing it. I compare it to other templating engines and suggest ideas.

The Dotnet Watch Tool Revisited

The dotnet watch tool is a file watcher for dotnet that restarts the application when changes in the source code are detected. You can use dotnet watch in Visual Studio by using the launchSettings.json configuration file.

A Very Generic .editorconfig File (Updated)

An .editorconfig file helps define and maintain consistent coding styles between different editors and IDEs for files with different file extensions.

The Dotnet Watch Tool

The dotnet watch tool is a file watcher for dotnet that restarts the application when changes in the source code are detected.

Securing the ASP.NET MVC Web.config

The web.config file is insecure in the default ASP.NET MVC project template. This post talks you through securing the ASP.NET MVC Web.config file.