User-973886032 posted
hi guys
in my previous projects, I had used inherited controllers to persist data across my last project e.g.
public class UsersController : ProjectAController
{
Although I added custom data to the base controller, e.g. shopping cart, alerts, statistics etc
These values are values that are loaded in the _Layout page (and are loaded once from the database, instead of repetitive round trip coding
What is best practices ?
thanks
Ehi