Hi Folks,
I'm trying to design a homepage for an MVC site that has two different views, based on if the user is logged in or not.
So image the default (not logged in) view is showing general, nonspecific info. If i'm logged in, the view is showing mostly personal stuff instead.
What's the best practice to handling this? Don't forget, we also need to unit test this.
Thanks heaps!