About Me

I am Suchith Madavu,

This is my Personal CodeLog and all the entries in this Codelog represent my thoughts & interest and not those of my employer. 

Do subscribe for the latest post and follow fb.com/appliedcodelog page for the latest updates

Write to me for any queries: suchith@appliedCodeLog.com

Thank you for your time, keep visiting :)
View Suchith Madavu's profile on LinkedIn

Getting Started with MVC

Introduction to MVC

This is the brief  theoretical  explanation about MVC  for  those who starts from the scratch.  
MVC - Development design pattern which divides programming culture into three areas like Core logic(Model), UI structure (View) and  handling user interaction and operation (controller).