.NET 9 AOT Breakthrough – Support for Legacy Win7 and XP Environments
Starting with .NET 9, AOT supports Win7 and XP, not just SP1 versions.
Starting with .NET 9, AOT supports Win7 and XP, not just SP1 versions.
In the process of developing Winform, data display functionality is often required. Previously, the gridcontrol control was commonly used. Today, through an example, I would like to introduce how to use the table component from Ant Design Blazor for data display in a Winform Blazor Hybrid application.
A few days ago, I introduced using Blazor Hybrid in Winform, and mentioned that with the Blazor UI, our Winform programs can be designed to look better. Next, I will illustrate with an example of drawing in Winform Blazor Hybrid, hoping it helps you.
An open-source Winform control library designed in Antd style.
Under high DPI (scaling >100%), the UI designer constantly prompts to scale to 100%. If you do not restart to 100%, the designed controls will scatter.
What is dependency injection? Dependency injection is a specific coding technique; for me, the most obvious thing is to solve code coupling.
Some friends always ask, 'What is the difference between WinForm and WPF?' At first thought, this question seems simple to answer, but I never systematically analyzed it. Today, I took the time to write an article that only represents my personal views to record a summary.
The necessity of MVVM technology on WinForms; it turns out that implementing an MVVM framework is not difficult. The key is the two-way binding between Model and View, where changes in the Model cause changes in the View content, and changes in the View can also cause changes in the Model.
This project can be compiled. Except for the animation functions extracted from Silverlight and the ColorEditorExt.cs color panel view designer extension modified from online examples, all other controls are written based on native controls without using any third-party libraries, so feel free to use it without any copyright infringement issues.
The principle is to host the `Winform or WPF application on ASP.NET Core Web API`