Hi guys,
Is it a good practice to place helper methods within the MasterPage?
Should I be worried that when I introduce new classes in AppCode folder it can result more objects to be created in the memory and build and application start times will be increased as well?
thanks!