DEV Community

Cover image for Mastering Background Services in .NET Core 📚

Mastering Background Services in .NET Core 📚

ByteHide on April 24, 2024

Background services in .NET Core provide a powerful mechanism for executing tasks asynchronously in the background, without disrupting the main flo...
Collapse
 
b33tl3 profile image
Cédric • • Edited

Hi ByteHide,
same for me : all the coding blocks in your article have html code in it (lot of tags), and it makes reading impossible.

example :

<span class="hljs-keyword">public</span> <span class="hljs-keyword">class</span> <span class="hljs-title">MyBackgroundService</span> : <span class="hljs-title">BackgroundService</span>
Enter fullscreen mode Exit fullscreen mode

should be :

public class MyBackgroundService : BackgroundService
Enter fullscreen mode Exit fullscreen mode

;)

Collapse
 
bytehide profile image
ByteHide •

Great, we'll have your comments considerated for future posts. Thanks!

Collapse
 
bytehide profile image
ByteHide •

Hi @canro91 thanks for your comment. Which Coding is not working for you?

Collapse
 
canro91 profile image
Cesar Aguirre •

I meant code boxes with your examples inside the post itself...

Collapse
 
bytehide profile image
ByteHide •

Hi @canro91, For Sure we will fix these problems in the following posts. Thanks for everything.

Thread Thread
 
craiginscotland profile image
craig mcinne •

Why don't you fix this article, its making reading it very frustrating, for what would otherwise have been a good article. Especially as the code is essential to getting the point across for this article.

Thread Thread
 
bytehide profile image
ByteHide •

Fixed!

Thread Thread
 
craiginscotland profile image
craig mcinne •

thank you, makes a big difference. I was going to stop reading your articles as a few suffered this same problem. Thanks, much appreciated.

Thread Thread
 
bytehide profile image
ByteHide •

Thanks to you for your support! We hope our next posts could help you.

Collapse
 
canro91 profile image
Cesar Aguirre • • Edited

hey maybe you're auto posting from another site. but you're coding listings seem not to be properly formatted for dev.to :( ... or is it just me?

Collapse
 
ayalasuperuser profile image
ayalaSuperUser •

Great article! Thank You

Collapse
 
tuan_vannguyen_c5e9263cf profile image
Tuan Van Nguyen •

What happen when I run many Background services