Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
Model View ViewModel (MVVM) is an architectural design pattern that separates the page (the View) from the data (the Model) by way of its presentation logic (its ViewModel).
4
votes
2answers
909 views
Facebook Game Development - .NET - Which architecture?
I am starting to develop a facebook game using ASP.NET + Silverlight
Which architecture would you use? ASP.NET MVC or MVVM or RIA Services?
ALso what do you think about using XNA with Silversprite?
...