HTML Encode TagHelper in ASP.NET Core 2019-06-27 14:31 UTC .NET .NET Core ASP.NET ASP.NET C# Core HTML Razor For a specific scenario recently, I wanted to display the HTML-encoded output of a TagHelper in ASP.NET Core. So I wanted to use the TagHelper, but not output...
API-Versioning in ASP.NET 2018-08-10 13:02 UTC .NET .NET Core ASP.NET ASP.NET Core C# Projects Routing The ASP.NET Route Versions-library was created after I was inspired by a discussion with a colleague and reading the great article Your API versioning is wrong...
ASP.NET Core MVC SEO-Framework 2017-05-18 17:18 UTC .NET ASP.NET ASP.NET Core Projects SEO Following my last post on my ASP.NET MVC SEO-Framework I started looking at adding support also for ASP.NET Core MVC, with its superior Dependency Injection...
ASP.NET MVC SEO-Framework 2017-01-18 08:37 UTC .NET ASP.NET Projects SEO See also the ASP.NET Core-implementation of this project. For any serious web-application you should always implement a solid Search engine...
NullableGuidConstraint for ASP.NET MVC & WebApi 2015-03-25 07:22 UTC .NET ASP.NET C# Routing Have you ever written a very usable Route-constraint in ASP.NET MVC or in WebAPI than you wanted to share between them both? For example a constraint that...