Leanpub Header

Skip to main content

Blazor 10.0

Moderne Webanwendungen und hybride Cross-Platform-Apps mit .NET 10.0, C# 14.0 und Visual Studio 2026

Dies ist die topaktuelle Auflage 10.0 dieses Fachbuchs, die am 01.11.2025 im Umfang von 828 Druckseiten erschienen ist die aktuelle Version Blazor 10.0 in allen Varianten behandelt: Blazor Web Apps (Blazor Static Server-Side-Rendering, Blazor Server, Blazor WebAssembly, Blazor United) sowie Blazor Hybrid (Blazor Desktop und Blazor MAUI).

The author is letting you choose the price you pay for this book!

Pick Your Price...
PDF
828
Pages
About

About

About the Book

ASP.NET Core Blazor hat sich als Framework für Web-Frontends und Cross-Platform-Apps etabliert und bietet in .NET 10.0 zahlreiche neue Funktionen! Dieses Fachbuch von "DOTNET-DOKTOR" Holger Schwichtenberg unterstützt Sie nicht nur beim Einstieg in Blazor, sondern auch als Referenzwerk bei der täglichen Projektarbeit.

Das Buch umfasst alle Varianten von Blazor 10.0: Blazor Web Apps (Blazor Static-Server-Rendering, Blazor Server, Blazor WebAssembly, Blazor United) sowie Blazor Hybrid (Blazor Desktop und Blazor MAUI). Das Buch thematisiert ausführlich den Unterschied zwischen den Architekturen einschließlich Vor- und Nachteilen.

Danach behandelt das Buch alle Programmieraufgaben für moderne Web- und Cross-Platform-Anwendungen: Projektaufbau, Komponenten, Routing, Code-Behind, Ereignisse, Razor-Syntax, Zustandsverwaltung, Komponenten-verschachtelung, Wiederverwendung, Formulare/Eingabemasken, Klassenbibliotheken und Razor Class Libraries, Debugging, Dependency Injection (DI), Zugriff auf WebAPIs und gRPC-Dienste, Push-Benachrichtigungen mit ASP.NET Core SignalR, Kontextmenüs, Toast Notifications, Interoperabilität mit JavaScript, Authentifizierung und Benutzer-/Rechteverwaltung sowie die Umwandlung in eine Progressive Web App (PWA), Static-Server-Rendering und hybride Cross-Platform-App für Windows, Android, iOS, macOS und Tizen.

Im Buch wird das praxisnahe Fallbeispiel "MiracleList" ausführlich behandelt, welches es in fünf Implementierungen sowohl für Blazor WebAssembly, Blazor Server und Blazor United als auch Blazor Desktop und Blazor MAUI gibt. Die fünf Implementierungen besitzen aber zum großen Teil eine gemeinsame Codebasis und zeigen damit auf, wie verschiedene Blazor-Varianten mit wenig Aufwand realisierbar sind. Das Fallbeispiel wird im Buch beschrieben und steht zum Download für die Leser zur Verfügung. Während in der offiziellen Dokumentation, vielen Veröffentlichungen und Weiterbildungsmaßnahmen immer nur einzelne kleine, aus dem Kontext gerissene Beispiele gezeigt werden, dient MiracleList dazu, Softwareentwicklern möglichst viele Funktionen in einem praxisnahen Gesamtzusammenhang zu zeigen.

Außerdem bietet das Buch zahlreiche Tipps und Tricks sowie viele Praxishinweise.

Das Buch richtet sich nicht nur an Einsteiger, sondern auch an Umsteiger von älteren Blazor-Versionen und erwähnt daher weiterhin auch, in welchen Versionen (einschließlich Preview-Versionen) die einzelnen Features hinzugekommen sind.

Price

Pick Your Price...

Minimum price

$49.99

$59.99

You pay

$59.99

Author earns

$47.99
$

All prices are in US $. You can pay in US $ or in your local currency when you check out.

EU customers: prices exclude VAT, which is added during checkout.

...Or Buy With Credits!

Number of credits (Minimum 4)

4
The author will earn $48.00 from your purchase!
You can get credits monthly with a Reader Membership

Author

About the Author

Dr. Holger Schwichtenberg

Dr. Holger Schwichtenberg - alias der "DOTNET-DOKTOR" - ist technischer Leiter des Expertennetzwerks www.IT-Visions.de, das mit 54 renommierten Experten zahlreiche mittlere und große Unternehmen durch Beratungen und Schulungen sowie bei der Softwareentwicklung unterstützt. Seine persönlichen Tätigkeitsschwerpunkte sind Webanwendungen, verteilte Systeme, systemnahe Programmierung und Datenbankzugriffe. Er programmiert leidenschaftlich in C# und JavaScript/TypeScript sowie PowerShell.

Durch seine Auftritte auf zahlreichen nationalen und internationalen Fachkonferenzen sowie mehr als 95 Fachbücher für O’Reilly, Addison-Wesley, Microsoft Press, Apress und dem Hanser-Verlag gehört er zu den bekanntesten Softwareentwicklungsexperten in Deutschland. Er schreibt regelmäßig für die iX, die dotnetpro, windows developer und heise.de. Dadurch hat in seiner Karriere bereits über 1600 Fachartikel veröffentlicht. Von Microsoft wird er für sein .NET-Fachwissen seit nunmehr 22 Jahren kontinuierlich als Microsoft Most Valuable Professional (MVP) ausgezeichnet.

 

Sein Weblog finden Sie unter https://www.dotnet-doktor.de. Bei X folgen Sie ihm unter @DOTNETDOKTOR.

Contents

Table of Contents

1 Inhaltsverzeichnis (Hauptkapitel) 2 Inhaltsverzeichnis (Details) 3 Vorwort 4 Über den Autor 5 Über dieses Fachbuch 6 Programmcodebeispiel zum Download 7 Überblick über Blazor 8 Blazor-Arten im Detail 9 Projektaufbau von Blazor-Webanwendungen 10 Editor, Compiler und Debugger 11 Komponenten (Razor Components) 12 Routing und Navigation 13 Razor-Syntax 14 Ereignisse und Ereignisbehandlung 15 Komponenteneinbettung / Unterkomponenten 16 Zustandsverwaltung 17 Formulare/Eingabemasken und Datenbindung 18 Klassenbibliotheken und Razor Class Libraries (RCL) 19 Dependency Injection (DI) 20 Interoperabilität zwischen .NET und JavaScript 21 Zugriff auf Webservices/WebAPIs 22 Benachrichtigungen (Push-Nachrichten) mit ASP.NET Core SignalR in Blazor-Apps 23 System- und Browserinformationen 24 Authentifizierung und Benutzerverwaltung 25 Komponentenbibliotheken von Drittanbietern 26 Installation von Blazor-Anwendungen 27 Tipps, Tricks und Tools 28 Static Server-Side-Rendering (SSR) 29 Hybride Apps mit Blazor Desktop 30 Hybride Apps mit Blazor MAUI 31 Fallbeispiel "MiracleList" 32 Umstieg von ASP.NET Webforms zu Blazor 33 Razor Components außerhalb von Webanwendungen 34 WebAssembly ohne Blazor 35 Quellen im Internet 36 Versionsgeschichte dieses Buchs 37 Stichwortverzeichnis (Index) 38 Werbung in eigener Sache

The Leanpub 60 Day 100% Happiness Guarantee

Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.

Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.

You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!

So, there's no reason not to click the Add to Cart button, is there?

See full terms...

Earn $8 on a $10 Purchase, and $16 on a $20 Purchase

We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.

(Yes, some authors have already earned much more than that on Leanpub.)

In fact, authors have earned over $14 million writing, publishing and selling on Leanpub.

Learn more about writing on Leanpub

Free Updates. DRM Free.

If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).

Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.

Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.

Learn more about Leanpub's ebook formats and where to read them

Write and Publish on Leanpub

You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!

Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.

Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.

Learn more about writing on Leanpub