Reading List
8 October 2021
There was so many articles about how to use and customize Identity in ASP.NET Core, but it's hard to find the one that express the idea of that design decision. This one would help some.ASP.NET Core.Net CoreIdentity10 October 2021
From the old days, we're farmiliar with window service that provided by Window. But now, in the conainer area, the term window service was not suitable one. So what's its alternative ?ASP.NET Core.Net CoreBackground Service15 October 2021
When we need to write something that should affect every http request, Middleware and Action Filter would definitely declare themself as strong candidates. But how should we choose one over others ?ASP.NET Core.Net CoreMiddlewareAction Filter30 April 2022
Does you familiar with Oauth and PKCE ? If not, this simple form could helpOauthOpenIdPKCE17 February 2023
Testing won't ensure a good design and maintainable project, but it's likely did.ReactJsUnit TestingReact Testing Library