Pro EP 44 : 14 Things that you Should Avoid in Controllers
These are few things that you shouldn’t do in controllers for better performance.
- Putting HTML
- SQL statements
- Tight Coupled code
- Configuration settings
- Putting a lot of if-else
- Accessing…