Product image media
Product image media

Blazor Web Applications using C#

9.400,00 kr

Beskrivelse


Blazor er et åben standard Microsoft web framework. Du får en introduktion Blazor generelt, herunder server based Blazor samt client based Blazor. Kurset giver dig teoretisk forståelse og praktisk erfaring med Blazor webudvikling med C#.

Indhold


The course introduces Blazor and the associated concepts.

  • Introduction to WebAssemblies (WASM)
  • Introduction to Blazor
  • What is Blazor
  • Server based Blazor
  • Pure client Blazor
  • Creating webpages, using Razor code
  • The Project Templates . Server based Blazor
  • Introduction
  • Communication using Signal-R Client based Blazor
  • SPA
  • Pages
  • Components
  • Communicating with Web API’s
  • Debugging
  • Routing
  • Databinding
  • The Navigation manager .Net Core hosted Application
  • Using local Web API’s
  • Using Signal-R for realtime communication Advanced topics
  • Reuse of C# libraries
  • Integration with Javascript Html5 introduced WebAssemblies, which allow browsers to execute code in a special internal language. A WebAssembly is built using any programming language, but must allowed access to the DOM.