Blog

技术文章

这里收录站点的文章正文,覆盖 .NET、桌面开发、工程实践与通用开发话题。

First Visit

新用户起步路线

Unexpected Finds

随机发现

随机发现

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

WPF
Do you run MySQL in Docker? Congratulations, you are so laid off!

Do you run MySQL in Docker? Congratulations, you are so laid off!

At present, containers and Docker are still the hottest terms in the technical field. The containerization of stateless services has become the general trend. At the same time, it has also brought a hot issue that everyone has debated: `Does database MySQL need containerization?`

12/22/2021 老王谈运维 Docker / MySQL
WPF uses ttf icon fonts

WPF uses ttf icon fonts

Package vector graphics into fonts and use them in the same way as we use fonts. You can freely set the size and color of the icon. Compared with traditional pictures, the advantages are still obvious:

12/20/2021 丑萌气质狗 WPF
(16/30) Everyone learn Blazor together: Building a database

(16/30) Everyone learn Blazor together: Building a database

We now have a basic log, but it will be reset every time we enter and reload the page data, because these data only exists in the browser and is not actually stored in the database. In order to save it, we need to connect to the database.

12/18/2021 StrayaWorker Blazor
(15/30) Everyone learn Blazor together: CSS isolation

(15/30) Everyone learn Blazor together: CSS isolation

Sometimes I want to set individual styles for different Components, but if I write the classes in `wwwroot/css/site.css`, or change the style for a certain element, changing one may affect all Components. This global conflict must be avoided, but what should I do?

12/18/2021 StrayaWorker Blazor