Git Product home page Git Product logo

building-blazor-webassembly-applications-with-grpc's Introduction

Building Blazor WebAssembly Applications with gRPC

Building Blazor WebAssembly Applications with gRPC

This is the code repository for Building Blazor WebAssembly Applications with gRPC, published by Packt.

Learn how to implement source generators and gRPC in your Blazor apps for better performance

What is this book about?

Want to stand out from the crowd using a book that is as performant and lightweight as the fantastic framework that it’s about? You’re in luck. Building Blazor WebAssembly Applications with gRPC will take you to the next level in your web development career. After working through all the essentials of gRPC, Blazor, and source generators, you will be far from a beginner C# developer and would qualify as a developer with intermediate knowledge of the Blazor ecosystem.

This book covers the following exciting features:

  • Master routing and test your learning with demo applications
  • Create service and controller classes for your API endpoints
  • Use gRPC with Blazor instead of REST and revamp your applications
  • Study partial classes, attributes, and more in source generators
  • Write reusable Razor components and debug your code effectively
  • Understand the semantic model of C# code
  • Discover how to read and navigate through syntax trees
  • Build dynamic websites without using JavaScript

If you feel this book is for you, get your copy today!

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

@{ var i = 0; }
@while (i < chapters.Length)
{
    var chapter = chapters[i];
    <h2>Chapter no. @chapter.Number: @chapter.Title</h2>
    i++;
}

Following is what you need for this book: This book is for beginner C# developers who want to learn how to create more performant web apps with less code using Blazor, the gRPC protocol, and source generators. The book assumes a basic understanding of C#, HTML, and web development concepts.

With the following software and hardware list you can run all code files present in the book (Chapter 1-07).

Software and Hardware List

Chapter Software/Hardware required OS required
1-07 Visual Studio 2022 (Community) Windows Mac OS X and Linux
1-07 Microsoft SQL Server 2019 Windows Mac OS X and Linux
1-07 .NET 6 Windows Mac OS X and Linux
1-07 Blazor Windows Mac OS X and Linux
1-07 Entity Framework Core Windows Mac OS X and Linux
1-07 gRPC Windows Mac OS X and Linux

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Václav Pekárek is an experienced developer with 10 years of web development experience using .NET and C#. He is also a Microsoft Certified Professional.Václav is the owner of a small IT company in Ostrava, Czech Republic. You can contact him on his LinkedIn page, on Twitter at @vaclavpekarek, or via email at [email protected].

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781804610558

building-blazor-webassembly-applications-with-grpc's People

Contributors

divyaspackt avatar josepha-packt avatar packt-itservice avatar vpekarek avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.