I need to implement Observer Pattern in ASP.NET MVC. Can anyone guide me where I can find the skeleton of the classes for this or can provide me a skeleton itself?
I need to apply this pattern with the clear separation of model, view and controller.
Thanks.