Showing results for November 2017 - Cesar de la Torre

Nov 18, 2017
1
0

Implementing background tasks in .NET Core 2.x webapps or microservices with IHostedService and the BackgroundService class

Cesar De la Torre
Cesar De la Torre

Background tasks and scheduled jobs are something you might need to implement, eventually, in a microservice based application or in any kind of application. The difference when using a microservices architecture is that you can implement a single microservice process/container for hosting these background tasks so you can scale it down/up as you n...

ASP.NET Core.NET CoreIHostedService
Nov 2, 2017
0
0

Modernize, lift and shift, existing .NET apps with Windows Containers and Azure

Cesar De la Torre
Cesar De la Torre

************************** NOTE ************************ This blog post is a replica of the same blog post I just published at the official Microsoft .NET Blog, here: https://blogs.msdn.microsoft.com/dotnet/2017/11/01/modernize-existing-net-apps-with-windows-containers-and-azure/ ******************************************************** As part...