1.

Record Nr.

UNINA9910635391203321

Autore

Litvinavicius Taurius

Titolo

Exploring Blazor : Creating Server-side and Client-side Applications in .NET 7 / / by Taurius Litvinavicius

Pubbl/distr/stampa

Berkeley, CA : , : Apress : , : Imprint : Apress, , 2023

ISBN

1-4842-8768-1

Edizione

[2nd ed. 2023.]

Descrizione fisica

1 online resource (151 pages)

Disciplina

005.133

Soggetti

Web site development

Web applications

C (Computer program language)

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Note generali

Includes index.

Nota di bibliografia

Includes bibliographical references and index.

Nota di contenuto

Chapter 1 – Introduction -- Chapter 2 – Syntax and basics of Blazor -- Chapter 3 – Blazor components and navigation -- Chapter 4 – Specifics of different types of Blazor -- Chapter 5 – General Blazor -- Chapter 6 – Practice Tasks (Server -side blazor) -- Chapter 7 – Practice Tasks (Client -side blazor).

Sommario/riassunto

Build and develop web applications with Blazor in C#. This book covers both server-side and client-side Blazor, along with its latest features and the structure 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. This new edition not only covers the new structure for the Blazor environment, it also demonstrates the latest features, such as adding API features to a Blazor server project; creating code-behind files for C# and CSS; new ways to pick, save, and handle files in Blazor; and much more. The code and project layout have been updated in .NET 7 for this new edition. The book starts with an introduction to Blazor, along with its various categories and its basics and syntax, including Razor syntax implementation. You will go through Blazor navigation and components, and learn its life cycle events and other components. You will learn features specific to each Blazor type. You will see how Blazor works with storage, files, and JavaScript, and you will create a Blazor code library. You will also create web applications in



Blazor using practical implementations and real-life scenarios for both the server side and the client side. After reading this book, you will be able to build web applications with Blazor in C#11 and .NET Core 7.0. You will: Bind data and handle events in C# Blazor Handle components and page navigation in Blazor Connect Blazor front-end to APIs Interact with files using Blazor Understand the layout of Visual Studio Blazor project templates.