MVC Application Design
Posted
by
Paul Brown
on Stack Overflow
See other posts from Stack Overflow
or by Paul Brown
Published on 2011-02-04T15:23:56Z
Indexed on
2011/02/04
15:25 UTC
Read the original article
Hit count: 309
asp.net-mvc
Hello
I am about to create my first proper application in ASP.NET MVC3.
It is basically a jobs site with 3 levels:
1) Users - No registration and can view all jobs posted on the website 2) Posters - Need to register and login to post adverts 3) Admin - Need to register and login to post adverts and review postings before they go live
Would you suggest I use the same Jobs controller for the three levels I mention above? With a LIST action to show jobs to "Users" and a CREATE & EDIT action for the "Posters" & "Admin"?
Thanks Paul
© Stack Overflow or respective owner