Atjaunināt sīkdatņu piekrišanu

E-grāmata: Exploring Blazor: Creating Server-side and Client-side Applications in .NET 7

  • Formāts: EPUB+DRM
  • Izdošanas datums: 20-Dec-2022
  • Izdevniecība: APress
  • Valoda: eng
  • ISBN-13: 9781484287682
Citas grāmatas par šo tēmu:
  • Formāts - EPUB+DRM
  • Cena: 65,42 €*
  • * ši ir gala cena, t.i., netiek piemērotas nekādas papildus atlaides
  • Ielikt grozā
  • Pievienot vēlmju sarakstam
  • Šī e-grāmata paredzēta tikai personīgai lietošanai. E-grāmatas nav iespējams atgriezt un nauda par iegādātajām e-grāmatām netiek atmaksāta.
  • Formāts: EPUB+DRM
  • Izdošanas datums: 20-Dec-2022
  • Izdevniecība: APress
  • Valoda: eng
  • ISBN-13: 9781484287682
Citas grāmatas par šo tēmu:

DRM restrictions

  • Kopēšana (kopēt/ievietot):

    nav atļauts

  • Drukāšana:

    nav atļauts

  • Lietošana:

    Digitālo tiesību pārvaldība (Digital Rights Management (DRM))
    Izdevējs ir piegādājis šo grāmatu šifrētā veidā, kas nozīmē, ka jums ir jāinstalē bezmaksas programmatūra, lai to atbloķētu un lasītu. Lai lasītu šo e-grāmatu, jums ir jāizveido Adobe ID. Vairāk informācijas šeit. E-grāmatu var lasīt un lejupielādēt līdz 6 ierīcēm (vienam lietotājam ar vienu un to pašu Adobe ID).

    Nepieciešamā programmatūra
    Lai lasītu šo e-grāmatu mobilajā ierīcē (tālrunī vai planšetdatorā), jums būs jāinstalē šī bezmaksas lietotne: PocketBook Reader (iOS / Android)

    Lai lejupielādētu un lasītu šo e-grāmatu datorā vai Mac datorā, jums ir nepieciešamid Adobe Digital Editions (šī ir bezmaksas lietotne, kas īpaši izstrādāta e-grāmatām. Tā nav tas pats, kas Adobe Reader, kas, iespējams, jau ir jūsu datorā.)

    Jūs nevarat lasīt šo e-grāmatu, izmantojot Amazon Kindle.

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. Youll 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.

What You Will Learn









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   

































Who This Book Is For







 C# and .NET Core developers.
About the Author vii
About the Technical Reviewer ix
Introduction xi
Chapter 1 Introduction to Blazor
1(6)
What Is Blazor?
1(1)
What Is WebAssembly?
2(1)
Blazor Types
3(2)
Summary
5(2)
Chapter 2 Razor Syntax and the Basics of Blazor
7(14)
Differences Between Razor and Blazor
7(1)
Syntax
8(3)
Comments
8(1)
Sections
9(2)
Blazor Binds
11(8)
Binding to an Element
11(2)
Events
13(3)
Event Arguments
16(1)
Page and Component Lifecycle Events
17(2)
Summary
19(2)
Chapter 3 Blazor Components and Navigation
21(14)
Pages and Navigation
21(2)
Components
23(3)
Parameters
24(2)
Custom Events in Components
26(5)
Custom Binds in Components
29(2)
Layouts
31(3)
Summary
34(1)
Chapter 4 Specifics of Different Types of Blazor
35(22)
Default Template Overview
35(6)
Blazor Server-Side Template
35(2)
Blazor Client-Side (WebAssembly) Template
37(2)
Injection
39(2)
Static Values
41(1)
Calling APIs
42(2)
Adding the API Controller
44(1)
Blazor Hosted
45(1)
Basic Form Example for Two Types of Blazor
46(9)
Multiple Select Example
53(2)
Summary
55(2)
Chapter 5 General Blazor
57(24)
Interact with JavaScript
57(8)
Code-Behind Files
61(4)
Local Storage
65(3)
Pick and Save Files
68(3)
Creating a Blazor Code Library
71(4)
Background Tasks
75(1)
Countdown Timer Example
76(3)
Error Boundaries
79(1)
Summary
80(1)
Chapter 6 Practice Tasks for Server-Side Blazor
81(20)
Task 1
81(10)
Description
81(1)
Resources
82(1)
Solution
83(8)
Task 2
91(8)
Description
91(1)
Solution
92(7)
Summary
99(2)
Chapter 7 Practice Tasks for Client-Side Blazor
101(26)
Task 1
101(16)
Description
101(3)
Solution
104(13)
Task 2
117(8)
Description
117(1)
Solution
118(7)
Summary
125(2)
Chapter 8 Practice Tasks for the Blazor Hosted Version
127(16)
Task 1
127(14)
Description
128(1)
Resources
128(4)
Solution
132(9)
Summary
141(2)
Index 143
Taurius Litvinavicius is a businessman and technology expert based in Lithuania who has worked with organizations in building and implementing various projects in software development, sales, and other fields of business. He currently works on modern financial applications and consults companies on technology and cost-related issues. As with most of his projects, this book uses cutting-edge technologies, such as Blazor. Taurius is responsible for technological improvements, development of new features, and general management.