Blog

技术文章

这里收录站点的文章正文,覆盖 .NET、桌面开发、工程实践与通用开发话题。

First Visit

新用户起步路线

Unexpected Finds

随机发现

随机发现

Integrated development with Vue in. NET MAUI

Microsoft's official plan at MAUI is to use Blazor for development, but most Web projects on the current market are built using Vue, React and other technologies. If we cannot bypass the accumulated technologies, it is not realistic to rewrite the entire project with Blazor.

MAUI
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.

4/29/2021 .NET技术栈 ASP.NET Core
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 沙漠尽头的狼 ASP.NET Core
If Zhuge Liang can program, write a master list in Java...

If Zhuge Liang can program, write a master list in Java...

Following the previous article,"If Zhuge Liang used C#to write a teacher's list..." Later, the webmaster thought that his first language was Java. Although he didn't use it much at work, he would also use Java to implement it again and just change it.

3/19/2021 沙漠尽头的狼 more languages
If Zhuge Liang wrote the teacher list in C#...

If Zhuge Liang wrote the teacher list in C#...

After reading an 18-year-old article [C++ version of "Graduation Form"], the webmaster thought it was quite interesting, so he used the C#console to implement it again.

3/19/2021 沙漠尽头的狼 .NET