Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 727 Bytes

File metadata and controls

17 lines (10 loc) · 727 Bytes

Tactics for Building Background Services: HangFire

Hello!

This is the official GitHub repo for "Building Background Services in .NET with HangFire". You can find the course hosted on Udemy - click here to join!

Questions?

If you have any questions for the course or course material, feel free to drop an issue or ask a question directly in the course.

Example Connection String

If you're using our Dockerfile to run SQL Server, you can use the following connection string:

Server=localhost,1433;Database=HangFire;User Id=sa;Password=YourStrong!Passw0rd;TrustServerCertificate=true;