¿Simple MVVM Toolkit tiene una carpeta de modelos en la aplicación web, no Silverlight?
Frecuentes
Visto 103 veces
0
I have just noticed something interesting with the Simple MVVM toolkit
The models folder is in the web application
The web application is .NET
I thought I would define all my complex logic, etc in the model within the server
Am I missing something here? I though that the web project just hosts the Silverlight application?
Paul
0 Respuestas
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas silverlight mvvm mvvm-toolkit or haz tu propia pregunta.
I'm not sure what the "Simple MVVM toolkit" is. Maybe the models added to the Silverlight project through "add as link"? They might be re-using them on both sides. - AlignedDev
Not sure if they are used via a link, I dont think they are as there is an actual folder called Models in the Web App - Paul