Healthcare As A Service (HaaS)
At the end of July, Microsoft announced that they are offering customers and partners a HIPAA Business Associated Agreement for Windows Azure. This makes is it possible for companies that build...
View ArticleMicrosoft Announces Enhancements to Windows Azure SQL Database
There was a recent announcement (19 Sept. 2012) from Microsoft for enhancements to Windows Azure SQL Database. Summary of Enhancements Windows Azure SQL Database can be used in Linked Server and...
View ArticleVideos from Build 2012
Channel 9 has posted videos from Build 2012. The following is a list of talks involving Windows Azure. Building data centric applications for web, desktop and mobile with Entity Framework 5. Connecting...
View ArticleA different way to view setting options in Windows 8
The other day, I came across a blog post “How To Activate Windows 8 GodMode” on the C# Corner website. The blog shows a way to create a special folder that allows the user to see various setting...
View ArticleVideos from Windows Azure Conf 2012
Channel 9 has the videos from the Window Azure Conference occurred on the 14th of November. I am so looking forward to watching several of these videos. Windows Azure Overview Build Speedy Azure...
View ArticleWindows Azure Media Services go GA
On the 22 of January 2013, Microsoft announced that general availability (GA) for Windows Azure Media Services. One work flow is to upload a raw video file, encode into a web consumable format, make...
View ArticleA quick look at Cloud OS and related terms
I have seen the words Cloud Operating System (Cloud OS), Web OS, and web desktop in blog posts and news articles recently. With the way the terms are kicked around one could easily assume that they...
View ArticleLearning about NoSQL
For most of my programming life, when I needed to store data I turned to an old friend the relational database. Over the years, I have used many different databases like MS Access, MS SQL Server,...
View ArticleLearning about CouchDB
To continue my learning about NoSQL databases, I decided to try CouchDB on a Ubuntu 12.10 system using MonoDevelop for an IDE. Using the Synaptic Package Manger, I installed MonoDevelop. This installed...
View ArticleTaking a look at Parallelism
The other day I needed to improve the performance of an application. I spent some time reviewing the code and found a place where the application needed to loop through several hundred to several...
View Article