Re: Generics

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



shapper wrote:
On Sep 29, 6:48 pm, "Mr. Arnold" <Arn...@xxxxxxxxxx> wrote:
You know, you should get away from trying to manipulate Model objects so
much.

Maybe I was not clear but this is not a Data Model / Mapping Model
from the database.
The models I am talking about are the ViewModels in an ASP.NET MVC
application, e.g., UI Models.

I am using the class I mentioned in mapper to create this ViewModels.

I am sure I probably can create a mapping resolver common for all
them .. I am just looking at my code.

Here is another thing, Model View Presenter is an off spring of MVC, and it is a much more flexible solution than MVC. I abandoned MVC very quickly in favor of MVP.

Model-view-presenter is a software pattern, considered a derivative of the model-view-controller.

http://en.wikipedia.org/wiki/Model-view-presenter
.



Relevant Pages

  • MVC - The right way
    ... It seams that MVC Has become the de-facto way of producing GUI code. ... If a customer name is needed, ... now will require changes to the business object to support the new ... If a new field is added to the database, ...
    (comp.object)
  • Re: MVC as opposed to MVP
    ... I always thought that MVP (Model-View-Presenter) was a newer ... design than MVC, ...
    (microsoft.public.dotnet.languages.csharp)