Share This Master's WPF Interface Design Series Videos
For those who work with WPF, some of his interface designs are worth learning, and can even be copied directly for use.
CodeWF.Markdown: PDF text copyable, images embeddable, copying to WeChat Official Account/Zhihu/Juejin no longer shows HTML source code
Browse by Topic Start with .NET196 articles, suitable for quickly filtering by technical direction
Continuous Reading Read WPF UI Design as a topic14 articles, better for systematic reading
For those who work with WPF, some of his interface designs are worth learning, and can even be copied directly for use.
These interview questions cover various aspects of .NET development, including .NET framework, C# language, ASP.NET, ADO.NET, database, etc. Through comparative learning, we can better understand and master these knowledge points.
After a few hours of tinkering, successfully ran Hello World on Windows and Mac. I'll choose MAUI for desktop and mobile development from now on.
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.
C# 10 has been released together with .NET 6 and VS2022. This article organizes some interesting syntax features in C# according to the release order of .NET, based on Microsoft official documentation.
It's simple, use it because it's good, performance and syntax expressiveness/development speed are stronger than Java/Go, why not use it.
Back up some properties of a WPF control, perform some magical operations, and then restore those properties.
Entities in EntityFramework Core do not directly support operations on enum types, which brings us a lot of trouble during development.
Sharing a small login case study learned previously
Many-to-many relationships are not as simple as other relationships. In this article, I will show you how to create many-to-many relationships and how to use them in EF Core.
The company gives you a task to write an API interface, so how should we design it?
Setting this property to false looks unchanged, but in operation it completely ignores it, does not trigger events, and can directly click on things below it.