Muutke küpsiste eelistusi

E-raamat: Exploring Blazor: Creating Server-side and Client-side Applications in .NET 7

  • Formaat: PDF+DRM
  • Ilmumisaeg: 20-Dec-2022
  • Kirjastus: APress
  • Keel: eng
  • ISBN-13: 9781484287682
  • Formaat - PDF+DRM
  • Hind: 67,91 €*
  • * hind on lõplik, st. muud allahindlused enam ei rakendu
  • Lisa ostukorvi
  • Lisa soovinimekirja
  • See e-raamat on mõeldud ainult isiklikuks kasutamiseks. E-raamatuid ei saa tagastada.
  • Formaat: PDF+DRM
  • Ilmumisaeg: 20-Dec-2022
  • Kirjastus: APress
  • Keel: eng
  • ISBN-13: 9781484287682

DRM piirangud

  • Kopeerimine (copy/paste):

    ei ole lubatud

  • Printimine:

    ei ole lubatud

  • Kasutamine:

    Digitaalõiguste kaitse (DRM)
    Kirjastus on väljastanud selle e-raamatu krüpteeritud kujul, mis tähendab, et selle lugemiseks peate installeerima spetsiaalse tarkvara. Samuti peate looma endale  Adobe ID Rohkem infot siin. E-raamatut saab lugeda 1 kasutaja ning alla laadida kuni 6'de seadmesse (kõik autoriseeritud sama Adobe ID-ga).

    Vajalik tarkvara
    Mobiilsetes seadmetes (telefon või tahvelarvuti) lugemiseks peate installeerima selle tasuta rakenduse: PocketBook Reader (iOS / Android)

    PC või Mac seadmes lugemiseks peate installima Adobe Digital Editionsi (Seeon tasuta rakendus spetsiaalselt e-raamatute lugemiseks. Seda ei tohi segamini ajada Adober Reader'iga, mis tõenäoliselt on juba teie arvutisse installeeritud )

    Seda e-raamatut ei saa lugeda Amazon Kindle's. 

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.