Tweet
SIGN UP
MEMBER LOGIN:
TECHNOLOGIES
.NET 4.5
.NET Remoting in C#
Active Directory C#
ADO.NET in C#
AJAX in C#
Algorithms in C#
Android Programming
Articles C#
ASP, JavaScript, CSS
ASP.NET Controls in C#
ASP.NET MVC with C#
ASP.NET Programming
BizTalk Server
C# Assemblies
C# Language
C# Tutorials
C, C++, MFC
Career Advice
Chapters
Cloud Computing
COBOL.NET
Coding Best Practices
COM Interop
Compact Framework
Cryptography C#
Crystal Reports C#
Current Affairs
Custom Controls C#
Databases & DBA
Deployment
Design & Architecture
DirectX C#
Enterprise Development
Error Zone
Exception Handling C#
Expression Studio
F#
Files, Directories in C#
Financial Applications
Games Programming C#
GDI+ & Graphics
Hardware
How do I
HTML 5
Internet & Web
iPhone/iPad
Java
Java and .NET
JQuery
JSP
Leadership
Learn .NET
LINQ with C#
Metro Style Apps in C#
Mobile & Embedded
MonoDevelop
MSMQ in C#
Multithreading in C#
Networking
Office Development
OOP/OOD
Operating Systems
PHP
Printing in C#
Products
Project Management
Reports using C#
Robotics & Hardware
Security in .NET
SharePoint
Silverlight with C#
Smart Devices
Speech in C#
SQL
SQL Server 2012
String in C#
Team Foundation & VSS
Testing
Visual Basic .NET
Visual C#
Visual Studio .NET
Visual Studio 11
Visual Studio 2010
VS LightSwitch 2011
WCF with C#
Web Forms C#
Web Services in C#
WebForms Controls
Windows 8 in C#
Windows Controls C#
Windows Forms C#
Windows Phone in C#
Windows PowerShell
Windows Services in C#
Workflow Foundation in C#
WPF with C#
XAML with C#
XML in C#
XNA with C#
FORUMS
BLOGS
VIDEOS
INTERVIEWS
CERTIFICATIONS
DOWNLOADS
BOOKS
LINKS
NEWS
Learn .NET in 60 days – Part 1 (13 Labs)
Learn MVC (Model view controller) Step by Step ...
Learn C# Corner - Home
Using Border Radius and Gradients in CSS3: Part I
Learn C# Corner - Footer
Learn .NET and C# in 60 Days Lab13(Day 5): - C ...
iPhone 5 First Look
Samsung Galaxy Note Review
WCF - Authentication and Authorization in Ente ...
How to write a good article on C# Corner
Blog
At a glance of MVC and MVP
Posted by
Shirsendu Nandi
in
Blogs
|
ASP.NET MVC with C#
on
May 26, 2011
At a glance of MVC and MVP.
Tweet
888
0
0
The
MVC
pattern is a UI presentation pattern that generally focuses on separating the UI (View) from its business layer (Model). The pattern separates responsibilities across three components:
The view is responsible for rending UI elements
The controller is responsible for responding to UI actions,
The model is responsible for business behaviors and state management.
In most implementation all three components can directly interact with each other and in some implementations the controller is responsible for determining which view to display this is knpwn as front controller pattern
The
MVP
pattern is a UI presentation pattern based on the concepts of the MVC pattern. The pattern separates responsibilities across four components:
The view is responsible for rending UI elements, the view interface is used to loosely couple the presenter from its view.
The presenter is responsible for interacting between the view/model.
The model is responsible for business behaviors and state management. In The view interface and service layer are commonly used to make writing unit tests for the presenter and the model easier
Here the
View is more loosely coupled to the model. The presenter is responsible for binding the model to the view.
share this blog :
Using Fluent Nhibernate, LINQ an..
Web Development
Related Blogs
Creating Custom Routes in asp.net mvc3
ASP.NET MVC 4 Beta is released
Learn ASP.NET MVC 4
ASP.NET MVC 3 - Handling Not Found with ASP.NET MVC 3
mvc tutorial 3
mvc tutorial 2
post comment
Sponsored by
Become a Sponsor
More Blogs from this Blogger
Partial Page implementations in ASP.NET MVC3 Razor
Article Tag in HTML 5
New Features and Browser Compatability of html5
HTML5 introduction
Continuous integration in software Industry
3D Immersive Touch
what is Windows DNA
PFX(Parellel Framework) and Traditional Multithreading in .net 4.0
Local and global temporary table in sqlserver
asp.net dropdownlist validation using Required Field Validation
View All
Latest Blogs
WebPart Collector or WebPart Finder
Free Ride is Over for Desktop Developers in Visual Studio 11
DotNet developers most used application/tools launching through 'Run'
80-inch Windows 8 Tablet
Data encapsulation
Option to access the Column Names in Data table
Open multiple windows in browser startup. (Multiple homepages option)
I'm Sorry
const and readonly
Address, Binding and Contract in WCF
View All
Sponsored by
Become a Sponsor