Verkauf durch Sack Fachmedien

Litvinavicius

Exploring Blazor

Creating Hosted, Server-side, and Client-side Applications with C#

Medium: Buch
ISBN: 978-1-4842-5445-5
Verlag: Apress
Erscheinungstermin: 01.12.2019
Nicht mehr lieferbar

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 using C# either on the server or on the browser using WebAssembly.

The author starts by introducing WebAssembly and gives an overview of Blazor along with its various categories. Next, you’ll get started with Blazor where you learn the basics, including Razor syntax implementation. Here you will go over the major differences between Blazor and Razor and how the syntax works. A demo of the layout and navigation for server-side Blazor is followed by usage of Razor syntax to control an application in client-side Blazor. Further, you will go through the project layout, navigation, and routes for the API. Here, you will understand how to access the API from the front end and use the shared library for different models.
Moving forward, you will discover how Blazor works with storage, files, and JavaScript. Finally, you will create web applications in Blazor using practical implementations and real-life scenarios for server-side, client-side, and hosted applications.

After reading this book you will be able to build web applications with Blazor in C# and.NET Core 3.0.

What You Will Learn

- Bind one-way and two-way data
- Combine Blazor and JavaScript

- Understand layout in server-side and client-side applications
- Execute the general syntax in Razor

Who This Book Is For C# and.NET Core developers


Produkteigenschaften


  • Artikelnummer: 9781484254455
  • Medium: Buch
  • ISBN: 978-1-4842-5445-5
  • Verlag: Apress
  • Erscheinungstermin: 01.12.2019
  • Sprache(n): Englisch
  • Auflage: 1. Auflage 2019
  • Produktform: Kartoniert
  • Gewicht: 454 g
  • Seiten: 199
  • Format (B x H): 155 x 235 mm
  • Ausgabetyp: Kein, Unbekannt
  • Nachauflage: 978-1-4842-8767-5
Autoren/Hrsg.

Autoren

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