skip to Main Content

Background service management using Hosted Service

Introduction Long running tasks are very common in an API application. Tasks like data synchronization, periodic updates and background processing can be done asynchronously. ASP.NET Core Hosted Service can be used to implement background tasks. Hosted Service was introduced in ASP.NET Core 3.1 and are an excellent way to run background tasks.  They can be run on an ASP.NET Core web application. This is ideal if we need to update something that runs in the background that could affect all…

Read more

Microsoft Teams Bot Development: A step by step guide

Microsoft Teams is a popular communication and collaboration platform that allows users to chat, share files, and hold virtual meetings. One of the key features of the platform is its ability to integrate with a wide variety of third-party apps and services, including bots. Automated programs called bots perform a variety of tasks, such as answering questions, providing information, and helping users navigate the platform. Users can utilize Microsoft Teams bots to automate repetitive tasks, streamline communication, and enhance productivity.…

Read more
Search