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 发起和维护.内容包括:编译器. ...
随机推荐
- linux中管道(pipe)一谈
/*********************************************** 管道(pipe)是Linux上进程间通信的一种方式,其是半双工(数据流只能在一个方向上流动(还需要经过 ...
- Spring Cloud 入门 Eureka-Server服务注册
这里就不介绍怎么创建springboot项目了,可以查看我前面的博客 Spring Cloud Eureka Spring Cloud Eureka是Spring Cloud Netflix项目下的服 ...
- 三十、MySQL 处理重复数据
MySQL 处理重复数据 有些 MySQL 数据表中可能存在重复的记录,有些情况我们允许重复数据的存在,但有时候我们也需要删除这些重复的数据. 本章节我们将为大家介绍如何防止数据表出现重复数据及如何删 ...
- JAVA 同步实现原理
Synchronized的基本使用 Synchronized是Java中解决并发问题的一种最常用的方法,也是最简单的一种方法.Synchronized的作用主要有三个: 确保线程互斥的访问同步代码 保 ...
- python编写登录接口
要求: 输入用户名密码 认证成功显示欢迎信息 输错三次以后锁定 代码如下: # Author:YKwhile(True): select=input('请问是注册还是登录') if selec ...
- Django基于Pycharm开发之四[关于静态文件的使用,配置以及源码分析](原创)
对于django静态文件的使用,如果开发过netcore程序的开发人员,可能会比较容易理解django关于静态文件访问的设计原理,个人觉得,这是一个middlerware的设计,但是在django中我 ...
- Install ADDS on Windows Server 2012 R2 with PowerShell
Install ADDS on Windows Server 2012 R2 with PowerShell Posted by ethernuno on 20/04/2014 In this tut ...
- 68、TSPL指令集(标签打印机)
0.开发者pdf.sdk等资料详见: http://download.csdn.net/detail/kunyashaw/9376694 1.测试代码 包含文字打印.条形码打印.二维码打印 packa ...
- Python-S9-Day114——Flask开始实战
01 今日内容概要 02 课前分享 03 内容回顾 04 路飞学城表结构(一) 05 路飞学城表结构(二) 06 路飞学城立即支付思路 07 今日作业 08 初识Flask 09 werkzug 10 ...
- Spring框架DataSource
一 DataSource 简易介绍 JDK里 javax.sql的一个接口 public interface DataSource 表示无力数据源的连接,作为DriverManager设施的替代项, ...