South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
the more tiers the better. noone wants code that is easy to follow and read.
every tier must also implement MVC. API via classes/objects is so 2010.
also make sure that every tier transforms it's domain object into DTO's which are basically identical to the original domain object.
A good description of many OOP builds, "SOLID" they ain'tthe more tiers the better. noone wants code that is easy to follow and read.
every tier must also implement MVC. API via classes/objects is so 2010.
also make sure that every tier transforms it's domain object into DTO's which are basically identical to the original domain object.

Thanks for the explanation Spacerat. I've actually screenshotted your post for future reference. I'm busy working through a tutorial in building a 3-tier VB.NET app.