Need help with Hangfire installation in VB.NET Web Application 2023

I am currently working on a VB.NET Web Application and I’m trying to integrate Hangfire into my project. However, I’m facing some difficulties in getting Hangfire installed properly. Since my programming skills are at a moderate/hobby level, I’m struggling with the process.

One of the challenges I encountered is that VB doesn’t have a Startup file like C# does, which has made it a bit confusing for me. Additionally, the code converters I’ve tried haven’t been providing me with code that VB likes.

I’m hoping that someone here can provide me with step-by-step instructions on how to install Hangfire successfully. It would be immensely helpful if you could also provide the exact code I need and guide me on where to inject that code in my project.

Once installed, I want Hangfire to run a procedure called “Notifications” once every minute.

I truly appreciate any assistance or guidance that you can provide. Thank you so much in advance to anyone who can lend a helping hand!