Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond

Windows AppFabric

This group is for Windows Server AppFabric. It contains information for the on-premise server offering of AppFabric. .
Windows AppFabric Media Gallery - Samples, Videos, and other Downloads
Type Title Downloads Rating

First Look at Windows Application Server (Dublin) - Download Version

Note: This is based on .Net and AppFabric pre-Beta code. Welcome to the new world of Microsoft's...
Posted to: Windows Server AppFabric Downloads
by 1,524

First Look at Windows Application Server (Dublin)

Note: This is based on .Net and AppFabric pre-Beta code. Welcome to the new world of Windows Application...
Posted to: Windows Server AppFabric Downloads
by 1,516

European BizTalk Convention - Human Workflow using AppFabric and Share Point 2010

This download contains the power points and code from the Human Workflow Session at the European BizTalk...
Posted to: Windows Server AppFabric Downloads
by 694

European BizTalk Convention - AppFabric and Workflow 4 Overview

This download contains the code and power point slides from the AppFabric and Workflow 4 Overview at...
Posted to: Windows Server AppFabric Downloads
by 588
Page 1 of 1 (4 items)
AppFabric Community Feed
  • AppFabric Community Blogs via Syndication

    Azure AD OAuth 2.0 Authorization Grant

    Yesterday I talked about a bug which prevented me to complete the authorization grant flow with Azure AD. It turn out the bug is only exposed when using Azure Management Portal for Relying party registration. In this post, I’ll use Graph Explorer to do the registration which works fine. My scenario is to create a […] Blog Post by: zamd
  • AppFabric Community Blogs via Syndication

    Azure AD OAuth 2.0 Client_Credentials Flow

    I was playing with the Authorization code grant type recently added to Azure Active directory however there is bug in the preview implementation which prevents exchange an ‘authorization code’ with an access token. I can get the authorization code for graph api by using following url in the browser. https://login.windows.net/69383356-56dd-4e78-a18e-a4ff5450c995/oauth2/authorize?response_type=code&client_id=9f030b74-1ec1-4b6b-8911-f4e6e465ff9d&resource=https://graph.windows.net&api-version...
  • AppFabric Community Blogs via Syndication

    Filtering the data in an #AngularJS ngRepeat element

      Index: Getting started with AngularJS Creating an AngularJS Controller The AngularJS $scope is not the MVC Model Using repeating elements in AngularJS Filtering the data in an AngularJS ngRepeat element   Showing a list of items like in the previous post is nice but if the list is large most users appreciate the possibility to search in it. Turns out that AngularJS has that already build in so it is really simple to do.   We are using exactly the same controller as before, all it...
  • AppFabric Community Blogs via Syndication

    Unit testing a ASP.NET WebAPI controller

    One of he goals of the ASP.NET WebAPI is to make REST style API controllers more testable than more traditional WCF services where in the past. For the most part that is true but there are cases where an ApiController depends on the actual incoming request and its data and things can become a bit more difficult. Testing a simple ApiController that gets data Suppose we have the following ASP.NET WebAPI Controller with two Get methods, the first returns the complete list of books and the second returns...
  • AppFabric Community Blogs via Syndication

    Using repeating elements in #AngularJS

      Index: Getting started with AngularJS Creating an AngularJS Controller The AngularJS $scope is not the MVC Model Using repeating elements in #AngularJS     In the previous  posts I showed how to get started with AngularJS and use some of the basic AngularJS directives to data bind. In these examples I uses a really simple single element to bind to. However in lots of business cases you really need to display a list of repeating elements. Fortunately this is really easy to do...
Page 1 of 125 (621 items) 12345»