2011年11月19日

Working with JSON Data

摘要: http://msdn.microsoft.com/en-us/library/cc197957%28v=vs.95%29.aspx 阅读全文

posted @ 2011-11-19 17:00 thankchunzi 阅读(104) 评论(0) 推荐(0) 编辑

[Silverlight入门系列]同步调用多个WCF RIA Services的异步方法

摘要: http://www.cnblogs.com/Mainz/archive/2011/11/08/2241058.html 阅读全文

posted @ 2011-11-19 16:26 thankchunzi 阅读(132) 评论(0) 推荐(0) 编辑

Code Samples for Windows Phone

摘要: http://msdn.microsoft.com/zh-cn/ff431792 阅读全文

posted @ 2011-11-19 12:17 thankchunzi 阅读(97) 评论(0) 推荐(0) 编辑

优化进度条 自定义进度条 参考 Windows Phone 7 应用开发指南P446

摘要: RelativeAnimatingContentControl用于改变动画的渲染效果自定义进度条的样式:PerformanceProgressBar 阅读全文

posted @ 2011-11-19 12:15 thankchunzi 阅读(234) 评论(0) 推荐(0) 编辑

2011年11月18日

Microsoft training Kits

摘要: http://www.cnblogs.com/shanyou/archive/2009/06/14/1503193.html 阅读全文

posted @ 2011-11-18 23:34 thankchunzi 阅读(108) 评论(0) 推荐(0) 编辑

C# 编写一个简单的快速排序例程

摘要: 这个程序用随机数字组成的同一序列填充一个大型数组,然后使用快速排序例程对这些数字进行排序,并报告所用时间。图 3 快速排序usingSystem;usingSystem.Threading;usingSystem.Threading.Tasks;usingSystem.Diagnostics;namespaceParallelSort{classProgram{//Forsmallarrays,useInsertionSortprivatestaticvoidInsertionSort(int[]list,intleft,intright){for(inti=left;i<right;i 阅读全文

posted @ 2011-11-18 18:24 thankchunzi 阅读(501) 评论(0) 推荐(0) 编辑

Silverlight、Windows Phone 7 和多点触控 Thumb

摘要: http://msdn.microsoft.com/zh-cn/magazine/gg490351.aspx 阅读全文

posted @ 2011-11-18 17:59 thankchunzi 阅读(114) 评论(0) 推荐(0) 编辑

滑到底再加载数据

摘要: http://www.codeproject.com/Articles/150166/Loading-Data-when-the-User-Scrolls-to-the-End-of-a.aspx 阅读全文

posted @ 2011-11-18 17:42 thankchunzi 阅读(129) 评论(0) 推荐(0) 编辑

Windows Phone 7 中的页面和弹出框

摘要: http://msdn.microsoft.com/zh-cn/magazine/hh456394.aspx 阅读全文

posted @ 2011-11-18 17:35 thankchunzi 阅读(108) 评论(0) 推荐(0) 编辑

打开数据协议-生成带有 OData 的任何设备上实现完美的体验

摘要: http://msdn.microsoft.com/zh-cn/magazine/hh394150.aspx 阅读全文

posted @ 2011-11-18 17:31 thankchunzi 阅读(167) 评论(0) 推荐(0) 编辑

导航