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 发起和维护.内容包括:编译器. ...
随机推荐
- js判断是否是大小写,数字等方法
function isEmail(str){ var regu = "^(([0-9a-zA-Z]+)|([0-9a-zA-Z]+[_.0-9a-zA-Z-]*))@([a-zA-Z0-9- ...
- Mysql--select基础查询
基本语法:select 查询列表 from 表名 查询列表可以是表中字段.常量值.表达式.函数:查询的结果是一个虚拟的表格. 注意: ①sql语言大小写不敏感 ②关键字不能分行或略写 ③一般书写方式为 ...
- django_数据库操作—增、删、改、查
增加 增加数据有两种方法 1> sava >>> from datetime import date >>> book = BookInfo( btitle= ...
- JAVA连接数据库,并写入到txt文件
package Hello; import java.io.BufferedReader;import java.io.BufferedWriter;import java.io.File;impor ...
- linux shell 单双引号区别
简要总结: 单引号: 可以说是所见即所得:即将单引号内的内容原样输出,或者描述为单引号里面看见的是什么就会输出什么. 双引号: 把双引号内的内容输出出来:如果内容中有命令,变量等,会先把变量,命令解析 ...
- Java面试——多线程面试题总结
)两者都在等待对方所持有但是双方都不释放的锁,这时便会一直阻塞形成死锁. //存放两个资源等待被使用 public class Resource { public static Object obj1 ...
- Redis实现之AOF持久化
AOF持久化 除了RDB持久化功能之外,Redis还提供了AOF(Append Only File)持久化功能,与RDB持久化通过保存数据库中的键值对来记录数据库状态不同,AOF持久化是通过保存Red ...
- 基类View
尽管类视图看上去类的种类繁多,但每个类都是各司其职的,且从类的命名就可以很容易地看出这个类的功能.大致可分为如下三个大的功能块,分别由三个类提供对应的方法: 处理 HTTP 请求.根据 HTTP 请求 ...
- MapReduce实现单词统计
开发工具:IDEA mapreduce实现思路: Map阶段: a) 从HDFS的源数据文件中逐行读取数据 b) 将每一行数据切分出单词 c) 为每一个单词构造一个键值对(单词,1) d) 将键值对 ...
- NopCommerce 导航菜单HTML静态处理以提高性能
因网站要快速上线,有时候NopCommerce性能问题一直是困扰我们的最大因素,查找出来需要优化的部分代码进行修改重构是方法之一,我等非主流优化方式只为快速提高程序整体性能. 我以导航菜单为例,列出我 ...