ASP.NET MVC 2 RC areas and shared models -


Once the new area is created through Visual Studio context menu, there are three folders: controller, model, View . Is it supposed to be a model class in every field?

P>

model folder contains visual models.

And yes, many views in many areas share the same visual-model in some way.

If your visual model is shared with many areas, then they ~ / models - there is no restructuring in it


Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -