Tag

.NET

正在浏览与 .NET 相关的文章。

430 篇文章
40 当前页
WPF: Playing GIF is so frustrating!

WPF: Playing GIF is so frustrating!

Today we introduce a library for displaying dynamic GIF images in WPF, which can be used in XAML or code: `WpfAnimatedGif`.

沙漠尽头的狼 7/2/2021 10:12 PM
5 exception handling schemes for ASP.NET Core

5 exception handling schemes for ASP.NET Core

Exception handling is very important in programming. On the one hand, it can give user-friendly tips and on the other hand, it is also for program security.

.NET技术栈 4/29/2021 9:27 AM
ASP.NET Core Visual Logging Component Usage

ASP.NET Core Visual Logging Component Usage

Today, the webmaster recommended a log visualization component,'LogDashboard'. You don't need to install third-party processes. You just need to install the corresponding **NuGet** package in the project and add a few lines of code to achieve a log management panel with a Web page. It's very nice.

沙漠尽头的狼 4/17/2021 8:41 PM
How to pop up a dialog box in Prism Module?

How to pop up a dialog box in Prism Module?

Some netizens asked for a request. How to pop up a dialogue box in Prism Module? Like the About dialog box popped up on the main interface?

沙漠尽头的狼 4/14/2021 5:32 PM