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!
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.
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;