原文发布时间为:2012-07-31 —— 来源于本人的百度文章 [由搬家工具导入]
Code libraries and toolkits
Enterprise Library 5.0provides additional classes focused on generic patterns and practises that are good to follow included logging, cryptography, exception handling and validation
Silverlight for Windows Phone toolkitprovides additional controls, components and utilities for reuse and now has a Windows Phone 7 release. Informal documentation can be found hereand here, you can also watch Inside Windows Phone Episode 5 – Windows Phone Silverlight Toolkit.
A collection of Windows Phone 7 controls– a list of links to controls found in a range of locations
Mobile Advertising SDK for Windows Phone– easily incorporate ads in your apps with this Microsoft plugin (more info here)
MVVM Light Toolkitprovides additional tools to enable you to easily code using the Model-View-ViewModel design patternwhich keeps the View and Model separate and allows for more flexible coding, also explained by Jeremy Likness hitherand Jason Dolinger thitherand in 3 easy steps
.NET Extension Methods Libraryis a set of object extensions enhancing objects such as String, Object, DateTime etc. These are all from a print magazine, meaning the code standard should be reasonable.
Patterns & Practices – Windows Phone 7 Developer Guide– an early release of a best practice guide for WP7
Find more extensions at CodePlex, Microsofts Open Source code hosting platform
Getting diagnostic output from Windows Phone 7(console.log doesn’t work on WP7)
Building a Windows Phone 7 Twitter Clientfrom Microsoft’s dev guru Scott Guthrie
Cheat Sheet for Unit Testing on Windows Phone 7and How to build a Windows Phone 7 app using test driven development– introduces concepts of unit testing for Windows Phone 7, contrary to the location given in the tutorial you should locate the unit testing toolkit here, also beware – examples are incomplete.
Progress bar optimisations by Jeff Wilcox – part 1and part 2
Peter Torr’s Introduction to Places– Advice on application structure and the concept of places, pages and screens
Saving State execution model best practices– tips on how best to save users state in your apps
Don’t forget to encrypt your Windows Phone 7 data– a guide to WP7 security
Working with photos– accessing images on the device from within your apps
Managing Trial Applications for WP7– advice on managing trials in your apps (video here)
Using the accelerometer– different ways of taking advantage of the accelerometer on the device
Panorama Tricks– 3 posts so far from DevDave on using Panorama in apps, including Using XAML for your background. Get a full introduction to Panorama and Pivot by watching Inside Windows Phone #6 – Panorama and Pivot are in the house
WP7 Developer Tips and Tricks– Jeff Wilcox sent out a bunch of tweets on performance optimisations and Tim Heuer captured them, hear Jeff discuss Performance of Windows Phone 7 on the Hanselminutes Podcast
Watch Inside Windows Phone #3 – Optimizing Windows Phone Silverlight Apps
Building high-performance Silverlight Apps on Windows Phone 7
A guide to the frame rate counters on the emulator – what do those numbers mean?
Windows Phone 7 resources– Indyfromoz has been even busier than me, there’s a huge number of links on his page and I’ve not had time to go through them all but they look well chosen. This could be the most comprehensive list out there!