Update to RC for WinRT Database Project

I published a note earlier about me vouching to maintain WinRT file based database project for foreseeable future.  As a result, I just updated the project’s download page and NuGet package to version 0.6 which supports the latest release preview of WinRT / Windows 8. You can download full source code here or examine NuGet …

Continue reading ‘Update to RC for WinRT Database Project’ »

SQLite for WinRT Metro Style Applications

I already mentioned previously that SQLite will be supported on WinRT, provided an excellent choice for storage needs if those involve a need for relational database engine.  Tim Heuer blogged about how to compile SQLite source code, which is a bit of a chore.  Luckily you can now download precompiled binaries for both 64 and …

Continue reading ‘SQLite for WinRT Metro Style Applications’ »

Atlanta Code Camp 2012 Presentations

Atlanta Code Camp too place yesterday, May 19 at Southern Polytechnic campus.  I just want to post my presentations here as promised.  I did two talks as you can see below. Entity Framework Code First – Beyond the Basics This session cover scenarios beyond the basics of EF Code First usage. Topics such as creation …

Continue reading ‘Atlanta Code Camp 2012 Presentations’ »

Windows 8 Metro Applications and the Azure (Cont.)

As I mentioned before, I am going to write the last post about integrating Windows 8 Metro applications with Azure. First of, let’s take a look at securing our service with Forms Authentication.  I blogged about that as well, and the only change is that I am going to use REST for authentication service.  Here …

Continue reading ‘Windows 8 Metro Applications and the Azure (Cont.)’ »

Windows 8 Metro Applications and the Azure

I wanted to start a short series of posts, describing my experience in building simple Windows 8 Metro application using XAML, C#, and a service in Azure.  You can find my second post at http://dotnetspeak.com/index.php/2012/05/windows-8-metro-applications-and-the-azure-cont/ The application is very simple, it is a going to be a famous quote app, where the user can get …

Continue reading ‘Windows 8 Metro Applications and the Azure’ »

Creating WCF Service with SOAP/REST Endpoints

In this post I am going to describe a solution to the following problem.  I would like to create a single WCF Service and expose it via a standard SOAP endpoint and REST endpoint using Entity Framework, WCF and WCF REST.  Then I would like to consume it from WinRT from two different view models …

Continue reading ‘Creating WCF Service with SOAP/REST Endpoints’ »