MVC helper functions business logic
- by Menelaos Vergis
I am creating some helper functions (mvc.net) for creating common controls that I need in almost every project such as alert boxes, dialogs etc.
If these do not contain any business logic and it's just client side code (html, js) then it's ok. My problem arises when I need some business logic behind this helper.
I want to create a 'rate my (web)…