Tag

.NET

正在浏览与 .NET 相关的文章。

430 篇文章
39 当前页
WPF's noteworthy IsHitTestVisible

WPF's noteworthy IsHitTestVisible

This property is set to false, which does not seem to have changed, but it has been completely ignored in operation. You can click directly on what is underneath it without triggering an event.

普通的地球人 10/20/2021 6:18 PM
Data binding expressions in WPF

Data binding expressions in WPF

Data binding is a powerful technology that allows data to flow between UI elements and business models. When data changes in the business model, it automatically reflects the changes to UI elements.

Swati Gupta 10/18/2021 4:53 PM
WPF implements exception-isolated clients through multiple processes

WPF implements exception-isolated clients through multiple processes

When a WPF client needs to implement a plug-in system, it can generally be implemented based on a container or process. If you need to isolate exceptions from external plug-ins, you can only use child processes to load the plug-in. In this way, if the plug-in throws exceptions, it will not affect the main process.

鹅群中的鸭霸 9/22/2021 10:10 PM
WPF open source project: AIStudio.Wpf.AClient

WPF open source project: AIStudio.Wpf.AClient

Let's not talk about the advantages of using Prism to make MVVM. It mainly uses container injection, messages and DI, which saves a lot of work than writing it yourself. There are many standard ways to use MVVM online, but there is no system-level framework. This framework has been built from login to specific business use, as well as automatic upgrades

沙漠尽头的狼 7/25/2021 12:06 PM