Interaction with external APIs (HttpClient)
You learn to use HttpClient in Blazor WebAssembly to consume external APIs, with a concrete example and best practices.
Citește mai multYou learn to use HttpClient in Blazor WebAssembly to consume external APIs, with a concrete example and best practices.
Citește mai multDomain-Driven Design (DDD) helps to clearly separate responsibilities in .NET applications. In this article, we begin to apply DDD for a blog-type backend, explaining the key concepts and structuring the project into clear layers: Domain, Application, Infrastructure, and API.
Citește mai multIn this article, we discover how we can persist local data in Blazor WebAssembly applications using ProtectedLocalStorage. A practical example will show how we can securely save user preferences (such as the chosen theme).
Citește mai multFind out why the React + .NET Core stack is ideal for modern web applications. Discover the advantages of each technology and the scenarios in which this combination excels.
Citește mai multIn this article, you learn how to manage communication between components in Blazor using EventCallback for sending events and [CascadingParameter] for sharing global data. Everything is illustrated through a practical example: a form that adds items to a list.
Citește mai multIn this article, we explore how to build reusable components in Blazor, how to use [Parameter] to customize them, and how we can quickly create modular interfaces, such as a CardComponent or an AlertComponent.
Citește mai multIn this article, we discover the mechanisms of data binding and event handling in Blazor. You will learn how to use directives such as @bind, @onchange, and @onclick, through a practical example with a form and an interactive list.
Citește mai multIn this second part of our Blazor WebAssembly series, we explore one of the most important concepts of any web application: navigation between pages.
Citește mai mult