Browse by Tags - Simon Ince's Blog - Site Home - MSDN Blogs
Sign in
Simon Ince's Blog
Ramblings of a gadget freak
Tags
ADC
AJAX
AOP
Architecture
ASP.NET
Azure
Bing Maps
Blueprints
C#
csharp
DI
Entity Framework
GAX/GAT
JavaScript
jQuery
LINQ
msbuild
MVC
Patterns
Performance
Routing
Scalability
Security
Sharepoint
Silk
Silverlight
Software Factories
SQL
Surface
Testing
TFS
Unity
VSTS
WCF
WCSF
WebAppGuidance
WIF
Windows
Windows Phone 7
WPF
WSSF
Browse by Tags
MSDN Blogs
>
Simon Ince's Blog
>
All Tags
>
windows phone 7
Tagged Content List
Blog Post:
Offline Data Cache in Windows Phone 7
Simon J Ince
I’ve been building a Windows Phone 7 application that basically lets a user create records offline, and then pushes those up to a cloud service when network connectivity is available. These offline records are not as offline as I would like though – it’s never that simple is it? The records contain data...
on
20 Oct 2010
Blog Post:
Bubbling PropertyChanged Events in Silverlight
Simon J Ince
I’ve been working with Silverlight (specifically for Windows Phone 7) recently and something I’ve found useful is the ability to “bubble” PropertyChanged event up. So for example; 1: public class MainPageViewModel : INotifyPropertyChanged 2: { 3: public ObservableCollection<Person> People...
on
19 Oct 2010
Page 1 of 1 (2 items)