Should I have different models and views for no user data than for some user data?
- by Sam Holder
I'm just starting to learn asp.net mvc and I'm not sure what the right thing to do is.
I have a user and a user has a collection of (0 or more) reminders. I have a controller for the user which gets the reminders for the currently logged in user from a reminder service. It populates a model which holds some information about the user and the…