Robert Green
Robert Green is a Technical Evangelist in the Developer & Platform Evangelism (DPE) group at Microsoft. This is his second stint at Microsoft. From 2005 to 2010 he was a Sr Consultant with MCW Technologies, focused on developer training. He authored or co-authored a number of Visual Studio and .NET courses for AppDev (www.appdev.com). Prior to that, in his first stint at Microsoft, he was in Developer Tools marketing and then Community Lead on the Visual Basic team.
Visual Studio 2012 Update 2
Apr 04, 2013 at 2:54 PM@mjjj:Glad you figured it out. Now we both know where it is!
Visual Studio 2012 Update 2
Apr 04, 2013 at 2:18 PM@mjjj:Blend ships with VS 2012 Pro and above, so it should have been installed when you installed Visual Studio. Are you not seeing it?
There are some enhancements to Blend in Update 2. See Blend Insider for more info on that.
Robert
Using SQLite in Windows Store Apps
Mar 12, 2013 at 8:40 AM@silvioribeiro:Hi Silvio.
Bill Burrows has an example of using SQLite with VB. He has a VB front end that talks to the C# code in the SQLite-net NuGet package. Looks pretty straightforward.
Robert
Building Great Windows 8 Apps
Mar 11, 2013 at 8:58 AM@Naqash Ahmed: A good place to start is the Windows Developer Center. In addition, there are some very good series on Channel 9. Check out Windows Store apps for Absolute Beginners with C# and Windows Store apps for Absolute Beginners with JavaScript.
Robert
Using SQLite in Windows Store Apps
Feb 11, 2013 at 8:17 AM@jibyz: If you add a new XAML page using the Basic Page item template, you should see that dialog. If you add a new XAML page using the Blank Page item template, you won't see that. So make sure you use the Basic Page template. And let me know if that doesn't work.
Robert
Using SQLite in Windows Store Apps
Feb 05, 2013 at 9:21 AM@jibyz: You can look at my blog post, where I show how to build this app from scratch. You can also look at Create your first Windows Store app walkthroughs on MSDN. They have them for XAML and for JavaScript apps.
Robert
Using SQLite in Windows Store Apps
Feb 04, 2013 at 12:27 PM@Devendra: Did you follow the Building the Sample instructions? You need to download the SQLite for Windows Runtime extension for Visual Studio.
And you can safely ignore the prompt for Team Foundation Server.
Robert
Using SQLite in Windows Store Apps
Jan 21, 2013 at 10:07 AM@Mustansir: I just uploaded a new version of this. Download that and follow the Building the Sample instructions. Let me know if that doesn't work.
Robert
Using Azure Mobile Services in a Windows 8 App
Dec 19, 2012 at 1:42 PMDid you create a new Azure Mobile Service first? Did you add a Customer table and a Project table on the Azure portal? Did you replace the code in App.xaml.cs that connects to the service? Is the call to ResetData uncommented in the OnLaunched method in App.xaml.cs?
If the answer to those is yes, comment out ResetData and run the app again. Does data appear this time?
Robert
Using SQLite in Windows Store Apps
Nov 28, 2012 at 11:59 AMI just uploaded the sample to the MSDN Code Samples. You will have to add the references and get the SQLite-net package, but you won't have to write any of the code.
See more comments…