[MAUI] in NET MAUI combined with Vue to realize hybrid development

​ In MAUI, Microsoft's official solution is to use Blazor for development, but most Web projects in the current market are built using Vue, React and other technologies. If we can't bypass the accumulated technologies, it's unrealistic to rewrite the whole project with Blazor. Vue is a popular web framework. In short, it is a set of template en ...

Posted by evilcoder on Wed, 19 Jan 2022 00:38:26 +0100

[WPF] line shadow Effect with Effect

1. Preface A few months ago, the ChokCoco boss published an article: CSS tricks | use drop shadow to achieve line light and shadow effect In the article, a luminous heart-shaped line chasing each other is realized: Now I'm just free to try WPF. In the implementation process, I use these knowledge and skills: Segoe Fluent Icon Font Create Path ...

Posted by ladokha on Thu, 13 Jan 2022 03:24:39 +0100