asp.net mvc - how to trigger notifications in mvc after something is saved in the database? -
how trigger notifications in mvc after saved in database? e.g: if admin saves new item in database employees notified there's new item in stock.
you can either use polling reflect changes database or have push notification notify client
Comments
Post a Comment