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.
No matter the scope of your application - even if it's a single page app - protecting the user's data is critical. Learn the best ways to keep user data secure.
Learn how to easily use line charts in your apps to plot data that changes over time. Line charts can visually display patterns like uptrends and downtrends.
The KendoGrid included in the Telerik UI for Blazor Early Preview has a surprising amount of functionality in it. Here’s how to load it dynamically with client-side C# code pulling data from a Web Service. You can even begin the process of managing user updates. Starting that process means managing the state of the page but that’s pretty easy to do.
It's easy to view and change any page on the browser with Chrome DevTools. The Sources panel is a powerful component of DevTools - let's dive into it to see how it can help us improve our development.