ASP.NET Core 2.1

  • ASP.NET Core Identity Pages with ASP.NET Core 2.1

    Creating a ASP.NET Core 2.1 project with identity configured you might miss controllers and many views that all have been available with ASP.NET Core 2.0 projects. All this functionality has been put into a Razor Class Library – a new… Continue reading

    ASP.NET Core Identity Pages with ASP.NET Core 2.1
  • GDPR Support with ASP.NET Core 2.1

    On May-25th, General Data Protection Regulation (GDPR) becomes active. With that many articles available on GDPR, I need to write one as well. However, this one is about ASP.NET Core. ASP.NET Core 2.1 includes built-in support to fulfill some GDPR… Continue reading

    GDPR Support with ASP.NET Core 2.1