WP7资源
原文发布时间为: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
Posts on general concepts I’ve found useful
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.
Achieving specific tasks
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
Performance tips
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?
Even more links
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!
WP7资源的更多相关文章
- DotNet 资源大全中文版(Awesome最新版)
Awesome系列的.Net资源整理.awesome-dotnet是由quozd发起和维护.内容包括:编译器.压缩.应用框架.应用模板.加密.数据库.反编译.IDE.日志.风格指南等. 算法与数据结构 ...
- DotNet 资源大全
awesome-dotnet 是由 quozd 发起和维护.内容包括:编译器.压缩.应用框架.应用模板.加密.数据库.反编译.IDE.日志.风格指南等. https://github.com/jobb ...
- 《.NET开发资源大全》
目录 API 应用框架(Application Frameworks) 应用模板(Application Templates) 人工智能(Artificial Intelligence) 程序集处理( ...
- Kinect开发资源汇总
Kinect开发资源汇总 转自: http://www.sigvc.org/bbs/forum.php?mod=viewthread&tid=254&highlight=kinec ...
- 转帖:DotNet 资源大全中文版
(注:下面用 [$] 标注的表示收费工具,但部分收费工具针对开源软件的开发/部署/托管是免费的) API 框架 NancyFx:轻量.用于构建 HTTP 基础服务的非正式(low-ceremony)框 ...
- .Net 开源项目资源大全
伯乐在线已在 GitHub 上发起「DotNet 资源大全中文版」的整理.欢迎扩散.欢迎加入. https://github.com/jobbole/awesome-dotnet-cn (注:下面用 ...
- DotNet 资源大全【转】
转自:http://blog.jobbole.com/96676/ API 框架 NancyFx:轻量.用于构建 HTTP 基础服务的非正式(low-ceremony)框架,基于.Net 及 Mono ...
- DotNet 资源大全中文版【转】
转自:https://github.com/jobbole/awesome-dotnet-cn 我想很多程序员应该记得 GitHub 上有一个 Awesome - XXX 系列的资源整理.awesom ...
- DotNet 资源大全中文版,内容包括:编译器、压缩、应用框架、应用模板、加密、数据库、反编译、IDE、日志、风格指南等
DotNet 资源大全中文版 我想很多程序员应该记得 GitHub 上有一个 Awesome - XXX 系列的资源整理.awesome-dotnet 是由 quozd 发起和维护.内容包括:编译器. ...
随机推荐
- NOIP2018 全国热身赛 第二场 (不开放)
NOIP2018 全国热身赛 第二场 (不开放) 题目链接:http://noi.ac/contest/26/problem/60 一道蛮有趣的题目. 然后比赛傻逼了. 即将做出来的时候去做别的题了. ...
- C/C++程序基础 (五)位运算
C++中四种转换运算符的区分 const_cast 修改const和volatile属性 reinterpret_cast 指针间类型转换或者指针和整形的转换.二进制重新翻译. static_cast ...
- Laravel — homestead 配置多站点
一.homestead.yaml 配置 homestead.yaml 文件配置sites,如下 sites: - map: homestead.test to: /home/vagrant/Code/ ...
- Gym - 101908G Gasoline 二分+最大流
G - Gasoline Gym - 101908G 题意:给出R个提供点,P个接收点,每个接收点都要接收满,还有一个运输的时间,问最小时间能够完成所有的运输 题解:首先每次都必须要满流,所以我们只要 ...
- 动态规划:HDU2571-命运
解题心得: 1.其实是一个简单的动态规划加上贪心的思想,思路简单,只需要求每一步的最大值就可以了,但是要注意读懂题. 2.走的规则:从左上角开始走,达到右下角,只能向右走一步,或者向下走一步,或者走列 ...
- git---gui使用
1.登陆的命令: git config –global user.email "1455971532@qq.com" git config –global user.name &q ...
- 一个漂亮的PHP验证码
自己导入字体,可以按照自己的额需要随便修改. <?php class Imagecode{ private $width ; private $height; private $counts; ...
- IOS开发---菜鸟学习之路--(十五)-如何实现拍照功能
本章将来讲解下如何实现拍照的功能 我们需要的实现的效果是 好了 直接开始内容吧 首先我们需要新建一个ViewController 就叫AddPictureViewController 然后选 ...
- leetcode 【 Find Minimum in Rotated Sorted Array 】python 实现
题目: Suppose a sorted array is rotated at some pivot unknown to you beforehand. (i.e., 0 1 2 4 5 6 7 ...
- STL学习笔记7 ---- algorithm(算法)
STL中算可以分为三种, 1.变序型队列算法,可以改变容器内的数据: 2.非变序型队列算法,处理容器内的数据而不改变他们 : 3.通用数值算法,这涉及到很多专业领域的算术操作,这里不做介绍. 第一是变 ...