Project layout

Windows Phone SDK does not tell you how to organise your code. Here is a tried and tested skeleton filestructure that can be added to the pre-generated project structure

    1. Converters.cs
        1. MyUserControl1.xaml.cs
        1. MyUserControl2.xaml.cs
      1. ProfilesPage.xaml.cs
      1. EditProfilePage.xaml.cs
      1. OrdersPage.xaml.cs
      1. EditOrderPage.xaml.cs
    1. Profile.cs
    2. Order.cs
    3. DataSourceInterface.cs
    4. DataSourceInitialiser.cs
    5. DataSourceMigrater.cs
    1. AppViewModel.cs
  1. AppConstants.cs
    1. App.xaml.cs

View/Model/ViewModel

SampleData

Includes

Images

Root directory