Which is better? Single Controller - Multiple Methods OR Multiple Controllers - Few Methods ?
I have a curious question, though not really important in a project factor.
In my project, I use to create numerous methods in a single controller, like 15-20 methods in a single controller.
I have seen some other person coding in multiple controllers and using a few numbers of methods in each one.
Which is efficient? Does even it has any effect in server run-time memory if I use all the methods in one controller?