上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 44 下一页
摘要: http://msdn.microsoft.com/en-us/library/hh202934(v=VS.92).aspxWindows Phone Performance Analysis Windows Phone December 15, 2011The Windows Phone Performance Analysis tool is a profiling tool to evaluate and improve the performance of your Windows Phone applications. The Performance Analysis tool .. 阅读全文
posted @ 2011-12-21 10:00 higirle 阅读(305) 评论(0) 推荐(0) 编辑
摘要: http://msdn.microsoft.com/en-us/library/hh202860(v=vs.92).aspxLocal Database Overview for Windows Phone Windows Phone December 15, 2011With Windows Phone OS 7.1, you can store relational data in a local database that resides in your application’s isolated storage container. Windows Phone applicati.. 阅读全文
posted @ 2011-12-21 09:56 higirle 阅读(353) 评论(0) 推荐(0) 编辑
摘要: http://www.silverlightshow.net/items/Windows-Phone-7.1-Local-SQL-Database.aspxOnce you start programming Windows Phone just after the first experiments, when you begin writing something of real, immediately you need something to store information locally. Also if the phone is a mobile device and it 阅读全文
posted @ 2011-12-21 09:52 higirle 阅读(302) 评论(0) 推荐(0) 编辑
摘要: DatabaseWindows Phone Mango Local Database(SQL CE) 系列http://windowsphonegeek.com/tips/Windows-Phone-Mango-Local-Database-SQL-CE--How-to-Delete-databy WindowsPhoneGeekThis is the 13th post from the "Windows Phone Mango Local Database" series of short posts that will cover all you need to kn 阅读全文
posted @ 2011-12-21 09:42 higirle 阅读(271) 评论(0) 推荐(0) 编辑
摘要: http://www.codeproject.com/KB/windows-phone-7/ExtractingSQLCEDB.aspxIntroduction By now, most of you have heard that Windows Phone 7 – Mango release will support Local Databases (SQL CE) using Linq to SQL. But what you probably haven’t heard much about is how to extract the .SDF that is created in . 阅读全文
posted @ 2011-12-20 10:57 higirle 阅读(374) 评论(0) 推荐(0) 编辑
摘要: Hidden Methods - EditorBrowsableRecently while exploring multi-threading with WPF, I came across a method on a WPF control's Dispatcher to check if the current thread has access to the control. myButton.Dispatcher.CheckAccess();Now, the funny thing about this method is that it is a public method 阅读全文
posted @ 2011-12-19 11:26 higirle 阅读(409) 评论(0) 推荐(0) 编辑
摘要: While playing around with WPF, I tried to do some multithreading where I have a worker thread updating my ObservableCollection, while having a ListCollectionView of that ObservableCollection being shown on a ListBox.It was surprising to see that I get a NotSupportedException thrown, with the messag. 阅读全文
posted @ 2011-12-19 11:25 higirle 阅读(609) 评论(0) 推荐(0) 编辑
摘要: Data BindingData binding provides a simple way for Silverlight-based applications to display and interact with data. The way data is displayed is separated from the management of the data. A connection, or binding, between the UI and a data object allows data to flow between the two. When a binding. 阅读全文
posted @ 2011-12-16 17:52 higirle 阅读(296) 评论(0) 推荐(0) 编辑
摘要: --Windows Phone 7 性能调优Check out this page in {0} translated from {1}translated fromOriginal:Translated:Automatic translation powered by Microsoft® TranslatorStart translatingStop translatingCloseClose and show original pageSelect Silverlight for Windows Phone 7: ListBox Scroll PerformanceHaving 阅读全文
posted @ 2011-12-16 10:03 higirle 阅读(250) 评论(0) 推荐(0) 编辑
摘要: Displaying Data with Data BindingChange NotificationIn order for changes to the source object to propagate to the target, the source must implement the INotifyPropertyChanged interface. INotifyPropertyChanged has the PropertyChanged event, which tells the binding engine that the source has changed.. 阅读全文
posted @ 2011-12-15 15:02 higirle 阅读(323) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 44 下一页