The first release candidate of .NET 10 is out, complete with a "go-live" license, meaning that Microsoft supports production use. The company has also detailed performance improvements in this ...
I released the Blazing.MVVM library that enables Blazor to use the CommunityToolkit.Mvvm with minimal effort. It also incldes Navigation by ViewModel (class/interface) - no more magic strings! Whilst ...
MESCIUS inc. (formerly GrapeCity) provides JavaScript and .NET grids, UI, reporting, spreadsheets, document APIs, etc. MESCIUS inc. (formerly GrapeCity) provides JavaScript and .NET grids, UI, ...
This is yet another selfish guide! I'm writing this guide to help my future self set up MudBlazor with Blazor interactive SSR in a new project. And hey, the added bonus is that you can benefit from it ...
Microsoft Silverlight, now only supported in the legacy Internet Explorer, goes completely end of life on 12 October – but an open-source project called OpenSilver has appeared to convert Silverlight ...
Did you ever wonder why Microsoft doesn't provide a component library for Blazor, its red-hot ASP.NET Core framework for creating web apps primarily with C# instead of JavaScript? A component in ...
This example shows how to add a custom component to a Detail View. We add a button to a Detail View and display a message when a user clicks the button. For detailed instructions, refer to the ...
Your first step to creating a PWA in Visual Studio 2019 (I used the Community Edition Preview) is to select the Blazor App template in the File | New Project dialog. After starting the Blazor App ...