This fifth part of this series doesn't really show a customization. This part is more about a feature you can use to create background services to run tasks asynchronously inside your application. Actually, I use this feature to regularly fetch data from a remote service in a small ASP.NET Core application. The Series's Topics Customizing ASP.NET Core Part 1: Logging Customizing ASP.NET Core Part 2: Configuration Customizing ASP.NET Core Part 3: Dependency Injection Customizing ASP.NET Core Part 4: HTTPS Customizing ASP.NET Core Part 5: HostedServices - This article Customizing ASP.NET Core Part 6: MiddleWares Customizing ASP.NET Core Part 7: OutputFormatter Customizing ASP.NET Core Part 8: ModelBinder Customizing ASP.NET Core Part 9: ActionFilter Customizing ASP.NET Core Part 10: TagHelpers About HostedServcices HostedServices are a new thing in ASP.NET Core 2.0 and can be used to run tasks asynchronously in the background of your application. This can be used to fetch data periodically, do some calculations in the background, or perform some cleanups.
I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.
Stay tuned to my blog, twitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.
tutorial,web dev,web application development,asp.net core,hostedservices
Stay tuned to my blog, twitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.
This article is related to
tutorial,web dev,web application development,asp.net core,hostedservices
No comments:
Post a Comment