Leanpub Header

Skip to main content

ASP.NET Core Blazor 9.0

Moderne Webanwendungen und hybride Cross-Platform-Apps mit .NET 9.0, C# 13.0 und Visual Studio 2022

Dies ist die topaktuelle Auflage 9.7 dieses Fachbuchs, die am 14.06.2025 im Umfang von 824 Druckseiten erschienen ist die aktuelle Version Blazor 9.0.6 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).

This book is available in multiple packages!

Pick Your Package
PDF
26
Readers
824
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 9.0 mehr Möglichkeiten denn je! 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 9.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, Komponentenverschachtelung/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 vielen in der offiziellen Dokumentation, 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.

Packages

Pick Your Package

All packages include the ebook in the following formats: PDF

Nur das PDF-E-Book

Minimum price

Suggested price$59.99

$49.99

    E-Book (PDF), Cheat Sheets (PDF) und Programmcodebeispiele (ZIP)

    Minimum price

    Suggested price$64.99

    $54.99

    • Programmcode zum Buch als ZIP-Archiv
      Visual Studio-Projekte
    • Cheat Sheets für Blazor und C# 13.0

    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) 4 2 Inhaltsverzeichnis (Details) 5 3 Vorwort 19 4 Über den Autor 21 5 Über dieses Fachbuch 23 6 Programmcodebeispiel zum Download 29 7 Überblick über Blazor 54 8 Blazor-Arten im Detail 72 9 Projektaufbau von Blazor-Webanwendungen 114 10 Editor, Compiler und Debugger 150 11 Komponenten (Razor Components) 168 12 Routing und Navigation 187 13 Razor-Syntax 206 14 Ereignisse und Ereignisbehandlung 216 15 Komponenteneinbettung / Unterkomponenten 228 16 Zustandsverwaltung 260 17 Formulare/Eingabemasken und Datenbindung 278 18 Klassenbibliotheken und Razor Class Libraries (RCL) 315 19 Dependency Injection (DI) 333 20 Interoperabilität zwischen .NET und JavaScript 344 21 Zugriff auf Webservices/WebAPIs 377 22 Benachrichtigungen (Push-Nachrichten) mit ASP.NET Core SignalR in Blazor-Apps 395 23 System- und Browserinformationen 410 24 Authentifizierung und Benutzerverwaltung 431 25 Komponentenbibliotheken von Drittanbietern 462 26 Installation von Blazor-Anwendungen 479 27 Tipps, Tricks und Tools 495 28 Static Server-Side-Rendering (SSR) 589 29 Hybride Apps mit Blazor Desktop 616 30 Hybride Apps mit Blazor MAUI 633 31 Fallbeispiel "MiracleList" 641 32 Umstieg von ASP.NET Webforms zu Blazor 779 33 Razor Components außerhalb von Webanwendungen 798 34 WebAssembly ohne Blazor 800 35 Quellen im Internet 805 36 Versionsgeschichte dieses Buchs 806 37 Stichwortverzeichnis (Index) 807 38 Werbung in eigener Sache  821

    Get the free sample chapters

    Click the buttons to get the free sample in PDF or EPUB, or read the sample online here

    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