Exploring Blazor
eBook - ePub

Exploring Blazor

Creating Server-side and Client-side Applications in .NET 7

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Exploring Blazor

Creating Server-side and Client-side Applications in .NET 7

Book details
Table of contents
Citations

About This Book

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.

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.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Exploring Blazor by Taurius Litvinavicius in PDF and/or ePUB format, as well as other popular books in Ciencia de la computación & Programación de Microsoft. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2022
ISBN
9781484287682

Table of contents

  1. Cover
  2. Front Matter
  3. 1. Introduction to Blazor
  4. 2. Razor Syntax and the Basics of Blazor
  5. 3. Blazor Components and Navigation
  6. 4. Specifics of Different Types of Blazor
  7. 5. General Blazor
  8. 6. Practice Tasks for Server-Side Blazor
  9. 7. Practice Tasks for Client-Side Blazor
  10. 8. Practice Tasks for the Blazor Hosted Version
  11. Back Matter