.NET 8 introduced sections, a new feature that allows the control of content from child components. Let’s explore sections in Blazor and how to implement them with layouts.
Data binding is a foundational feature of Blazor development used to bind data from the C# code to the user interface. Let’s take a look at one-way, two-way and event binding.
Now, with Preview 5, we get a handy new project template which pulls together all the .NET 8 changes for Blazor, plus the ability to make specific components “interactive.” Let’s take a look.