windows azure

Windows Azure: Read settings from web.config instead of service configuration file if the app is running on non-cloud environment

Traditional asp.net web applications maintain their configuration settings in web.config files, where as Windows Azure based applications should have configurable entities into Service Configuration files. What if the application needs to run on Azure as well as traditional environments? Where do you store the configurable entities and how do you access them depending on the …

Windows Azure: Read settings from web.config instead of service configuration file if the app is running on non-cloud environment Read More »

Amazon ElastiCache Vs. Windows Azure AppFabric Cache

With cloud computing services, architecting a highly scalable and reliable applications is much easier than ever before. One of the main components of highly scalable architecture is Caching. A well cached application can boost performance by many folds depending on how effectively it is used. For an ASP.NET web application cloud architecture, one can choose …

Amazon ElastiCache Vs. Windows Azure AppFabric Cache Read More »