Live Chat Icon For mobile
Live Chat Icon

How does client-side Blazor work?

Platform: Blazor| Category : Hosting models, WebAssembly
  • Client-side Blazor makes use of WebAssembly, which is used to run high-level languages on browsers.
  • Necessary .NET WebAssembly-related code and its dependencies are downloaded to the browser, and the app is executed directly on the browser UI thread.
  • All UI updates and event handling occur within the same process.

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.