News

This repository contains partial source code of the System.Windows.Forms.DataVisualization namespace that provides charting for WinForms. Microsoft ported and open sourced those components to enable ...
Microsoft ported and open sourced those components to enable charting features for WinForms applications that are developed on .NET Core 3. I've made the porting to .Net 5: updating references; ...
Along with initial support for Hot Reload functionality, the new .NET 6 Preview 3 also introduces BlazorWebView controls for Windows Presentation Foundation (WPF) and Windows Forms (WinForms) apps.
I also tried out new Blazor WebView controls for WPF and WinForms, announced in this post (which also announced Hot Reload). I couldn't get the WinForms example to work because I didn't know where to ...
Another major technical feature included in .NET 9 is the Control.InvokeAsync API, designed to simplify asynchronous programming in WinForms.This tool helps developers implement non-blocking ...
Bind Data to WinForms Controls. Display data programmatically with only a few lines of code, using the databinding features built into the .NET Framework's WinForms controls. By Brian Noyes; 04/01 ...
Asynchronous Control Updates In C#/.NET/WinForms 24 January, 2011. It was a Monday. Every .NET WinForms project I’ve written, since .NET 2.0, has included some form of this code: public static class ...