When creating a new ASP.NET MVC 3 project, there is no pre-created directory for storing ViewModel objects (presumably because this is an optional pattern). I know the location is arbitrary, but is there a generally accepted path where these should be placed?
Share
Usually the ViewModels should be in the same project of the Views but it is arbitrary