(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: 昨天说到单元测试,但有些时候可能由于时间关系没办法完整测试
View resultYesterday we talked about unit testing, but sometimes due to time constraints, comprehensive testing is not possible.
Matched content: 昨天说到单元测试,但有些时候可能由于时间关系没办法完整测试
View resultEarlier, 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() ,这两个的差别在于:前者用于验证登录者是谁,后者则决定登录者可以做什么。
View resultYesterday's authentication only targeted the Identity system and did not include our logs.
Matched content: 昨天做的验证只针对 Identity 系统,没有包含到我们的日志
View resultToday, we'll implement the authentication part.
Matched content: 今天来实现身分验证的部分
View resultIt's simple, use it because it's good, performance and syntax expressiveness/development speed are stronger than Java/Go, why not use it.
Matched content: 很简单,用是因为好用,性能和语法表现力/开发速度都比java/go强,干嘛不用呢。
View resultSharing a small login case study learned previously
Matched content: 分享一下之前学习的一个登录小案例
View resultThe company gives you a task to write an API interface, so how should we design it?
Matched content: 公司交给你一个任务让你写一个API接口,那么我们应该如何设计?
View resultSharing a small login case study I learned earlier
Matched content: 分享一下之前学习的一个登录小案例
View resultException handling is very important in programming, firstly to give users friendly prompts, and secondly for program security.
Matched content: 异常处理在编程中非常重要,一来可以给用户友好提示,二来也是为了程序安全。
View resultToday, 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哦。
View result