Take advantage of filters and request logging middleware in Serilog to reduce log verbosity and generate useful log summaries in your ASP.NET Core MVC applications. One of the great features of ...
While many development conferences feature introductory sessions on various topics, more advanced tutorials are comparatively rare. Going beyond the many "hello world" presentations out there, expert ...
Take advantage of the friendly syntax of Razor View Engine to more easily create views from templates in ASP.NET Core MVC. The ASPX View Engine is the legacy view engine built into ASP.NET MVC from ...
[Editor's note: Peter rewrote this article after a reader pointed out he over-engineered his original solution. ("What can I say: The code worked -- I just didn't need nearly as much code as I thought ...