#aspnet-core | #aspnet-core-mvcMarch 19, 2019Customising URL generation in ASP.NET Core MVCThis 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 | #apisDecember 4, 2016Bare metal APIs with ASP.NET Core MVCHow to build bare metal APIs using only the minimal required ASP.NET Core MVC components.
#aspnet-core | #aspnet-core-mvcApril 6, 2016Customising model-binding conventions in ASP.NET CoreHow to customise the model-binding behaviour in ASP.NET Core MVC to bind complex types from the request body (how it should be).