Postman — OAuth 2.0AuthenticationWith OAuth 2.0, you first retrieve an access token for the API, then use that token to authenticate future requests. Access tokens are…Apr 5, 2024Apr 5, 2024
Dot Net Core 7 — Run Periodic Background tasksTo run background tasks in Dot Net Core on periodic basis ( at some intervals), by use of BackgroundService base class.Dec 19, 2023Dec 19, 2023
Single Signout/Logout for Duende Identity Server v6Refer Duende Identity Server DocumentationMar 28, 2023Mar 28, 2023
An Introduction to Azure DevOpsDevOps is a software development practice that promotes collaboration between development and operations, resulting in faster and more…Jul 1, 2022Jul 1, 2022
Hangfire Background Recurring Jobs — Console ApplicationHangfire is an open-source framework that helps you to create, process and manage your background jobs, i.e. operations you don’t want to…Dec 19, 2020Dec 19, 2020