Blazor WebAssembly by example :: a project-based guide to building web apps with .NET, Blazor WebAssembly, and C# /
Discover blueprints that explore various components of Blazor, C#, and .NET to help you build web apps without learning JavaScript Key Features Explore complete, easy-to-follow web projects using Blazor Build projects such as a weather app, expense tracker, and Kanban board with real-world applicati...
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham :
Packt Publishing,
2021.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Discover blueprints that explore various components of Blazor, C#, and .NET to help you build web apps without learning JavaScript Key Features Explore complete, easy-to-follow web projects using Blazor Build projects such as a weather app, expense tracker, and Kanban board with real-world applications Understand and work with Blazor WebAssembly effectively without spending too much time focusing on the theory Book DescriptionBlazor WebAssembly makes it possible to run C# code on the browser instead of having to use JavaScript, and does not rely on plugins or add-ons. The only technical requirement for using Blazor WebAssembly is a browser that supports WebAssembly, which, as of today, all modern browsers do. Blazor WebAssembly by Example is a project-based guide for learning how to build single-page web applications using the Blazor WebAssembly framework. This book emphasizes the practical over the theoretical by providing detailed step-by-step instructions for each project. You'll start by building simple standalone web applications and progress to developing more advanced hosted web applications with SQL Server backends. Each project covers a different aspect of the Blazor WebAssembly ecosystem, such as Razor components, JavaScript interop, event handling, application state, and dependency injection. The book is designed in such a way that you can complete the projects in any order. By the end of this book, you will have experience building a wide variety of single-page web applications with .NET, Blazor WebAssembly, and C#. What you will learn Discover the power of the C# language for both server-side and client-side web development Use the Blazor WebAssembly App project template to build your first Blazor WebAssembly application Use templated components and the Razor class library to build and share a modal dialog box Understand how to use JavaScript with Blazor WebAssembly Build a progressive web app (PWA) to enable native app-like performance and speed Understand dependency injection (DI) in .NET to build a shopping cart app Get to grips with .NET Web APIs by building a task manager app Who this book is for This book is for .NET web developers who are tired of constantly learning new JavaScript frameworks and wish to write web applications using Blazor WebAssembly, leveraging the power of .NET and C#. The book assumes beginner-level knowledge of the C# language, .NET framework, Microsoft Visual Studio, and web development concepts. |
Beschreibung: | 1 online resource |
ISBN: | 1800563930 9781800563933 |
Internformat
MARC
LEADER | 00000cam a22000001i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-on1263778460 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m d | ||
007 | cr ||||||||||| | ||
008 | 210607s2021 enk o 000 0 eng d | ||
040 | |a UKMGB |b eng |e rda |e pn |c UKMGB |d EBLCP |d OCLCO |d N$T |d OCLCF |d UKAHL |d OCLCO |d OCLCQ |d IEEEE |d OCLCO |d OCLCL |d TMA |d OCLCQ | ||
015 | |a GBC196798 |2 bnb | ||
016 | 7 | |a 020227010 |2 Uk | |
020 | |a 1800563930 | ||
020 | |a 9781800563933 |q (electronic bk.) | ||
020 | |z 9781800567511 (pbk.) | ||
035 | |a (OCoLC)1263778460 | ||
037 | |a 9781800563933 |b Packt Publishing Pvt. Ltd | ||
037 | |a 10162017 |b IEEE | ||
050 | 4 | |a QA76.76.A65 | |
082 | 7 | |a 006.78 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Wright, Toi B., |e author. | |
245 | 1 | 0 | |a Blazor WebAssembly by example : |b a project-based guide to building web apps with .NET, Blazor WebAssembly, and C# / |c Toi Beveridge Wright. |
264 | 1 | |a Birmingham : |b Packt Publishing, |c 2021. | |
300 | |a 1 online resource | ||
336 | |a text |2 rdacontent | ||
337 | |a computer |2 rdamedia | ||
338 | |a online resource |2 rdacarrier | ||
588 | |a Description based on CIP data; resource not viewed. | ||
505 | 0 | |a Cover -- Title Page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- Chapter 1: Introduction to Blazor WebAssembly -- Benefits of using the Blazor framework -- .NET Framework -- SPA framework -- Razor syntax -- Awesome tooling -- Hosting models -- Blazor Server -- Blazor WebAssembly -- What is WebAssembly? -- WebAssembly goals -- WebAssembly support -- Setting up your PC -- Installing Visual Studio Community Edition -- Installing .NET 5.0 -- Installing SQL Server Express -- Summary -- Questions -- Further reading | |
505 | 8 | |a Chapter 2: Building Your First Blazor WebAssembly Application -- Technical requirements -- Razor components -- Using components -- Parameters -- Naming components -- Component life cycle -- Component structure -- Routing in Blazor WebAssembly -- Route parameters -- Catch-all route parameters -- Route constraints -- Razor syntax -- Inline expressions -- Control structures -- Project overview -- Creating the Demo Blazor WebAssembly project -- Creating the Demo project -- Running the Demo project -- Examining the Demo project's structure -- Examining the shared Razor components | |
505 | 8 | |a Examining the routable Razor components -- Using a component -- Adding a parameter to a component -- Using a parameter with an attribute -- Adding a route parameter -- Using partial classes to separate markup from code -- Creating a custom Blazor WebAssembly project template -- Creating an empty Blazor project -- Creating a project template -- Updating a custom project template -- Using a custom project template -- Summary -- Questions -- Further reading -- Chapter 3: Building a Modal Dialog Using Templated Components -- Technical requirements -- RenderFragment parameters | |
505 | 8 | |a EventCallback parameters -- CSS isolation -- Enabling CSS isolation -- Supporting child components -- Project overview -- Creating the modal dialog project -- Getting started with the project -- Adding the Dialog component -- Adding a CSS -- Testing the Dialog component -- Adding EventCallback parameters -- Adding RenderFragment parameters -- Creating a Razor class library -- Testing the Razor class library -- Adding a component to the Razor class library -- Summary -- Questions -- Further reading -- Chapter 4: Building a Local Storage Service Using JavaScript Interoperability (JS Interop) | |
505 | 8 | |a Technical requirements -- Why use JavaScript? -- Exploring JS interop -- InvokeVoidAsync -- InvokeAsync -- Invoking JavaScript from .NET synchronously -- Invoking .NET from JavaScript -- Understanding local storage -- Project overview -- Creating the local storage service -- Creating the local storage service project -- Writing JavaScript to access localStorage -- Adding the ILocalStorageService interface -- Creating the LocalStorageService class -- Writing to localStorage -- Reading from localStorage -- Summary -- Questions -- Further reading | |
520 | |a Discover blueprints that explore various components of Blazor, C#, and .NET to help you build web apps without learning JavaScript Key Features Explore complete, easy-to-follow web projects using Blazor Build projects such as a weather app, expense tracker, and Kanban board with real-world applications Understand and work with Blazor WebAssembly effectively without spending too much time focusing on the theory Book DescriptionBlazor WebAssembly makes it possible to run C# code on the browser instead of having to use JavaScript, and does not rely on plugins or add-ons. The only technical requirement for using Blazor WebAssembly is a browser that supports WebAssembly, which, as of today, all modern browsers do. Blazor WebAssembly by Example is a project-based guide for learning how to build single-page web applications using the Blazor WebAssembly framework. This book emphasizes the practical over the theoretical by providing detailed step-by-step instructions for each project. You'll start by building simple standalone web applications and progress to developing more advanced hosted web applications with SQL Server backends. Each project covers a different aspect of the Blazor WebAssembly ecosystem, such as Razor components, JavaScript interop, event handling, application state, and dependency injection. The book is designed in such a way that you can complete the projects in any order. By the end of this book, you will have experience building a wide variety of single-page web applications with .NET, Blazor WebAssembly, and C#. What you will learn Discover the power of the C# language for both server-side and client-side web development Use the Blazor WebAssembly App project template to build your first Blazor WebAssembly application Use templated components and the Razor class library to build and share a modal dialog box Understand how to use JavaScript with Blazor WebAssembly Build a progressive web app (PWA) to enable native app-like performance and speed Understand dependency injection (DI) in .NET to build a shopping cart app Get to grips with .NET Web APIs by building a task manager app Who this book is for This book is for .NET web developers who are tired of constantly learning new JavaScript frameworks and wish to write web applications using Blazor WebAssembly, leveraging the power of .NET and C#. The book assumes beginner-level knowledge of the C# language, .NET framework, Microsoft Visual Studio, and web development concepts. | ||
650 | 0 | |a Web applications. |0 http://id.loc.gov/authorities/subjects/sh2012001728 | |
650 | 0 | |a Application software. |0 http://id.loc.gov/authorities/subjects/sh90001980 | |
650 | 6 | |a Applications Web. | |
650 | 6 | |a Logiciels d'application. | |
650 | 7 | |a Application software |2 fast | |
650 | 7 | |a Web applications |2 fast | |
700 | 1 | |a Hanselman, Scott, |e author. | |
758 | |i has work: |a Blazor WebAssembly by Example (Text) |1 https://id.oclc.org/worldcat/entity/E39PCXhH9v8qwMXqFQprjCjFjy |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |z 9781800567511 |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2949273 |3 Volltext |
938 | |a Askews and Holts Library Services |b ASKH |n AH38757765 | ||
938 | |a ProQuest Ebook Central |b EBLB |n EBL6670228 | ||
938 | |a EBSCOhost |b EBSC |n 2949273 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-on1263778460 |
---|---|
_version_ | 1816882548155875329 |
adam_text | |
any_adam_object | |
author | Wright, Toi B. Hanselman, Scott |
author_facet | Wright, Toi B. Hanselman, Scott |
author_role | aut aut |
author_sort | Wright, Toi B. |
author_variant | t b w tb tbw s h sh |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.76.A65 |
callnumber-search | QA76.76.A65 |
callnumber-sort | QA 276.76 A65 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Cover -- Title Page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- Chapter 1: Introduction to Blazor WebAssembly -- Benefits of using the Blazor framework -- .NET Framework -- SPA framework -- Razor syntax -- Awesome tooling -- Hosting models -- Blazor Server -- Blazor WebAssembly -- What is WebAssembly? -- WebAssembly goals -- WebAssembly support -- Setting up your PC -- Installing Visual Studio Community Edition -- Installing .NET 5.0 -- Installing SQL Server Express -- Summary -- Questions -- Further reading Chapter 2: Building Your First Blazor WebAssembly Application -- Technical requirements -- Razor components -- Using components -- Parameters -- Naming components -- Component life cycle -- Component structure -- Routing in Blazor WebAssembly -- Route parameters -- Catch-all route parameters -- Route constraints -- Razor syntax -- Inline expressions -- Control structures -- Project overview -- Creating the Demo Blazor WebAssembly project -- Creating the Demo project -- Running the Demo project -- Examining the Demo project's structure -- Examining the shared Razor components Examining the routable Razor components -- Using a component -- Adding a parameter to a component -- Using a parameter with an attribute -- Adding a route parameter -- Using partial classes to separate markup from code -- Creating a custom Blazor WebAssembly project template -- Creating an empty Blazor project -- Creating a project template -- Updating a custom project template -- Using a custom project template -- Summary -- Questions -- Further reading -- Chapter 3: Building a Modal Dialog Using Templated Components -- Technical requirements -- RenderFragment parameters EventCallback parameters -- CSS isolation -- Enabling CSS isolation -- Supporting child components -- Project overview -- Creating the modal dialog project -- Getting started with the project -- Adding the Dialog component -- Adding a CSS -- Testing the Dialog component -- Adding EventCallback parameters -- Adding RenderFragment parameters -- Creating a Razor class library -- Testing the Razor class library -- Adding a component to the Razor class library -- Summary -- Questions -- Further reading -- Chapter 4: Building a Local Storage Service Using JavaScript Interoperability (JS Interop) Technical requirements -- Why use JavaScript? -- Exploring JS interop -- InvokeVoidAsync -- InvokeAsync -- Invoking JavaScript from .NET synchronously -- Invoking .NET from JavaScript -- Understanding local storage -- Project overview -- Creating the local storage service -- Creating the local storage service project -- Writing JavaScript to access localStorage -- Adding the ILocalStorageService interface -- Creating the LocalStorageService class -- Writing to localStorage -- Reading from localStorage -- Summary -- Questions -- Further reading |
ctrlnum | (OCoLC)1263778460 |
dewey-full | 006.78 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 006 - Special computer methods |
dewey-raw | 006.78 |
dewey-search | 006.78 |
dewey-sort | 16.78 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>07489cam a22005771i 4500</leader><controlfield tag="001">ZDB-4-EBA-on1263778460</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m d </controlfield><controlfield tag="007">cr |||||||||||</controlfield><controlfield tag="008">210607s2021 enk o 000 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UKMGB</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UKMGB</subfield><subfield code="d">EBLCP</subfield><subfield code="d">OCLCO</subfield><subfield code="d">N$T</subfield><subfield code="d">OCLCF</subfield><subfield code="d">UKAHL</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">IEEEE</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">TMA</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBC196798</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">020227010</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1800563930</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781800563933</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781800567511 (pbk.)</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1263778460</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">9781800563933</subfield><subfield code="b">Packt Publishing Pvt. Ltd</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">10162017</subfield><subfield code="b">IEEE</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.76.A65</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">006.78</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Wright, Toi B.,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Blazor WebAssembly by example :</subfield><subfield code="b">a project-based guide to building web apps with .NET, Blazor WebAssembly, and C# /</subfield><subfield code="c">Toi Beveridge Wright.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2021.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="588" ind1=" " ind2=" "><subfield code="a">Description based on CIP data; resource not viewed.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover -- Title Page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- Chapter 1: Introduction to Blazor WebAssembly -- Benefits of using the Blazor framework -- .NET Framework -- SPA framework -- Razor syntax -- Awesome tooling -- Hosting models -- Blazor Server -- Blazor WebAssembly -- What is WebAssembly? -- WebAssembly goals -- WebAssembly support -- Setting up your PC -- Installing Visual Studio Community Edition -- Installing .NET 5.0 -- Installing SQL Server Express -- Summary -- Questions -- Further reading</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Chapter 2: Building Your First Blazor WebAssembly Application -- Technical requirements -- Razor components -- Using components -- Parameters -- Naming components -- Component life cycle -- Component structure -- Routing in Blazor WebAssembly -- Route parameters -- Catch-all route parameters -- Route constraints -- Razor syntax -- Inline expressions -- Control structures -- Project overview -- Creating the Demo Blazor WebAssembly project -- Creating the Demo project -- Running the Demo project -- Examining the Demo project's structure -- Examining the shared Razor components</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Examining the routable Razor components -- Using a component -- Adding a parameter to a component -- Using a parameter with an attribute -- Adding a route parameter -- Using partial classes to separate markup from code -- Creating a custom Blazor WebAssembly project template -- Creating an empty Blazor project -- Creating a project template -- Updating a custom project template -- Using a custom project template -- Summary -- Questions -- Further reading -- Chapter 3: Building a Modal Dialog Using Templated Components -- Technical requirements -- RenderFragment parameters</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">EventCallback parameters -- CSS isolation -- Enabling CSS isolation -- Supporting child components -- Project overview -- Creating the modal dialog project -- Getting started with the project -- Adding the Dialog component -- Adding a CSS -- Testing the Dialog component -- Adding EventCallback parameters -- Adding RenderFragment parameters -- Creating a Razor class library -- Testing the Razor class library -- Adding a component to the Razor class library -- Summary -- Questions -- Further reading -- Chapter 4: Building a Local Storage Service Using JavaScript Interoperability (JS Interop)</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Technical requirements -- Why use JavaScript? -- Exploring JS interop -- InvokeVoidAsync -- InvokeAsync -- Invoking JavaScript from .NET synchronously -- Invoking .NET from JavaScript -- Understanding local storage -- Project overview -- Creating the local storage service -- Creating the local storage service project -- Writing JavaScript to access localStorage -- Adding the ILocalStorageService interface -- Creating the LocalStorageService class -- Writing to localStorage -- Reading from localStorage -- Summary -- Questions -- Further reading</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Discover blueprints that explore various components of Blazor, C#, and .NET to help you build web apps without learning JavaScript Key Features Explore complete, easy-to-follow web projects using Blazor Build projects such as a weather app, expense tracker, and Kanban board with real-world applications Understand and work with Blazor WebAssembly effectively without spending too much time focusing on the theory Book DescriptionBlazor WebAssembly makes it possible to run C# code on the browser instead of having to use JavaScript, and does not rely on plugins or add-ons. The only technical requirement for using Blazor WebAssembly is a browser that supports WebAssembly, which, as of today, all modern browsers do. Blazor WebAssembly by Example is a project-based guide for learning how to build single-page web applications using the Blazor WebAssembly framework. This book emphasizes the practical over the theoretical by providing detailed step-by-step instructions for each project. You'll start by building simple standalone web applications and progress to developing more advanced hosted web applications with SQL Server backends. Each project covers a different aspect of the Blazor WebAssembly ecosystem, such as Razor components, JavaScript interop, event handling, application state, and dependency injection. The book is designed in such a way that you can complete the projects in any order. By the end of this book, you will have experience building a wide variety of single-page web applications with .NET, Blazor WebAssembly, and C#. What you will learn Discover the power of the C# language for both server-side and client-side web development Use the Blazor WebAssembly App project template to build your first Blazor WebAssembly application Use templated components and the Razor class library to build and share a modal dialog box Understand how to use JavaScript with Blazor WebAssembly Build a progressive web app (PWA) to enable native app-like performance and speed Understand dependency injection (DI) in .NET to build a shopping cart app Get to grips with .NET Web APIs by building a task manager app Who this book is for This book is for .NET web developers who are tired of constantly learning new JavaScript frameworks and wish to write web applications using Blazor WebAssembly, leveraging the power of .NET and C#. The book assumes beginner-level knowledge of the C# language, .NET framework, Microsoft Visual Studio, and web development concepts.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Web applications.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2012001728</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Application software.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh90001980</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Applications Web.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Logiciels d'application.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Application software</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Web applications</subfield><subfield code="2">fast</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Hanselman, Scott,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Blazor WebAssembly by Example (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCXhH9v8qwMXqFQprjCjFjy</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="z">9781800567511</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2949273</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH38757765</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest Ebook Central</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL6670228</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">2949273</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-on1263778460 |
illustrated | Not Illustrated |
indexdate | 2024-11-27T13:30:22Z |
institution | BVB |
isbn | 1800563930 9781800563933 |
language | English |
oclc_num | 1263778460 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource |
psigel | ZDB-4-EBA |
publishDate | 2021 |
publishDateSearch | 2021 |
publishDateSort | 2021 |
publisher | Packt Publishing, |
record_format | marc |
spelling | Wright, Toi B., author. Blazor WebAssembly by example : a project-based guide to building web apps with .NET, Blazor WebAssembly, and C# / Toi Beveridge Wright. Birmingham : Packt Publishing, 2021. 1 online resource text rdacontent computer rdamedia online resource rdacarrier Description based on CIP data; resource not viewed. Cover -- Title Page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- Chapter 1: Introduction to Blazor WebAssembly -- Benefits of using the Blazor framework -- .NET Framework -- SPA framework -- Razor syntax -- Awesome tooling -- Hosting models -- Blazor Server -- Blazor WebAssembly -- What is WebAssembly? -- WebAssembly goals -- WebAssembly support -- Setting up your PC -- Installing Visual Studio Community Edition -- Installing .NET 5.0 -- Installing SQL Server Express -- Summary -- Questions -- Further reading Chapter 2: Building Your First Blazor WebAssembly Application -- Technical requirements -- Razor components -- Using components -- Parameters -- Naming components -- Component life cycle -- Component structure -- Routing in Blazor WebAssembly -- Route parameters -- Catch-all route parameters -- Route constraints -- Razor syntax -- Inline expressions -- Control structures -- Project overview -- Creating the Demo Blazor WebAssembly project -- Creating the Demo project -- Running the Demo project -- Examining the Demo project's structure -- Examining the shared Razor components Examining the routable Razor components -- Using a component -- Adding a parameter to a component -- Using a parameter with an attribute -- Adding a route parameter -- Using partial classes to separate markup from code -- Creating a custom Blazor WebAssembly project template -- Creating an empty Blazor project -- Creating a project template -- Updating a custom project template -- Using a custom project template -- Summary -- Questions -- Further reading -- Chapter 3: Building a Modal Dialog Using Templated Components -- Technical requirements -- RenderFragment parameters EventCallback parameters -- CSS isolation -- Enabling CSS isolation -- Supporting child components -- Project overview -- Creating the modal dialog project -- Getting started with the project -- Adding the Dialog component -- Adding a CSS -- Testing the Dialog component -- Adding EventCallback parameters -- Adding RenderFragment parameters -- Creating a Razor class library -- Testing the Razor class library -- Adding a component to the Razor class library -- Summary -- Questions -- Further reading -- Chapter 4: Building a Local Storage Service Using JavaScript Interoperability (JS Interop) Technical requirements -- Why use JavaScript? -- Exploring JS interop -- InvokeVoidAsync -- InvokeAsync -- Invoking JavaScript from .NET synchronously -- Invoking .NET from JavaScript -- Understanding local storage -- Project overview -- Creating the local storage service -- Creating the local storage service project -- Writing JavaScript to access localStorage -- Adding the ILocalStorageService interface -- Creating the LocalStorageService class -- Writing to localStorage -- Reading from localStorage -- Summary -- Questions -- Further reading Discover blueprints that explore various components of Blazor, C#, and .NET to help you build web apps without learning JavaScript Key Features Explore complete, easy-to-follow web projects using Blazor Build projects such as a weather app, expense tracker, and Kanban board with real-world applications Understand and work with Blazor WebAssembly effectively without spending too much time focusing on the theory Book DescriptionBlazor WebAssembly makes it possible to run C# code on the browser instead of having to use JavaScript, and does not rely on plugins or add-ons. The only technical requirement for using Blazor WebAssembly is a browser that supports WebAssembly, which, as of today, all modern browsers do. Blazor WebAssembly by Example is a project-based guide for learning how to build single-page web applications using the Blazor WebAssembly framework. This book emphasizes the practical over the theoretical by providing detailed step-by-step instructions for each project. You'll start by building simple standalone web applications and progress to developing more advanced hosted web applications with SQL Server backends. Each project covers a different aspect of the Blazor WebAssembly ecosystem, such as Razor components, JavaScript interop, event handling, application state, and dependency injection. The book is designed in such a way that you can complete the projects in any order. By the end of this book, you will have experience building a wide variety of single-page web applications with .NET, Blazor WebAssembly, and C#. What you will learn Discover the power of the C# language for both server-side and client-side web development Use the Blazor WebAssembly App project template to build your first Blazor WebAssembly application Use templated components and the Razor class library to build and share a modal dialog box Understand how to use JavaScript with Blazor WebAssembly Build a progressive web app (PWA) to enable native app-like performance and speed Understand dependency injection (DI) in .NET to build a shopping cart app Get to grips with .NET Web APIs by building a task manager app Who this book is for This book is for .NET web developers who are tired of constantly learning new JavaScript frameworks and wish to write web applications using Blazor WebAssembly, leveraging the power of .NET and C#. The book assumes beginner-level knowledge of the C# language, .NET framework, Microsoft Visual Studio, and web development concepts. Web applications. http://id.loc.gov/authorities/subjects/sh2012001728 Application software. http://id.loc.gov/authorities/subjects/sh90001980 Applications Web. Logiciels d'application. Application software fast Web applications fast Hanselman, Scott, author. has work: Blazor WebAssembly by Example (Text) https://id.oclc.org/worldcat/entity/E39PCXhH9v8qwMXqFQprjCjFjy https://id.oclc.org/worldcat/ontology/hasWork Print version: 9781800567511 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2949273 Volltext |
spellingShingle | Wright, Toi B. Hanselman, Scott Blazor WebAssembly by example : a project-based guide to building web apps with .NET, Blazor WebAssembly, and C# / Cover -- Title Page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- Chapter 1: Introduction to Blazor WebAssembly -- Benefits of using the Blazor framework -- .NET Framework -- SPA framework -- Razor syntax -- Awesome tooling -- Hosting models -- Blazor Server -- Blazor WebAssembly -- What is WebAssembly? -- WebAssembly goals -- WebAssembly support -- Setting up your PC -- Installing Visual Studio Community Edition -- Installing .NET 5.0 -- Installing SQL Server Express -- Summary -- Questions -- Further reading Chapter 2: Building Your First Blazor WebAssembly Application -- Technical requirements -- Razor components -- Using components -- Parameters -- Naming components -- Component life cycle -- Component structure -- Routing in Blazor WebAssembly -- Route parameters -- Catch-all route parameters -- Route constraints -- Razor syntax -- Inline expressions -- Control structures -- Project overview -- Creating the Demo Blazor WebAssembly project -- Creating the Demo project -- Running the Demo project -- Examining the Demo project's structure -- Examining the shared Razor components Examining the routable Razor components -- Using a component -- Adding a parameter to a component -- Using a parameter with an attribute -- Adding a route parameter -- Using partial classes to separate markup from code -- Creating a custom Blazor WebAssembly project template -- Creating an empty Blazor project -- Creating a project template -- Updating a custom project template -- Using a custom project template -- Summary -- Questions -- Further reading -- Chapter 3: Building a Modal Dialog Using Templated Components -- Technical requirements -- RenderFragment parameters EventCallback parameters -- CSS isolation -- Enabling CSS isolation -- Supporting child components -- Project overview -- Creating the modal dialog project -- Getting started with the project -- Adding the Dialog component -- Adding a CSS -- Testing the Dialog component -- Adding EventCallback parameters -- Adding RenderFragment parameters -- Creating a Razor class library -- Testing the Razor class library -- Adding a component to the Razor class library -- Summary -- Questions -- Further reading -- Chapter 4: Building a Local Storage Service Using JavaScript Interoperability (JS Interop) Technical requirements -- Why use JavaScript? -- Exploring JS interop -- InvokeVoidAsync -- InvokeAsync -- Invoking JavaScript from .NET synchronously -- Invoking .NET from JavaScript -- Understanding local storage -- Project overview -- Creating the local storage service -- Creating the local storage service project -- Writing JavaScript to access localStorage -- Adding the ILocalStorageService interface -- Creating the LocalStorageService class -- Writing to localStorage -- Reading from localStorage -- Summary -- Questions -- Further reading Web applications. http://id.loc.gov/authorities/subjects/sh2012001728 Application software. http://id.loc.gov/authorities/subjects/sh90001980 Applications Web. Logiciels d'application. Application software fast Web applications fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh2012001728 http://id.loc.gov/authorities/subjects/sh90001980 |
title | Blazor WebAssembly by example : a project-based guide to building web apps with .NET, Blazor WebAssembly, and C# / |
title_auth | Blazor WebAssembly by example : a project-based guide to building web apps with .NET, Blazor WebAssembly, and C# / |
title_exact_search | Blazor WebAssembly by example : a project-based guide to building web apps with .NET, Blazor WebAssembly, and C# / |
title_full | Blazor WebAssembly by example : a project-based guide to building web apps with .NET, Blazor WebAssembly, and C# / Toi Beveridge Wright. |
title_fullStr | Blazor WebAssembly by example : a project-based guide to building web apps with .NET, Blazor WebAssembly, and C# / Toi Beveridge Wright. |
title_full_unstemmed | Blazor WebAssembly by example : a project-based guide to building web apps with .NET, Blazor WebAssembly, and C# / Toi Beveridge Wright. |
title_short | Blazor WebAssembly by example : |
title_sort | blazor webassembly by example a project based guide to building web apps with net blazor webassembly and c |
title_sub | a project-based guide to building web apps with .NET, Blazor WebAssembly, and C# / |
topic | Web applications. http://id.loc.gov/authorities/subjects/sh2012001728 Application software. http://id.loc.gov/authorities/subjects/sh90001980 Applications Web. Logiciels d'application. Application software fast Web applications fast |
topic_facet | Web applications. Application software. Applications Web. Logiciels d'application. Application software Web applications |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2949273 |
work_keys_str_mv | AT wrighttoib blazorwebassemblybyexampleaprojectbasedguidetobuildingwebappswithnetblazorwebassemblyandc AT hanselmanscott blazorwebassemblybyexampleaprojectbasedguidetobuildingwebappswithnetblazorwebassemblyandc |