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 发起和维护.内容包括:编译器. ...
随机推荐
- Centos7 PHP的安装和配置
前面Nginx和httpd的安装都是为了支持PHP而弄的,然后这个目标就给了我一沉重的打击,等我慢慢道来,先来说说PHP的安装和配置吧. 一.PHP的安装 1.由于linux的yum源不存在php7. ...
- PyCharm(二)——PyCharm打开本地项目不显示项目文件
一.问题描述 1.1.系统及软件环境 系统:windows10 64位企业版 软件:PyCharm2018.1.4 1.2.问题现象 现象: PyCharm之前一直正常. 从github克隆了一个项目 ...
- tcl之基本语法—2
- php v8js
本文整理自大神 Corz 1.php56 /datas/soft/php56/bin/php -v PHP (cli) #https://blog.csdn.net/lzm198707/article ...
- 开源数据库中间件-MyCat
开源数据库中间件-MyCat产生的背景 如今随着互联网的发展,数据的量级也是成指数的增长,从GB到TB到PB.对数据的各种操作也是愈加的困难,传统的关系型数据库已经无法满足快速查询与插入数据的需求.这 ...
- Disharmony Trees HDU - 3015
Disharmony Trees HDU - 3015 One day Sophia finds a very big square. There are n trees in the square. ...
- Groundhog Build Home - HDU - 3932(模拟退火)
题意 给定一个矩形内的\(n\)个点,在矩形中找一个点,离其他点的最大距离最小. 题解 模拟退火. 这个题需要\(x\)和\(y\)坐标随机动的时候多随机几次.否则就WA了.另外由于随机多次,如果温度 ...
- Curl之解决中文乱码
利用iconv命令 curl http://www.baidu.com | iconv -f gb2312 -t utf-8 iconv命令可以将一种已知的字符集文件转换成另一种已知的字符集文件.它的 ...
- visual studio 2010 自带reporting报表本地加载的使用
原文:visual studio 2010 自带reporting报表本地加载的使用 在这家公司时间不长,接触都是之前没玩过的东东,先是工作流引擎和各种邮件短信的审核信息,后又是部署reporting ...
- IOS开发---菜鸟学习之路--(十五)-如何实现拍照功能
本章将来讲解下如何实现拍照的功能 我们需要的实现的效果是 好了 直接开始内容吧 首先我们需要新建一个ViewController 就叫AddPictureViewController 然后选 ...