Global Search

Search Tools, Projects & Articles

A single entry point to retrieve site content, prioritizing the most relevant tools, project documentation, and technical articles.

Keyword: dotnet 147 results
Tools 0 Projects 12 Posts 135
Article 12/25/2021

(30/30) Learn Blazor Together: .NET 6 <ErrorBoundary>

Yesterday we talked about unit testing, but sometimes due to time constraints, comprehensive testing is not possible.

Matched content: 昨天说到单元测试,但有些时候可能由于时间关系没办法完整测试

Blazor 30-of-30-let-us-learn-blazor-together-dotnet6-errorboundary
View result
Article 12/23/2021

(23/30) Let's Learn Blazor Together: ASP.NET Core Identity (3)

Earlier, we mentioned `UserAuthentication()` and `UserAuthorization()`. The difference is that the former is used to verify who the user is, and the latter determines what the user can do.

Matched content: 前面有说到 UserAuthentication() 跟 UserAuthorization() ,这两个的差别在于:前者用于验证登录者是谁,后者则决定登录者可以做什么。

Blazor 23-of-30-let-us-learn-blazor-together-asp-dotnet-core-identity-3
View result
Article 4/29/2021

5 Exception Handling Schemes in ASP.NET Core

Exception handling is very important in programming, firstly to give users friendly prompts, and secondly for program security.

Matched content: 异常处理在编程中非常重要,一来可以给用户友好提示,二来也是为了程序安全。

ASP.NET Core asp-dotnet-core-the-five-exception-handling-schemes
View result
Article 4/17/2021

Using ASP.NET Core Visual Log Component

Today, the site owner recommends a log visualization component `LogDashboard`. It does not require installing third-party processes. Just install the corresponding **NuGet** package in your project and add a few lines of code to have a web-based log management panel. It's really nice.

Matched content: 今天站长推荐一款日志可视化组件 LogDashboard ,可以不用安装第三方进程,只需要在项目中安装相应的 NuGet 包,添加数行代码,就可以实现拥有带Web页面的日志管理面板,十分nice哦。

ASP.NET Core asp-dotnet-core-visual-log-component
View result