an.it.professional
an.it.professional

Reputation: 121

Implement Oberver Pattern using ASP.NET MVC

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

Answers (1)

Peladao
Peladao

Reputation: 4090

Did you see this example: http://wiki.asp.net/page.aspx/490/observer-pattern/

Upvotes: 1

Related Questions