Cargando…

Exploring Blazor : creating hosted, server-side, and client-side applications with C# /

Build and develop web applications with Blazor in C#. This book will cover all three types of Blazor - server-side, client-side, and hosted along with other features of the technology. You'll see that Blazor is a web UI framework based on C#, Razor, and HTML and how it runs front-end logic usin...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Litvinavicius, Taurius (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: New York : Apress, [2019]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Chapter 1: Introduction Chapter Goal: No of pages 5 Sub -Topics 1. Web assembly introduction 2. Blazor types Chapter 2: Razor Syntax and Basics of Blazor Chapter Goal: Get started with blazor and with razor syntax that is used in blazor No of pages: 10-20 Sub
  • Topics 1. Differences between blazor and razor 2. General syntax 3. Blazor binds Chapter 3: Blazor server-side Chapter Goal: Learn the layout of the project and navigation for server-side type No of pages 15-25 Sub
  • Topics: 1. Default template overview 2. Navigation Chapter 4: Blazor client-side Chapter Goal: Learn how to use razor syntax to control the application, startup of it and how to use navigation No of pages: 15-25 Sub
  • Topics: 1. Default template overview 2. Navigation Chapter 5: Blazor hosted Chapter Goal: Learn the hosted project layout, navigation and routes for the API parts. With that, learn how to access the API from the front end and use the shared library for models. No of pages: 20-30 1. Default template overview 2. Navigation and routes 3. API calls Chapter 6: General blazor Chapter Goal: No of pages: 15-25 Sub
  • Topics 1. Interacting with JavaScript 2. Local and session storage 3. Pick and save files Chapter 7: Practice tasks for server-side Chapter Goal: Case Studies and code implementation 1. Task 1 2. Task 2 Chapter 8: Practice tasks for client-side Chapter Goal: 1. Task 1 2. Task 2 Chapter 9: Practice tasks for hosted Chapter Goal: 1. Task 1.