What is MVC Architecture in a Web Based Application?
We can simplify MVC into Model View Controller that is a wellknown word in software engineering and web application development space. It’s a terminology or pattern that is applied in web development to separate 3 main pieces of any application into their isolated environments. Though, this was originally developed for the desktop computing but adopted widely in all programming languages as architecture for World Wide Web applications. MVC changed the whole scenario of internal representations of information. It changed the way the information is presented to or accepted from the user. MVC pattern has become the most popular and powerful framework since it improves development process of websites, web services and interactive web applications. It can be applied to JAVA, PHP, ASP.NET and many