
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.
An .editorconfig file helps define and maintain consistent coding styles between different editors and IDEs for files with different file extensions.
Keeping up with the changes in the software development industry always feels like a losing battle.
Schema.NET is Schema.org objects turned into strongly typed C# POCO classes for use in .NET.
Move your ASP.NET Core MVC action method logic into lazily loaded commands using the command pattern, to reduce Controller complexity.
How to add feature selection to your dotnet new template using symbols (bool, string, choice, computed) and pre-processor directives.
I show how to make the new Visual Studio 2017 .NET Core based csproj XML concise and pretty for hand editing.
Learn how to use Cake, AppVeyor and Travis CI continuous integration build systems to perform cross-platform DevOps for .NET Core based projects.
How to create project templates using dotnet new and the template.json file. How to share project templates by creating NuGet packages.
Should you use Reactive Extensions (Rx) to do timeouts in .NET? It turns out it's better to use CancellationTokenSource in the Task Parallel Library (TPL).
An SEO friendly URL is human readable and gives your site a higher page rank. Learn how to implement SEO friendly URL's using ASP.NET Core.