What is MVC Pattern:
The main purpose of using MVC pattern is to decouple the GUIfrom the Data. It also gives the ability to provide multiple views for the same data.MV pattern separates in to three important sections.
> Model: this section is specially for maintaining data.It is actually where yourbusiness logic,querying database,database connection etc.is actually implemented.
>Views: Displaying all or some portions of data,or probably different vciew of data. View is responsible for look and feel,sorting,formatting etc. >Controller: In ASP.NET the behind code is the controller as the evetns are hendled by that part.Controller communicates both with Model as well as with View
|
| Author: Pinky shah 29 Sep 2008 | Member Level: Bronze Points : 1 |
I need a Detailed Description of MVC Framework detail with a good example. Please do the favour for me.
|
| Author: Herryandi 13 Oct 2008 | Member Level: Bronze Points : 1 |
MVC Pattern had already become trend among .net development. Lots of article discuss about it, but I still cant get the deep picture of it. If there is some example program of it, it will very2 helpful
Thanks
|
| Author: DotNet Techie 14 Oct 2008 | Member Level: Silver Points : 1 |
You need not mentioned anything here in this article.. No USE of this article as such
|
| Author: Herryandi 14 Oct 2008 | Member Level: Bronze Points : 0 |
Can you explain a little bit more further
|