.NET Programmer's Playground: LINQPad
LINQPad's package is very small, only about 20 MB, and starts up very quickly. To use it, just enter the C# statements you want to execute and press F5.
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 WinForms Control Libraries as a topic5 articles, better for systematic reading
LINQPad's package is very small, only about 20 MB, and starts up very quickly. To use it, just enter the C# statements you want to execute and press F5.
AvaloniaUI is a powerful cross-platform .NET client development framework that enables developers to build applications for multiple platforms including Windows, Linux, macOS, Android, and iOS. When building complex applications, modularization and inter-component communication become particularly important. The Prism framework provides a modular development approach with support for hot-plugging plugins, while MediatR is an event subscription and publishing framework that implements the Mediator pattern, making it very suitable for communication between modules and between modules and the main program.
If we want to add a button to clear the `form` data, the fastest way is to add a `type=”reset”` button. At this point, we use two buttons, which can utilize the core concept of Blazor: component encapsulation.
.NET Core + Vue2/Vue3 + Element plus + uniapp front-end and back-end separation, automatically generating PC and mobile code; supports mobile (uniapp) iOS/Android/H5/WeChat Mini Programs. http://www.volcore.xyz/
Imagine that the user double-clicks the desktop icon, but the application takes several minutes to start. Would the user's next step be to click Uninstall? To balance the startup process of large application software, which requires both executing complex startup logic and paying attention to startup performance, it is entirely reasonable to build a framework for this process.
For a long time, listening to music has been a popular demand. Music can be said to be one of the important spiritual foods for humans, but nowadays music copyrights are divided among several major music platforms. `Even if you become a member on one platform, you may not be able to listen to the songs you want to hear`, which is different from foreign streaming music platforms.
Some friends always ask, 'What is the difference between WinForm and WPF?' At first thought, this question seems simple to answer, but I never systematically analyzed it. Today, I took the time to write an article that only represents my personal views to record a summary.
This article introduces the basics of the metaverse and discusses its future and potential issues. Currently, the metaverse is mainly applied in fields such as gaming, entertainment, and enterprise office. In the future, as the maturity of metaverse technology and industry continues to improve, the scope of application will gradually expand and deepen. How much impact the metaverse will have on our lives remains to be seen!
Come on, I'll teach you to write cool console applications
Speaking of dynamic wallpaper software, I believe many people have heard of or used `Wallpaper Engine`, which is a highly praised wallpaper software on the Steam Store, priced at `18` yuan. I have been using it as well, but today I am introducing another wallpaper software called `Lively Wallpaper`.
Online audio and video chat project developed based on .NET 6, with WPF client and .NET API backend.
To do a good job, one must first sharpen one's tools; a scholar who wants to propagate his righteousness must first read his books. Backend development, as a pearl in the field of internet technology, has always been a peak pursued by developers.
There are many excellent .NET open source projects on GitHub, which are great for learning .NET, design patterns, and architecture.