Monthly Archives: November 2006

Model-View-Presenter Sample

Here is a small part of my Demo that I’m creating. It is actually a second Presenter with Model and View that are used when you want to import something (the demo will follow so don’t worry ).It gives a … Continue reading

Tagged | Leave a comment

MVP Rocks

I’ve been working MVP for a day now and I just love it. Complete seperation of data and user interface. I’ve been creating 2 models, one built with Ado.NET (which sucks by the way) and one built with Hera (the … Continue reading

Leave a comment

Model-View-Presenter

Somebody mailed me that I should look into the MVP pattern (did I mention I love patterns! ) So after some browsing on the web it sure looks like the right pattern to use for my last problem. MVP exists … Continue reading

Tagged | Leave a comment

Seperating data from user interface

A few days ago a friend of mine asked me the following. He was working on a program with a database backend. He found some ORM tools on the web, but every time they worked differently (use that or that … Continue reading

Tagged | Leave a comment