Latest version of Windows Azure SDK for .NET – Version 2.0 released by Microsoft. DOWNLOAD: Windows Azure SDK for .NET 2.0 (Offline Installer) Recommended: Instead of manually downloading the files from above link, it is recommended you use the automated one-click install provided by the Web Platform Installer x64 or x86. Click on the appropriate […]
Read more →Category: AppFabric
AppFabric refers to two related Microsoft products.
Windows Azure AppFabric is a part of the Microsoft Windows Azure Platform. Positioned by Microsoft as middleware, it provides several cloud computing services:
Provides an easy way for web applications and web services to identify users, and grant access control to the applications and services. The Access Control Service enables authorization decisions to be pulled out of the application and into a set of declarative rules that can transform incoming security claims into claims that applications understand. These rules are defined using a simple and familiar programming model, resulting in cleaner code. It can also be used to manage users’ permissions, saving the effort and complexity of developing these capabilities.
Provides tools and APIs for developing and hosting a composite application expressly for deployment through the service. (Still under development. The first beta release occurred on June 20, 2011.) The first public…