When we create a model in an MVC 4 application, are we must and should create a Controller for that respective model ?
MVC 4
MVC 4.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaganathan BantheswaranPosted Oct 22, 2013, 2:17 AM
Jignesh TrivediPosted Oct 22, 2013, 12:28 AM
any way controller is compulsory to acess model as well as view.
Nimit JoshiPosted Oct 21, 2013, 11:23 AM
Jaganathan BantheswaranPosted Oct 19, 2013, 3:51 AM
First you should have View & Controller.
Before creating Model, there should be a View & Controller.
Controller can be there without model. Model is to hold your screen data that it.