Building a blogging app with Blazor: View Post
A technical tutorial on building a blog post viewing feature using Blazor and ASP.NET Core WebAPI, including routing, API endpoints, and component logic.
A technical tutorial on building a blog post viewing feature using Blazor and ASP.NET Core WebAPI, including routing, API endpoints, and component logic.
A tutorial on building a blog app's home page with Blazor, covering API endpoint creation and data listing.
A tutorial series on building a blogging platform using the Blazor framework, covering initial setup and project structure.
A tutorial on building a practical Blazor WebAssembly app in C#, demonstrating HTTP calls and project structure.
Explains server-side Blazor (now Blazor Server App), its architecture, how it works via SignalR, and compares it to client-side Blazor and MVC.
An interview with Steve Sanderson discussing WebAssembly's potential, its impact on web development, and the Blazor experiment.
Developer announces return to blogging and releases Blazored Local Storage v0.3.0 for Blazor, featuring async APIs and updated interop.
A guide on creating reusable Blazor component libraries, including setup, project creation, and building a simple in-memory list component.
Explains how to create and use layout components in Blazor to maintain a consistent UI structure across web application pages.
Explains how routing works in Blazor, covering route templates, parameters, constraints, and navigation methods for building multi-page apps.
A technical guide on how to use C#'s await keyword to interoperate with JavaScript Promises within a Blazor application.
Explains how to use JavaScript Interop in Blazor to call JavaScript from C# and C# from JavaScript, enabling DOM manipulation.
A tutorial explaining data binding (one-way, two-way, formatting) and event handling in Blazor, a .NET web framework.
Explains the key lifecycle methods in Blazor components, including OnInitialized, OnParametersSet, and OnAfterRender, with code examples.
A guide to the four styles of creating components in Blazor: inline, code-behind with base class, code-behind with partial class, and class-only.
A tutorial on setting up a development environment and creating a new project using Blazor, Microsoft's web framework.
An introduction to Blazor, a .NET web framework that runs C# in the browser via WebAssembly, and why it's a game-changer for .NET developers.
A technical introduction to Blazor, a .NET framework for building client-side web applications using WebAssembly.
Explores Blazor, an experimental framework for running .NET applications in the browser via WebAssembly, using the DotNetAnywhere runtime.
An exploration of DotNetAnywhere, a lightweight, alternative .NET runtime, its features, limitations, and use in projects like Blazor.