Introduction to MVC
What is MVC?
MVC stands for Model View Controller. It is one of the most frequently used Software Architectural Design Pattern. There are 3 main components -
1. Model is responsible for the data logic or represents a table of any database. It is a l...
md-wahid.hashnode.dev2 min read