Telerik UI for Blazor 1.0.0 is here, bringing the UI component set out of beta an in to official RTM. This initial release includes a data grid, charts, and tons of form elements to use in your Blazor apps today.
Indexers allow instances of a class to be indexed just like arrays, and are declared similarly to methods. They can be useful when working with your own collection class. Let's learn how to define and work with indexers.
ASP.NET Core Razor Pages is the natural successor to the traditional Web Forms development framework. Mike Brind attempts to demonstrate this with a high-level orientation of comparable features, showing how one maps to the other.