.NET 8 SDK installer now available for download
.NET 8 already has an installer available for download. This is great news, as Microsoft's efforts to enhance .NET are always ongoing.
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
.NET 8 already has an installer available for download. This is great news, as Microsoft's efforts to enhance .NET are always ongoing.
If you've been keeping up with the latest trends in the .NET world, then you must have heard of Blazor by now.
Sometimes we want to apply individual styles to different components. But if we write all CSS classes in `wwwroot/css/site.css`, or modify styles for a specific element, it may cause a change to affect all components. This kind of global conflict must be avoided, but how should we do it?
Solve this problem using the solution provided by Microsoft
If you also have similar troubles, I believe this answer can effectively help everyone.
How to use the dialog service of the MVVM framework Prism in .NET Core 3 environment, and this is the final article of the Prism series.
How to use the MVVM framework Prism based on region navigation system in .NET Core 3 environment
How to use the region manager of the MVVM framework Prism for View management in .NET Core 3 environment.
How to use the event aggregator of the MVVM framework Prism to implement communication between modules in .NET Core 3 environment.
How to modularize applications using the MVVM framework Prism in .NET Core 3 environment.
How to use commands in the MVVM framework Prism under .NET Core 3 environment
These patterns are best practices for solving common object-oriented design problems.