-
Recent Posts
- Azure Mobile Engagement Videos–Powered by Azure Media Services
- Using Your Smartphone’s Camera to Live Stream Through Azure Media Services
- Using Dynamic Manifest for Bitrates Filtering in Azure Media Services: Scenario-based walkthrough
- Azure Media Services Demo Videos
- Windows Azure On-boarding Guide for Dev / Test
Recent Comments
- Mikey on Applying Config Transformation app.config in Windows Azure Worker Role
- vepambattu chand on ASP.NET Bad Practices: What you shouldn’t do in ASP.NET (Part 3)
- John Bailey on Using Your Smartphone’s Camera to Live Stream Through Azure Media Services
- Philip Bremner on Using ASP.NET Chart Control In Windows Azure
- windows azure training on Various Options to Manage Session State in Windows Azure
Archives
- April 2016
- November 2015
- June 2015
- April 2015
- November 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- November 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
Categories
Meta
Category Archives: Azure Development
Debugging or Running an ASP.NET Application without Windows Azure Compute Emulator
Recently, one of my .NET developers who was involved in a Windows Azure Project came and asked me two questions: 1. Why does it take longer time to debug or run a Windows Azure Project than a typical ASP.NET project? … Continue reading
Posted in Azure, Azure Development
5 Comments
Installing Third Party Software on Windows Azure – What are the options?
I have seen this question asked many times now: “How do I install third party software on Windows Azure?” This is a reasonably important question to address as Windows Azure applications often need to use third party software components. In … Continue reading
Posted in Azure, Azure Development
9 Comments
Managing session state in Windows Azure: What are the options?
One of the most common questions in developing ASP.NET applications on Windows Azure is how to manage session state. The intention of this article is to discuss several options to manage session state for ASP.NET applications in Windows Azure. What … Continue reading
Posted in ASP.NET, Azure, Azure Development
1 Comment
Applying Config Transformation app.config in Windows Azure Worker Role
Background In many cases, we need to have two different set of configuration settings (let say: one for development environment and another one for production environment). What we normally do is to change the setting one by one manually before … Continue reading
Posted in Azure, Azure Development
3 Comments
Can We Install Custom Software on Windows Azure?
Recently, a few people asked me similar questions: Can we install custom software on Windows Azure? In a nutshell, I will yes, it is possible! Next, the question: How to do it? How complex it is? Before answering those question, … Continue reading
Posted in Azure, Azure Development
3 Comments