PinnedASP.NET Core RateLimit with ActionFilters and EndPointFiltersWhen building web applications, you might often want to control the frequency of user requests to prevent malicious attacks. In other…Feb 23, 20223Feb 23, 20223
Shallow Copy and Deep CopyIn general, when we try to copy one object to another object, both objects will share the same memory address. It’s about how objects are…Mar 3, 2024Mar 3, 2024
Why gRPC is high-performance?gRPC is designed to be efficient and fast, it’s suitable for distributed systems where performance is crucial.Mar 3, 2024Mar 3, 2024