这是indexloc提供的服务,不要输入任何密码
Skip to content

GuacaMollee/HangfireCore-Example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HangfireCore-Example

Intergrating Hangfire with a ASP.NET Core 1.1 for processing background and long-running tasks.

Setup

Build Front-End

  • Ensure your working directory is set to the HangfireCore.Mvc folder.
  • Ensure you have the latest version of Node & NPM installed.
  • Ensure you have the latest version of Bower installed: npm install -g bower
  • Restore front-end libraries: bower install

Build Back-End

  • Ensure your working directory is set to the HangfireCore.Mvc folder.
  • Ensure you have latest version of dotnet SDK installed.
  • Restore all packages: dotnet restore
  • Build project: dotnet build

Run

  • Ensure your working directory is set to the HangfireCore.Mvc folder.
  • Run dotnet run

About

Example of ASP.NET Core application and Hangfire integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 54.9%
  • HTML 32.3%
  • JavaScript 10.7%
  • CSS 2.1%