Reputation: 121
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.
Upvotes: 2
Views: 805
Reputation: 4090
Did you see this example: http://wiki.asp.net/page.aspx/490/observer-pattern/
Upvotes: 1