#aspnet-core | #aspnet-core-mvc March 19, 2019 Customising URL generation in ASP.NET Core MVC This post explains how to use overload of the IUrlHelper interface to customise aspects of generated route URLs such as host, port and path.
#aspnet-core | #aspnet-core-mvc | #apis December 4, 2016 Bare metal APIs with ASP.NET Core MVC How to build bare metal APIs using only the minimal required ASP.NET Core MVC components.
#aspnet-core | #aspnet-core-mvc April 6, 2016 Customising model-binding conventions in ASP.NET Core How to customise the model-binding behaviour in ASP.NET Core MVC to bind complex types from the request body (how it should be).