Web based MVC and Observer design pattern
The observer pattern was first implemented in Smalltalk's MVC based user interface framework
Due to the stateless "nature" of web programming the observer pattern is not built-in in ASP.NET MVC architectural pattern although is implemented in .NET Framework explicitly (IObserver,IObservable).
Due to the stateless "nature" of web programming the observer pattern is not built-in in ASP.NET MVC architectural pattern although is implemented in .NET Framework explicitly (IObserver,IObservable).
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home