Database Schema For Notification System Similar to Facebooks
Here is how I ended up solving this problem. I decided to use a dictionary to store data that is unique to each notification type. I then serialize that dictionary object into a binary string and store that in the database along with each notification. I have a template assigned to each notification type that … Read more