Hi Guys
We are trying to develop a brand new version of a more than 10 yrs old
16-bit application by state of the art architecture. Due to many views on
different business objects we decided to use the MVC pattern do decouple the
logic from the views. Since we do it the first time there are many issues
coming up on which there is little or no information in the internet
available. Has anyone done such a project before?
Martin
Essam Salah - 03 Dec 2007 12:15 GMT
Martin-
I am currently using the MVC architecture, we can exchange thoughts if you
wish.
Thanks and have a nice day
Essam Salah
Team Leader
ITWorx
http://esamsalah.blogspot.com
Essam.Salah <AT> ITWORX <DOT> COM
> Hi Guys
>
[quoted text clipped - 6 lines]
>
> Martin
Bob Powell [MVP] - 15 Feb 2008 08:14 GMT
Forget MVC in .net. It's now called "Databinding"
MVP is a better pattern for conceptual purposes.
Having done many of these in the past I recommend a good data model
later with no concerns for display knowledge.
A good presentation layer that conditions the data by providing
_exactly_ the correct representation for the UI and a UI that databinds
to the presention layer.

Signature
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
> Hi Guys
>
[quoted text clipped - 6 lines]
>
> Martin