Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Here are links to some of the resources that I find most useful for developing Windows Store apps. I’ll update this post as I come up with more, but this should get you started.
- End-to-end apps https://msdn.microsoft.com/en-us/library/windows/apps/br211375.aspx
- Performance best practices for XAML apps https://msdn.microsoft.com/en-us/library/windows/apps/hh750313.aspx
- Windows RT white paper download https://www.microsoft.com/en-us/download/details.aspx?id=30703
- Developing secure apps https://msdn.microsoft.com/en-us/library/windows/apps/hh849625.aspx
- Working with tiles, badges and toast notifications https://msdn.microsoft.com/en-us/library/windows/apps/xaml/Hh868259(v=win.10).aspx
- Accessing data and files https://msdn.microsoft.com/en-us/library/windows/apps/xaml/Hh758319(v=win.10).aspx
- Adding ListView and GridView controls https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh780618.aspx - also has links to the default styles and control templates for all the controls involved.
Also feel free to post links in the comments below.