Reputation: 2855
I am currently planning to develop a sample websites to learn and demonstrate Silverlight(MVVM) and ASP.NET MVC framwork. I am thinking of working on sample E-Commerce (anyother ideas welcome!) site.
I am planning to keep the database structure and the WCF services which interact with the data the same so that I can have seperate front end using silverlight and ASP.NET MVC architecture.
Is there any good end to end project that is available which can point me towards a correct direction?
Any other recommendations it can be anything from architecture to coding principles.
I sincerely appreciate your time and support.
Upvotes: 1
Views: 598
Reputation: 6911
For the MVC part you should take a look at : http://mvcstarter.codeplex.com/
Upvotes: 1