SSRS Local Reports in Angular Apps on Azure Web Sites

I was recently working on an app that needed to provide reporting functionality in addition to regular data entry.  I blogged in the past about SSRS in Angular apps, and I used SSRS server reports (.rdl files) for that demo.  This works really well on locally installed application, but to support SSRS on Azure requires …

Continue reading ‘SSRS Local Reports in Angular Apps on Azure Web Sites’ »

SQL Azure, Entity Framework and HIPAA

I was helping out a friend who is working on healthcare software.  They would like to run the app on Azure.  I am not sure how many of you have heard of HIPAA – Healthcare Insurance Portability and Accountability Act.  It sets some rules for anyone who writes healthcare related software.  One of the requirements …

Continue reading ‘SQL Azure, Entity Framework and HIPAA’ »

Windows Azure Tipping Point Webcasts Series

In any decision process, there is a tipping point.  As companies plan their cloud strategy, the tipping point of when to go to the cloud – and how – is mission critical.  The scenario of dev/test is a simple first step into the public cloud.  Telenor is a Norwegian telecommunications company who needed to upgrade …

Continue reading ‘Windows Azure Tipping Point Webcasts Series’ »

More on Running Crystal Reports on Azure

Since in our software due to pricing of SSRS on Azure we chose not to use that reporting solution, we decided to go with Crystal Reports.  I already blogged about that once here. Since then I encountered a few more issues that I wanted to document. Copying Crystal JavaScript files worked for us for brand …

Continue reading ‘More on Running Crystal Reports on Azure’ »

More on Publishing to Azure and VIP

Last week I did some more research into publishing to Azure from MSBuild.  One of the requests we received is to keep virtual IP address (VIP) the same throughout publishing.  I blogged on the subject before here. This code worked just fine, but it was replacing virtual IP every time when deployment was deleted and …

Continue reading ‘More on Publishing to Azure and VIP’ »

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’ »

Running Crystal Reports on Windows Azure

I have been working recently on a couple of applications that are going to be run on Windows Azure.  Both are business applications and have a variety of reports incorporated into them.  One was a brand new application , and we opted to use SQL Server reporting services in Azure for it.  That was still …

Continue reading ‘Running Crystal Reports on Windows Azure’ »