News

You have two tools for generating your initial UI in a Blazor component: ASP.NET's Razor and Blazor's RenderFragment. Here's how to use both to integrate with your C# code (and a warning about what ...
DataAnnotations namespace) are attributes that can be applied to classes or class members to specify the relationship between classes, describe how the data is to be displayed in the UI ...
This article presents a discussion on how we can handle exceptions when working with asynchronous code in C#. To work with the code examples provided in this article, you should have Visual Studio ...
In a previous column, I showed how to create a "Hello, World" application that integrated JavaScript functions and C# Blazor methods. However, my Blazor-world and JavaScript-world code didn't interact ...
In my great big mess of "I've never done much winforms before, so let's do something difficult" code, I've run into a ... without causing any other elements of the UI to hang.