Category

All Categories

Focus on articles under the same technical theme for easier continuous reading by direction.

524 articles
43 Current page
C# Script

C# Script

In some cases, it is necessary to dynamically execute C# code during program runtime. For example, storing frequently changing algorithms in a configuration file and reading and executing them from the configuration file during runtime. C# scripts can be used to accomplish these tasks.

寻找无名的特质 12/24/2021 10:46 PM
(24/30) Let's Learn Blazor Together: Using <AuthorizeRouteView>

(24/30) Let's Learn Blazor Together: Using <AuthorizeRouteView>

The day before yesterday, we added content in `Blog.razor` to display both authorized and unauthorized views. However, if the unauthorized content to be displayed is the same across the system, writing it in every component would be a waste of time. We can use `App.razor` to handle unified presentation.

StrayaWorker 12/23/2021 10:51 PM
(20/30) Let's Learn Blazor Together: Logging

(20/30) Let's Learn Blazor Together: Logging

When developing a system, logging is very important. It hasn't been mentioned before; the author only recently thought of it, so let's implement it!

StrayaWorker 12/21/2021 11:36 PM