hostedservice
There are 14 repositories under hostedservice topic.
rallets/console-app-net5
A console app built using .NET Core 5 with support to Microsoft DI best practices to show how to setup: Multiple environments, Configuration values using the Options pattern, Appsettings, Usersecrets, Azure KeyVault, Azure Application Insight, TelemetryClient, HostedService, HttpClientFactory.
raphaabreu/SimpleConcepts.Extensions.HostedTasks
Extensions to configure tasks that should be executed on application startup, shutdown or repeating after an interval.
ImoutoChan/Offloader
Offload heavy processing from your requests to separate scope. Simple configuration and usage.
alejandropb36/SimpleCronWorkerService
A simple and easy way to implement worker services scheduled by a CRON expression
cenksari/aspnet-core-queue-management
A Dotnet Core WebAPI hosted service for efficient queue management. Easily manage and process your queues in one place, streamlining task execution and improving system performance.
Luiz-F-L-P-JR/Gerenciamento.Matricula.API
O Gerenciamento de Matrículas, é uma API que suporta as operações de um aplicativo mobile que permite que o seu cliente gestor possa acompanhar o andamento das novas matrículas realizadas na sua escola instantaneamente, além de poder realizar operações como adicionar, atualizar, excluir, filtrar por aluno e visualizar toda a lista de alunos.
usausa/hosted-service-extension
Hosted service extension.
Artem-Babenko/RecipeWebApp
Проект "Рецепти приготування страв" - це мій третій веб-додаток, основою якого є рецепти та їх харчова цінність. Головна ідея проекту полягає у створенні, редагуванні та перегляді рецептів користувачами сайту.
cristian-lopes/worker-with-ui
Worker service with visual interface to track the progress of steps
sharpist/BackgroundWork
ASP.NET Core Hosted Service implementation to running background tasks
vagdonic/Ethereum-graphQL-api
A Subgraph for querying NFTs from the Foundation Marketplace.
BnnQ/TranslatorTelegramBot
Implementation of Telegram bot "Translator" using web hooks. Implemented using Telegram API SDK Telegram.Bot.
kahramanbayraktar/CheckoutTracker
A simple solution to demonstrate microservices and event-driven architectures using RabbitMQ, .NET, and Docker.
reiugit/FourWaysOfTimedHostedServices
Four ways of 'Timed HostedServices' and their impact on Unit Tests