I\'m at the beginning of my road concerning Programming and Software Development and Design. I want to develop some applications in .NET(C#) WinForms with a SQL server as back-end (haven\'t decided ye
Is it considered poor design to create \"black box\" User Controls that communicate directly with the service layer (to perform CRUD operations, validation, etc)?
In my MVP pattern (Passive view) based application (.NET), I have separated out the message boxes into the View so that when I tes开发者_运维问答t my presenter and model my testing code is not affecte
If I am using the MVP pattern with GWT, as in the GWT architecture best practices talk from Google I/O from 2009, but have spread out the information into multiple widgets, how should the value object
Am I wrong in my view that a pr开发者_StackOverflowesenter in the MVP design pattern should be lean and not have much logic just like the controller in MVC, and that most logic having to do with model
I\'m currently implementing a project using asp.net, c# and the MVP (Model-View-Presenter) pattern. The main purpose of this solution is to deliver a graph to the consumer, to be used by a variety of
I\'m working with GWT with the MVP pattern, actually implementing a search results page. The search results are represented by a picture + some info. I created a presenter and a view for a search res
I will start a Java project to develop a desktop application. What 开发者_JS百科to use as presentation layer pattern (MVC, MVP,MVVM or....)?
Would it be incorrect to make all my View 开发者_C百科Models / Presentation Models static classes so that if any other View Presenter wanted to change a view model other than its own it could easily a
Update 1-13-10 I\'ve been able to find some success using the code below for mapping. I am essentially ignoring any of the properties that do not have a mapping and mapping them afterwards. I would ap