Tag Archives: Architecture

MVC-Process

Team RIA Development – Part 2 – MVC – Part 1

My posts on team development will start from a beginners understanding of programming, working up to an advanced look at architecture and design. First thing’s first: What’s this MVC thing? MVC stands for Model-view-controller. MVC aims to separate, or decouple, data (model) from the user interface (view) and functional logic (controller). You can read a [...]

Continue reading