Getting Started with Azure Mobile Services and More

In this post I will describe what I learned in creating my first Windows Store App projects using Azure Mobile Services. Windows Store app is the current name of the applications designed to run on Windows 8 using WinRT (Windows Run Time).  These types of applications can be download and installed on any machine running …

Continue reading ‘Getting Started with Azure Mobile Services and More’ »

Talk at Microsoft Integration Architects Group

I spoke at the Microsoft Integration Architects Users Group on September 20th. Here is the summary of the talk. This talk will highlight new programming model for Windows 8. Application types that Windows 8 will support will be discussed. The discussion will concentrate on Metro style applications and various programming languages that developers can use …

Continue reading ‘Talk at Microsoft Integration Architects Group’ »

Entity Framework Online Course on CampusMPV.net

In case you were wondering why my blogging slacked off a bit during summer months, I have been working on Entity Framework online course for CampusMVP.net.  It was pretty hard, yet exciting work for me.  I tried to do my best to cover data access using Entity Framework from the ground up.  The material starts …

Continue reading ‘Entity Framework Online Course on CampusMPV.net’ »

Visual Studio Launch Event at Magenic Atlanta

I am very excited to announce that Magenic Atlanta is hosting free Visual Studio 2012 Launch event on Saturday October 13th at Magenic office in Atlanta. Join us at Magenic Atlanta for the launch of Microsoft Visual Studio 2012.  Experience all of the incredible new features and powerful possibilities offered, plus learn to build modern …

Continue reading ‘Visual Studio Launch Event at Magenic Atlanta’ »

Entity Framework Talk at DevLink

I spoke today at DevLink on Entity Framework. Here is a short session description. This session will cover scenarios beyond the basics. Topics such as creation of object hierarchies and complex types will be discussed. Performance tips will be covered as well as usage scenarios in services. Techniques to handle schema changes will be discussed. …

Continue reading ‘Entity Framework Talk at DevLink’ »

Accessing Azure Blob Storage from Silverlight

Last week I was faced with this exact problem in the title.  As I was migrating an existing Silverlight application to run on Azure, I wanted to have a solution to the requirement that stated that the users must be able to upload files to the server and view them in the application.  Previously, those …

Continue reading ‘Accessing Azure Blob Storage from Silverlight’ »

Uploading Directory to Azure Blob Storage

I was recently working on a ClickOnce application, that was part of a large business software solution hosted on Azure. I decided to host ClickOnce on Azure as well.  Azure blob storage does not really support directory structure, it just supports single level of containers, then all other files (content) goes into those containers via …

Continue reading ‘Uploading Directory to Azure Blob Storage’ »