Will ABP Become Bloated?
Sometimes I wonder, in the Java field, Spring basically dominates the world. Whether novices or experts, everyone is learning, researching, and working on projects with it.
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 Blazor Component Libraries as a topic6 articles, better for systematic reading
Sometimes I wonder, in the Java field, Spring basically dominates the world. Whether novices or experts, everyone is learning, researching, and working on projects with it.
Records two issues resolved in recent Avalonia desktop software development: clipboard copy crash, DataGrid lag on tab switching, analyzing root causes and providing solutions
This project applies the Prism MVVM framework. The displayed data comes from other service programs and uses WebAPI communication. To run this program normally, you need to create a WebAPI program yourself, with the API interface providing data driving. In fact, it is most straightforward to directly view the code; those who need it can easily extract it, even if the project cannot run.
When you want to draw a flowchart, you'll find that many software either require a license key or a membership. So I thought, why not create my own flowchart software?
My idea is that besides providing the tool for free use, it can also let everyone understand how the tool was developed, which should be more convenient.
Free and open source Blazor online Ico converter tool. It does not save source files or converted files, and deletes them immediately after download. Feel free to use.
This article briefly introduces how to implement a cylindrical progress bar using only Rectangle
After coming home for dinner, taking care of the kids, and playing Age of Empires 4, I suddenly remembered that I haven't used UWP in a long time. A bold thought emerged: 'I have the mighty UWP, I can definitely achieve a 3D shuttle effect!'
Compared to CSS and UWP, the veteran WPF is relatively cumbersome for 3D effects. First, you need to create a 3D model, then rotate the XY axes, adjust the Z-axis scaling, and finally adjust the FOV. The tunnel effect is determined by the Z-axis scaling value.
Learning WPF without learning MVVM feels like missing the soul. So what is MVVM? Why learn MVVM? This article uses a simple CRUD example to briefly introduce the basic knowledge of MVVM and how to develop MVVM architecture-based programs. For learning and sharing purposes only, please point out any shortcomings.
Some feature highlights we plan to add to the server in .NET 7 version
.NET 7 builds on the foundation laid by .NET 6, including a unified set of base libraries, runtime, and SDK, simplifying the development experience and improving developer productivity.
Essentially, an API is a protocol between a server and a client, specifying how the server provides specific data based on the client's request.