Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Practical MVVM For Windows Phone
May 29, 2013 at 6:15 AMWith the recent release of Prism for Win 8, are there plans to make it available for Win Phone 8?
Your house, 11 Netduinos and the Cloud...
Mar 22, 2013 at 8:58 AMWhat additional hardware would be required to go wireless (wi-fi or rf) in order to keep from having to pull all that cat-5?
Designing Windows 8 Line of Business Apps Revisited
Jan 10, 2013 at 12:12 PMLooking to future enhancements, you might want to put a pager control at the "charges" detail level. Even though you have selected a given charge at the "list" level, you may then want to just click the small arrows on either side to navigate between details without having to go back to the list. This metaphor would also apply to other categories where you have navigated down to the most detail level.
Kirill Gavrylyuk and Josh Twist: Inside Windows Azure Mobile Services
Oct 28, 2012 at 11:48 AMThanks Duncanma. I finally got the db copied to 'Eastern'. I wound up 'exporting' the db in azure portal , then 'importing' to a new 'Eastern' server. It was very convoluted, but finally worked. As I remember though, to get the table to import to a mobile service, the owner of the table had to be the same prefix as the mobile service name. it would not work with 'dbo.' as owner.
Kirill Gavrylyuk and Josh Twist: Inside Windows Azure Mobile Services
Oct 04, 2012 at 6:13 AMMy biggest hurdle, at the moment, centers around the fact that my existing database is on SQLAzure "SouthCentralUS" and is not supported (only Eastern) in mobile services. I experimented with creating a new "EasternUS" db in SSMS, but, because of restricted TSQL for SQLAzure, I could not find a way to hydrate my database from the original. I'm sure there is a way, but I am not a db administrator type.
Early Look at the Visual Studio LightSwitch HTML Client
Jun 22, 2012 at 7:08 AMWhy didn't you use knockoutjs and mvvm instead of inventing another binding strategy? I'm sure we can use whatever we want, but it is interesting the a MS team would not use the fantastic product that Steve Sanderson has already developed and spent so much time on