
ASP.NET Core Blazor Progressive Web Application (PWA)
Blazor WebAssembly is a standards-based client-side web app platform, so it can use any browser API, including PWA APIs required for the following capabilities: Working offline and …
[HOWTO] Implement offline capability for Blazor PWA using …
In spring 2024, I developed offline capabilities for a Blazor Progressive Web App consisting of a .NET Web API and Blazor WASM client. This involved storing form data in local storage when …
How to make Blazor Web Assembly App Functional Offline (PWA)
Mar 24, 2024 · This article outlines the necessary steps to turn a Blazor Web Assembly App to be a Progressive Web Application, or PWA. PWA is a type of web application with the capabilities …
How can I run offline database usage in Blazor WebAssembly …
I have a Blazor WebAssembly ASP.NET Core hosted - PWA application and want to run it offline. The database is currently built with SQLite and EF-Core. Is it possible to add offline functionality?
Is there a way to make a Blazor website fully work offline?
Jul 16, 2024 · Certainly it is possible to store data for an offline web app - you really should do your own research there too and make a decision on your own. If, on the other hand you have …
Offline-First Strategy with Blazor PWAs: A Complete Guide
Feb 10, 2025 · Blazor, Microsoft’s modern web framework, simplifies building PWAs with offline capabilities by leveraging features like service workers, caching, and IndexedDB. In this guide, …
Blazor WebAssembly to PWA: Step-by-Step Guide
2 days ago · This caches essential files during installation so they can load even when offline. Implementing PWA Features in Blazor Adding Offline Support. Handle offline scenarios …
Blazor Basics: Progressive Web Apps with Blazor WebAssembly
Apr 15, 2025 · Learn what Progressive Web Apps (PWAs) are and how to add PWA support to a Blazor WebAssembly application. Progressive web applications (PWA) are an alternative to …
Creating an Offline-First Progressive Web App in Blazor
Jan 30, 2019 · You now have the tools to make your Blazor app into an installable offline-first PWA, but there is more to do! You may have Apis that you call - what behaviour do you want …
Building Offline capabilites in ASP.NET Core web application
Apr 28, 2022 · In principle, offline capabilities are available in every browser. These include things like localStorage, IndexedDB (parts of any browser), and progressive web apps (PWA) option …
- Some results have been removed