Subscribe/Publish Model in Web-based Application (c#) - Best Practices for Event Handlers
- by KingOfHypocrites
I was recently exposed to a desktop application that uses an publish/subscribe model to handle commands, events, etc. I can't seem to find any good examples of using this in a web application, so I wonder if I am off base in trying to use this for web based development (on the server side)? I'm using asp.net c#.
My main question in regards to the…