Click here to Skip to main content
15,920,632 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: DateTime Pin
TheEagle26-Aug-06 7:15
TheEagle26-Aug-06 7:15 
Questioncontroling two ASP.NET pages Pin
NaNg1524126-Aug-06 5:31
NaNg1524126-Aug-06 5:31 
AnswerRe: controling two ASP.NET pages Pin
Guffa26-Aug-06 5:49
Guffa26-Aug-06 5:49 
GeneralRe: controling two ASP.NET pages Pin
NaNg1524126-Aug-06 6:01
NaNg1524126-Aug-06 6:01 
Questionviewing pdf files Pin
248912826-Aug-06 4:58
248912826-Aug-06 4:58 
AnswerRe: viewing pdf files Pin
Jakob Farian Krarup26-Aug-06 8:02
Jakob Farian Krarup26-Aug-06 8:02 
QuestionMVC / MVP Design Patterns Pin
TheEagle26-Aug-06 4:05
TheEagle26-Aug-06 4:05 
AnswerRe: MVC / MVP Design Patterns Pin
Colin Angus Mackay26-Aug-06 6:15
Colin Angus Mackay26-Aug-06 6:15 
MVP is a further bit of evolution on the MVC pattern. MVC is Model-View-Controller and is a way of separating out the functions of the user interface (the View) from the business layer (the model) by using a controller.

MVP is Model-View-Presenter is (in my opinion) a better alternative in that it separates the functionality much better such that the view knows nothing about the model (in the MVC pattern the view did know about the model. In both patterns the model does not know about the view.

MVP is also more easily unit testable than MVC.

You might want to read more on the subject: August 2006's MSDN Magazine had an excellent article on it: http://msdn.microsoft.com/msdnmag/issues/06/08/DesignPatterns/default.aspx[^]


GeneralRe: MVC / MVP Design Patterns Pin
TheEagle26-Aug-06 7:26
TheEagle26-Aug-06 7:26 
GeneralRe: MVC / MVP Design Patterns Pin
Colin Angus Mackay26-Aug-06 13:55
Colin Angus Mackay26-Aug-06 13:55 
GeneralRe: MVC / MVP Design Patterns Pin
TheEagle27-Aug-06 10:59
TheEagle27-Aug-06 10:59 
QuestionCompare Validator in dd/MM/yyyy format Pin
Vipul Mehta26-Aug-06 3:11
Vipul Mehta26-Aug-06 3:11 
QuestionComparing 2 date values in Java Script Pin
Vipul Mehta26-Aug-06 3:06
Vipul Mehta26-Aug-06 3:06 
AnswerRe: Comparing 2 date values in Java Script Pin
Guffa26-Aug-06 3:49
Guffa26-Aug-06 3:49 
QuestionRegarding configuring your application on iis Pin
VishalSharmaDev26-Aug-06 1:20
VishalSharmaDev26-Aug-06 1:20 
QuestionConnection String Failing. Pin
japel26-Aug-06 0:48
japel26-Aug-06 0:48 
AnswerRe: Connection String Failing. Pin
Jakob Farian Krarup26-Aug-06 2:27
Jakob Farian Krarup26-Aug-06 2:27 
QuestionRe: Connection String Failing. Pin
japel26-Aug-06 12:26
japel26-Aug-06 12:26 
AnswerRe: Connection String Failing. Pin
Jakob Farian Krarup26-Aug-06 21:20
Jakob Farian Krarup26-Aug-06 21:20 
QuestionWeb service problem Pin
-Yoyosh-26-Aug-06 0:13
-Yoyosh-26-Aug-06 0:13 
QuestionReorder the rows in datagrid Pin
Amit Agarrwal26-Aug-06 0:02
Amit Agarrwal26-Aug-06 0:02 
AnswerRe: Reorder the rows in datagrid [modified] Pin
Jakob Farian Krarup26-Aug-06 1:44
Jakob Farian Krarup26-Aug-06 1:44 
Questiondynamically adding webparts [modified] Pin
ketan.raval25-Aug-06 23:30
ketan.raval25-Aug-06 23:30 
Questionmultiline text box in grid on edit command Pin
Arch22k25-Aug-06 22:44
Arch22k25-Aug-06 22:44 
AnswerRe: multiline text box in grid on edit command Pin
MIHAI_MTZ26-Aug-06 3:18
MIHAI_MTZ26-Aug-06 3:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.