Join Now
|
Login
home
login
join now
products and pricing
design pattern framework
design patterns
javascript tutorial
sql + database tutorial
all tutorials
connection strings
visual studio shortcuts
c# coding standards
html color codes
all references
explore
questions
ask question
tags
users
contact us
training courses
schedule
registration
sitemap
about us
training and education for professional developers
login
join now
C#, ASP.NET, WPF, WCF, LINQ, PATTERNS
Home
Questions
Tags
MVP
Tagged with:
MVP
16
records found
date
active
views
answers
votes
Strategy again. This time: Manipulating a View (that has different "Modes")
Hi there again, It's been some time and my last question was aimed at the strategy pattern. I wanted to know how I can make use of this pattern to replace a switch/case with something more SOLID. :) This time, I ...
Aug 30, 2011
by
Christian Jacob
555
99.9
Last:
Oct 06, 2011
by
Tarriq Ferrose Khan
80
95.9
VB.NET
Strategy Pattern
Best Practices
MVP
Winforms
Views
872
Answers
1
Votes
0
Answer
Code
Follow
0
MVP - Access to Logged in User Object
Hi I am thinking of applying the MVP pattern to an existing Windows Forms project. I plan to apply the MVP pattern/structure one form at a time as it will no doubt take a long time to migrate all existing ...
Oct 17, 2010
by
Matt Fothergill
89
96.1
Last:
Aug 12, 2011
by
Ruchika Rana
50
50
MVP
Design Patterns
Winforms
Views
2K
Answers
2
Votes
1
Answer
Code
Follow
0
Need a quick tutorial on MVC vs MVP
I am not quite up to speed yet, so I need a quick overview of MVC vs MVP. We are doing a short WinForms project and need to make a fast decision on which way to go. Does anyone have a suggested reference or ...
Apr 19, 2011
by
Tim Sawyer
76
95.7
Last:
Apr 20, 2011
by
Robert Blixt
1,128
99.9
MVP
MVC
Winforms
Tutorial
Views
1.4K
Answers
1
Votes
0
Answer
Code
Follow
0
MVP - So many questions
Hello - I have purchased the Design Pattern Framework and have stepped through the sample MVP application. I hope I'm not alone in asking how this works? I need to implement this type of ...
Mar 13, 2011
by
Bryan Ruddy
50
50
Last:
Mar 14, 2011
by
Dan McMillan
610
99.9
Design Pattern Framework
MVP
Views
1.1K
Answers
1
Votes
0
Answer
Code
Follow
0
MVP with Winforms App using ErrorProvider
Hi I have been looking through the Patterns in Action solution especially in terms of the MVP pattern as I would like to refactor an existing application to use MVP as a lot of logic is tied up in the code behind ...
Oct 10, 2010
by
Matt Fothergill
89
96.1
Last:
Oct 11, 2010
by
Chris Bint
60
94.5
C#
Design Patterns
MVP
Validation
Views
1.6K
Answers
1
Votes
0
Answer
Code
Follow
0
MVC and MVP
Hello, I am learning MVP and MVC design pattern and I have read so many articles but I am not getting the exact idea. Can someone explain this with an one example of each (MVC and ...
Aug 27, 2010
by
Anshuman Saini
50
50
MVC
MVP
Views
1.1K
Answers
0
Votes
0
Answer
Code
Follow
0
MVP and MVC when to use which?
When moving beyond the code-behind kind of coding style you run into two common patterns: MVP and MVC. I kind of have an idea what the differences are, but my question is twofold: 1) What ...
Jun 30, 2010
by
Trey Henlon
72
95.5
Last:
Aug 13, 2010
by
Christian Jacob
555
99.9
MVC
MVP
Beginner
Views
4.3K
Answers
4
Votes
1
Answer
Code
Follow
0
Where to place events from service layer in MVP?
I am coding a GUI that communicates via TCP/IP with Automated Guided Vehicles (AGVs). The Model communicates with TCP/IP Service layer. I was thinking of letting the Presenter subscribe to the TCP/IP events? But ...
Jul 18, 2010
by
Elund Christensen
100
96.2
Last:
Jul 21, 2010
by
Elund Christensen
100
96.2
MVP
Views
2.1K
Answers
3
Votes
1
Answer
Code
Follow
0
Explanation of MVP please
Hello, Could someone explain what the MVP Model is, possibly with an example in .NET? ...
Jun 01, 2010
by
Ali Momin
60
94.5
Last:
Jul 19, 2010
by
Robert Blixt
1,128
99.9
Design Patterns
MVP
Views
3.3K
Answers
5
Votes
0
Answer
Code
Follow
0
How to implement the MVP design pattern in Windows application
Hi All, I have to implement the MVP design pattern for my Windows application. For that I need some samples to implement it including Layers. Can anyone suggest how to do this? Thanks ahead ...
Jun 13, 2010
by
Venkat Damarasing
50
50
Last:
Jun 28, 2010
by
Bhupendra Sinha
70
95.3
MVP
C#
Winforms
Views
3.1K
Answers
2
Votes
0
Answer
Code
Follow
0
Did anyone ever switch a UI from something to something else?
Hello, When reading about MVC, MVP, MVVM,... there are mostly two big reasons for using them: Testabilty PortabilityFunny thing is: Most companies I was working in projects of, didn't know how to unit test. ...
Jun 14, 2010
by
Christian Jacob
555
99.9
Last:
Jun 15, 2010
by
King Wilder
478
99.9
Usability
Practical
MVP
MVC
MVVM
Views
1.3K
Answers
1
Votes
2
Answer
Code
Follow
0
Design Patterns help needed: MVC, MVP, MVVM (urgent)
Hello, I have been reading about Design Patterns and its different application models. Sofar, I have come accross the following models: MVC MVP MVVM From what I understand: MVC is a good ...
May 24, 2010
by
Ali Momin
60
94.5
Last:
May 28, 2010
by
Dan McMillan
610
99.9
Design Patterns
MVC
MVP
MVVM
Views
2.1K
Answers
1
Votes
0
Answer
Code
Follow
0
MVC vs MVP in Windows Forms
Hello: I am working on a Windows Forms .NET application (i.e. Winforms). Is MVC better or should I go with MVP? Thanks and ...
May 18, 2010
by
Ali Momin
60
94.5
Last:
May 18, 2010
by
Robert Blixt
1,128
99.9
MVC
MVP
Winforms
Views
2.9K
Answers
1
Votes
0
Answer
Code
Follow
0
MVVM can be applied to WPF and Silverlight. Is there some pattern that can work with ASP.NET, WindowsForms, WPF and Silverlight?
MVVM can be applied to WPF and Silverlight. Is there some pattern that can work with ASP.NET, WindowsForms, WPF and Silverlight, with maximum loose coupling? I saw this post which I found very interesting, ...
May 11, 2010
by
Sreenivas Manyam Rajaram
685
99.9
MVC
MVP
MVVM
Best Practices
Views
901
Answers
0
Votes
0
Answer
Code
Follow
0
MVC versus MVP for a WinForms app
I am starting up a relatively small project using WinForms. I have been reading up on patterns and MVC versus MVP. I see that MVC is widely used and very popular in Web development (hence the new ...
Feb 07, 2010
by
Juan Perez
129
96.4
Last:
Mar 30, 2010
by
Nicolae Dima
50
50
MVC
MVP
Views
6.9K
Answers
4
Votes
0
Answer
Code
Follow
0
MVVM vs MVC and MVP patterns
Can anyone explain what the MVVM pattern is compared to the existing patterns as well as reasons to use one over the other?
Feb 17, 2010
by
Darrell G.
50
50
Last:
Feb 22, 2010
by
Albert Hickman
250
96.9
MVVM
MVP
MVC
Views
11.7K
Answers
1
Votes
0
Answer
Code
Follow
0
15
30
50
Per Page
return to top