I'm new to C# and the MVC architecture.. But I'm trying to learn and want to get off on the right foot. The application I'm building will require a front-end and administration area. Both will have every different interfaces and be used by different people so I thought the best way to separate it would be to create an individual project for each, with seperate controllers and views, all sharing the same model.I'm new to C# and the MVC architecture.. But I'