What are the Passive View and Active View?
Is Strongly typed View know as Active View and vice versa?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anupam SinghPosted Jun 7, 2014, 12:34 AM
No, Strongly typed and Weekly Typed Views is a different concept.
Strongly typed view is when we specify a particular model(class) in a View and weekly typed or loosely typed view is when we dont specify any particular model(class) in view.
Actually Passive & Active view is a pattern used in MVC Framework or Architecture.
The main difference with Passive Model implementation is, in Active Model implementation the Model notifies the View when the Model is changed by Controller. The pictorial representation will clear it more.
A nice description is here :http://www.codeproject.com/Articles/674959/MVC-Patterns-Active-and-Passive-Model-and-its
Hope it will help you to figure out difference between them.
Saineshwar BageriPosted Jun 7, 2014, 12:22 AM
http://www.codeproject.com/Articles/674959/MVC-Patterns-Active-and-Passive-Model-and-its
sir if you got answer please mark it as answer