Skip to 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

Canvas Apps: Empowering Low-Code Development

canvas-app

 Canvas : In computer science and visualization, a canvas is a container that holds various drawing elements (lines, shapes, text, frames containing other elements, etc.). App : App is an abbreviated form of the word "application." An application is a software program that's designed to perform a specific function directly for the user or, in some cases, for another application program. What is a canvas app? Canvas apps empower non-technical individuals to create and develop commercial applications effortlessly. The customization…

Read more
Search