2017

5 articles published in 2017

  1. Progressive Web Apps made easy with ASP.NET Core

    · 3 min read

    Earlier this week I wrote about some experiments I was doing with Service Workers in ASP.NET Core. This is an update to that. So, what is a Progressive Web App (PWA)? A Progressive Web App uses modern web capabilities to...

  2. Offline ASP.NET Core apps with service workers

    · 2 min read

    Update : The information in the blog post is outdated. Instead check out Progressive Web Apps made easy with ASP.NET Core . What if you could make your ASP.NET Core web app faster to load and work offline without...

  3. Miniblog.Core is a new blog engine built using ASP.NET Core 2.0

    · 5 min read

    MiniBlog.Core is a new and powerful blog platform built on ASP.NET Core 2.0 and provides an excellent reading experience across devices. It achieves that through following the latest best practices for web development...

  4. Send ETag headers in ASP.NET Core

    · 1 min read

    ASP.NET Core doesn’t add an ETag header automatically to HTTP responses from MVC action methods or Razor Pages. We have to implement that ourselves to provide the users with true Conditional GET support that honors the...

  5. Long live Web Essentials

    · 3 min read

    In an episode of .NET Rocks from December 2016 I declared that Web Essentials would not be carried forward to Visual Studio 2017 and beyond. I’ve decided that was a bad idea, released a version for Visual Studio 2017 and...