AdiRad
✅ Design Question: Hangfire as an event bus?
Hi I have a design question.
I've come across a lot of implementations of Hangfire as a Service Bus in my scrawl through the internet.
I've personally used Hangfire more as a standalone scheduled job processor, or something that consumes events from a service bus. The concept of using Hangfire to event queue everything seems strange to me.
My Question: Is Hangfire as a service bus an actual good practice, and if so what are the pros and cons of using it?
15 replies
C# Nuget packages - Design/Architecture patterns and best practices
Hi,
I'm looking to start writing an open source nuget package that implements and a specific company's API, but not really finding much information on best practices for patterns and structure of the project.
I understand points like versioning, authoring, etc.
Are there any specific requirements or limitations I need to take into account code wise however? Are there any specific design patterns that simplifies package development and/or implementation?
4 replies