A Beginners' Guide to Blazor WebAssembly - Tidying up and Navigation Lock

Поделиться
HTML-код
  • Опубликовано: 23 мар 2023
  • Tidying up the app so the user is presented with a visually appealing and consistent interface. How to add 'Navigation Lock', a new feature of .NET 7 that can be used to prevent the user navigating away from the application and losing unsaved data,
    Useful links:
    Video script & code: blazorcode.uk/countriesandcit...
    Steve Sanderson - NavigationLock: • What's new for Blazor ...
  • НаукаНаука

Комментарии • 3

  • @christianrazvan
    @christianrazvan Год назад

    Hello! What about an authentication way that uses dapper ( so no identity out of the box ) ?

    • @christopherbell7186
      @christopherbell7186  Год назад

      My preferred method of authentication is to use Microsoft Azure B2C. It is relatively simple to set up and use, robust, and saves a lot of coding. See my video on the subject here (it's for a Blazor Server application, but I think it still applies for a Blazor WASM application) : ruclips.net/video/0Ijw5t4GqMY/видео.html