I basically do a shopping cart in asp.net mvc. I am adding an admin section where administrators can:
- CRUD for products.
- CRUD for users.
- RUD when ordering.
Do I need to create an administrator Areain the mvc project for administrators, is it suitable for my needs? What are the benefits Area?
source
share