Skip to content

練習使用 .NET Core 3.1 實作 Worker Service。(To practice how worker service implement with .NET Core 3.1.)

Notifications You must be signed in to change notification settings

cdcd72/NetCore.WorkerService.Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetCore.WorkerService.Demo

這個專案專注於實作 Worker Service。
This project focus on implement worker service.

練習使用 .NET Core 3.1 實作 Worker Service。
To practice how worker service implement with .NET Core 3.1.

運行專案

透過 Visual Studio 2019 或者利用 dotnet run 指令先把專案跑起來。

  1. Run the project from Visual Studio 2019 or by typing dotnet run in a command window

接著如看到下圖,表示 Worker Service 已在運行中。

  1. Then as shown in the figure below, the worker service is already running.
    Image

你可以嘗試修改組態設定!

  1. You can try to modify configuration settings!
    Image

最後版本

1.0.0.0 (April 10, 2020)

記錄

  • 1.0.0.0
    • Initial Commit (初次上版)

參考文章

About

練習使用 .NET Core 3.1 實作 Worker Service。(To practice how worker service implement with .NET Core 3.1.)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages