In my MVC3 application I want to notify the user when a new record is added to a table call Money Transfer. I’m
using Entity Framework 4.1 CodeFirst approach with SQL server 2008.
Please let me know how can I build this scenario with above technologies?
If anyone can post me a sample code or web links, that would be very much appreciated.