Oracle Extension (Re-Opened)

The Oracle Extension project has been re-opened. After taking a break from it for a day or two, I was able to come back to this project with fresh-eyes…sort of. I discovered that Hangfire doesn’t play well with several - if not all - Http* Classes. Not a major issue, but definitely something to be aware of. For those who may be having issues with using Http* Classes with Hangfire, just handle your Http tasks in the aspx.cs file, and pass their values as strings into your Hangfire cs file methods. If you use vb, pass it as an object; this will make things easier to code.

Here’s the link:

Hangfire.Oracle