<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.biztalkgurus.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">AppFabric Community Blogs via Syndication</title><subtitle type="html">Bloggers with a focus on Server AppFabric or Azure AppFabric.  All content is property of the original blog owner.</subtitle><id>http://www.biztalkgurus.com/appfabric/b/appfabric-syn/atom.aspx</id><link rel="alternate" type="text/html" href="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/default.aspx" /><link rel="self" type="application/atom+xml" href="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/atom.aspx" /><generator uri="http://telligent.com" version="5.6.582.12783">Community Server</generator><updated>2013-03-11T06:41:00Z</updated><entry><title>3 BizTalk Servers, 2 Datacenters, 1 On-prem</title><link rel="alternate" type="text/html" href="/appfabric/b/appfabric-syn/archive/2013/05/21/3-biztalk-servers-2-datacenters-1-on-prem.aspx" /><id>/appfabric/b/appfabric-syn/archive/2013/05/21/3-biztalk-servers-2-datacenters-1-on-prem.aspx</id><published>2013-05-21T15:26:27Z</published><updated>2013-05-21T15:26:27Z</updated><content type="html">As you’re probably aware, Windows Azure IaaS went general availability recently. There are three BizTalk images in the gallery that you use to create a new BizTalk virtual machine. This was too much for me to resist, I wanted to do something cool and distributed as a proof-of-concept. The result is this blog post, and the accompanying video that shows the demo running . To get to the bottom line, I used 2 BizTalk VMs on Azure, and 1 running “on prem” (in a Hyper-V VM). The roles of the servers are...(&lt;a href="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/2013/05/21/3-biztalk-servers-2-datacenters-1-on-prem.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.biztalkgurus.com/aggbug.aspx?PostID=37523" width="1" height="1"&gt;</content><author><name>Syndicated AppFabric Author</name><uri>http://www.biztalkgurus.com/members/Syndicated-AppFabric-Author/default.aspx</uri></author><category term="WCF" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/WCF/default.aspx" /><category term="Azure" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/Azure/default.aspx" /><category term="BizTalk" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/BizTalk/default.aspx" /><category term="SOA" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/SOA/default.aspx" /></entry><entry><title>Unit testing code depending on the ASP.NET #WebApi HttpClient</title><link rel="alternate" type="text/html" href="/appfabric/b/appfabric-syn/archive/2013/05/20/unit-testing-code-depending-on-the-asp-net-webapi-httpclient.aspx" /><id>/appfabric/b/appfabric-syn/archive/2013/05/20/unit-testing-code-depending-on-the-asp-net-webapi-httpclient.aspx</id><published>2013-05-20T15:37:21Z</published><updated>2013-05-20T15:37:21Z</updated><content type="html">In a previous post I showed how to unit test an ASP.NET WebAPI Controller. But with a REST service there is both a client and a service component. Assuming for a moment the client part is also written in C# we should test that as well. In this case the client application contains the following class to load books from the REST WebAPI controller: 1: public class BooksClient 2: { 3: private readonly HttpClient _httpClient; 4: &amp;#160; 5: public BooksClient(HttpClient httpClient) 6: { 7: _httpClient ...(&lt;a href="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/2013/05/20/unit-testing-code-depending-on-the-asp-net-webapi-httpclient.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.biztalkgurus.com/aggbug.aspx?PostID=37515" width="1" height="1"&gt;</content><author><name>Syndicated AppFabric Author</name><uri>http://www.biztalkgurus.com/members/Syndicated-AppFabric-Author/default.aspx</uri></author><category term="ASP.NET" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/ASP-NET/default.aspx" /><category term=".NET" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/-NET/default.aspx" /><category term="WebAPI" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/WebAPI/default.aspx" /><category term="UnitTesting" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/UnitTesting/default.aspx" /></entry><entry><title>Azure AD OAuth 2.0 Authorization Grant</title><link rel="alternate" type="text/html" href="/appfabric/b/appfabric-syn/archive/2013/05/17/azure-ad-oauth-2-0-authorization-grant.aspx" /><id>/appfabric/b/appfabric-syn/archive/2013/05/17/azure-ad-oauth-2-0-authorization-grant.aspx</id><published>2013-05-17T23:08:55Z</published><updated>2013-05-17T23:08:55Z</updated><content type="html">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 [&amp;#8230;] Blog Post by: zamd...(&lt;a href="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/2013/05/17/azure-ad-oauth-2-0-authorization-grant.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.biztalkgurus.com/aggbug.aspx?PostID=37511" width="1" height="1"&gt;</content><author><name>Syndicated AppFabric Author</name><uri>http://www.biztalkgurus.com/members/Syndicated-AppFabric-Author/default.aspx</uri></author><category term="Azure AD" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/Azure+AD/default.aspx" /><category term="OAuth 2.0" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/OAuth+2-0/default.aspx" /></entry><entry><title>Azure AD OAuth 2.0 Client_Credentials Flow</title><link rel="alternate" type="text/html" href="/appfabric/b/appfabric-syn/archive/2013/05/16/azure-ad-oauth-2-0-client-credentials-flow.aspx" /><id>/appfabric/b/appfabric-syn/archive/2013/05/16/azure-ad-oauth-2-0-client-credentials-flow.aspx</id><published>2013-05-16T22:24:18Z</published><updated>2013-05-16T22:24:18Z</updated><content type="html">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&amp;#38;client_id=9f030b74-1ec1-4b6b-8911-f4e6e465ff9d&amp;#38;resource=https://graph.windows.net&amp;#38;api-version...(&lt;a href="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/2013/05/16/azure-ad-oauth-2-0-client-credentials-flow.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.biztalkgurus.com/aggbug.aspx?PostID=37507" width="1" height="1"&gt;</content><author><name>Syndicated AppFabric Author</name><uri>http://www.biztalkgurus.com/members/Syndicated-AppFabric-Author/default.aspx</uri></author><category term="Uncategorized" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/Uncategorized/default.aspx" /></entry><entry><title>Filtering the data in an #AngularJS ngRepeat element</title><link rel="alternate" type="text/html" href="/appfabric/b/appfabric-syn/archive/2013/05/13/filtering-the-data-in-an-angularjs-ngrepeat-element.aspx" /><id>/appfabric/b/appfabric-syn/archive/2013/05/13/filtering-the-data-in-an-angularjs-ngrepeat-element.aspx</id><published>2013-05-13T07:51:00Z</published><updated>2013-05-13T07:51:00Z</updated><content type="html">&amp;#160; 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 &amp;#160; 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. &amp;#160; We are using exactly the same controller as before, all it...(&lt;a href="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/2013/05/13/filtering-the-data-in-an-angularjs-ngrepeat-element.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.biztalkgurus.com/aggbug.aspx?PostID=37490" width="1" height="1"&gt;</content><author><name>Syndicated AppFabric Author</name><uri>http://www.biztalkgurus.com/members/Syndicated-AppFabric-Author/default.aspx</uri></author></entry><entry><title>Unit testing a ASP.NET WebAPI controller</title><link rel="alternate" type="text/html" href="/appfabric/b/appfabric-syn/archive/2013/05/12/unit-testing-a-asp-net-webapi-controller.aspx" /><id>/appfabric/b/appfabric-syn/archive/2013/05/12/unit-testing-a-asp-net-webapi-controller.aspx</id><published>2013-05-12T19:04:31Z</published><updated>2013-05-12T19:04:31Z</updated><content type="html">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...(&lt;a href="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/2013/05/12/unit-testing-a-asp-net-webapi-controller.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.biztalkgurus.com/aggbug.aspx?PostID=37486" width="1" height="1"&gt;</content><author><name>Syndicated AppFabric Author</name><uri>http://www.biztalkgurus.com/members/Syndicated-AppFabric-Author/default.aspx</uri></author><category term="ASP.NET" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/ASP-NET/default.aspx" /><category term="REST" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/REST/default.aspx" /><category term="WebAPI" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/WebAPI/default.aspx" /></entry><entry><title>Using repeating elements in #AngularJS</title><link rel="alternate" type="text/html" href="/appfabric/b/appfabric-syn/archive/2013/05/10/using-repeating-elements-in-angularjs.aspx" /><id>/appfabric/b/appfabric-syn/archive/2013/05/10/using-repeating-elements-in-angularjs.aspx</id><published>2013-05-10T19:30:15Z</published><updated>2013-05-10T19:30:15Z</updated><content type="html">&amp;#160; Index: Getting started with AngularJS Creating an AngularJS Controller The AngularJS $scope is not the MVC Model Using repeating elements in #AngularJS &amp;#160; &amp;#160; In the previous&amp;#160; 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...(&lt;a href="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/2013/05/10/using-repeating-elements-in-angularjs.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.biztalkgurus.com/aggbug.aspx?PostID=37482" width="1" height="1"&gt;</content><author><name>Syndicated AppFabric Author</name><uri>http://www.biztalkgurus.com/members/Syndicated-AppFabric-Author/default.aspx</uri></author><category term="HTML5" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/HTML5/default.aspx" /><category term="AngularJS" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/AngularJS/default.aspx" /></entry><entry><title>CRM Online Entity Creation</title><link rel="alternate" type="text/html" href="/appfabric/b/appfabric-syn/archive/2013/04/30/crm-online-entity-creation.aspx" /><id>/appfabric/b/appfabric-syn/archive/2013/04/30/crm-online-entity-creation.aspx</id><published>2013-04-30T14:42:11Z</published><updated>2013-04-30T14:42:11Z</updated><content type="html">Recently I started exploring the world of Dynamics and specifically Dynamics CRM. Technically the platform looks fairly simple with a reasonably clean web services API (mostly SOAP) &amp;#38; SAML based message security (remember legacy WS-Trust ) using Live ID as the identity provider. The helper code from the sdk (\sdk\samplecode\cs\helpercode) hides all the complexity but [...] Blog Post by: zamd...(&lt;a href="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/2013/04/30/crm-online-entity-creation.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.biztalkgurus.com/aggbug.aspx?PostID=37443" width="1" height="1"&gt;</content><author><name>Syndicated AppFabric Author</name><uri>http://www.biztalkgurus.com/members/Syndicated-AppFabric-Author/default.aspx</uri></author><category term="Dynamics CRM" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/Dynamics+CRM/default.aspx" /></entry><entry><title>The #AngularJS $scope is not the MVC Model</title><link rel="alternate" type="text/html" href="/appfabric/b/appfabric-syn/archive/2013/04/15/the-angularjs-scope-is-not-the-mvc-model.aspx" /><id>/appfabric/b/appfabric-syn/archive/2013/04/15/the-angularjs-scope-is-not-the-mvc-model.aspx</id><published>2013-04-15T17:39:14Z</published><updated>2013-04-15T17:39:14Z</updated><content type="html">&amp;#160; Index: Getting started with AngularJS Creating an AngularJS Controller The #AngularJS $scope is not the MVC Model &amp;#160; In the previous post I showed how to create and use an MVC Controller in AngularJS to manage the logic of an application. In this post I showed how to use the $scope variable that is passed into the Controller to share data between the Controller and the View. This may lead you to believe that the $scope is the MVC Model used but you would be completely wrong. &amp;#160; The...(&lt;a href="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/2013/04/15/the-angularjs-scope-is-not-the-mvc-model.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.biztalkgurus.com/aggbug.aspx?PostID=37388" width="1" height="1"&gt;</content><author><name>Syndicated AppFabric Author</name><uri>http://www.biztalkgurus.com/members/Syndicated-AppFabric-Author/default.aspx</uri></author><category term="HTML5" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/HTML5/default.aspx" /><category term="AngularJS" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/AngularJS/default.aspx" /></entry><entry><title>Creating an AngularJS Controller</title><link rel="alternate" type="text/html" href="/appfabric/b/appfabric-syn/archive/2013/04/10/creating-an-angularjs-controller.aspx" /><id>/appfabric/b/appfabric-syn/archive/2013/04/10/creating-an-angularjs-controller.aspx</id><published>2013-04-10T13:05:00Z</published><updated>2013-04-10T13:05:00Z</updated><content type="html">In the previous blog post I showed how to get started with a really minimal AngularJS application. Even though the app could multiply two numbers it could hardly be called useful and as it turns out that is about as much as I could do with it. Model View Controller AngularJS is an MVC framework . So far we have only seen the View part as the HTML used was the view used to render the page to the user. As the name suggest there should be more in the form of a Controller and a Model. The Controller...(&lt;a href="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/2013/04/10/creating-an-angularjs-controller.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.biztalkgurus.com/aggbug.aspx?PostID=37360" width="1" height="1"&gt;</content><author><name>Syndicated AppFabric Author</name><uri>http://www.biztalkgurus.com/members/Syndicated-AppFabric-Author/default.aspx</uri></author><category term="HTML5" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/HTML5/default.aspx" /><category term="MVC" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/MVC/default.aspx" /><category term="AngularJS" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/AngularJS/default.aspx" /></entry><entry><title>Getting started with #AngularJS</title><link rel="alternate" type="text/html" href="/appfabric/b/appfabric-syn/archive/2013/04/05/getting-started-with-angularjs.aspx" /><id>/appfabric/b/appfabric-syn/archive/2013/04/05/getting-started-with-angularjs.aspx</id><published>2013-04-05T17:50:35Z</published><updated>2013-04-05T17:50:35Z</updated><content type="html">One of the nicer JavaScripts out there to work with must me AngularJS . Now there are quite a few other ones out there and I have used a number of them but AngularJS seems to be the most structured of them. And while it is really powerful it is also really easy to get started with. AngularJS is a client side framework for creating rich web applications using JavaScript and HTML. It isn’t just a library like jQuery or Knockout.js where you create the structure and call into the library as you see...(&lt;a href="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/2013/04/05/getting-started-with-angularjs.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.biztalkgurus.com/aggbug.aspx?PostID=37347" width="1" height="1"&gt;</content><author><name>Syndicated AppFabric Author</name><uri>http://www.biztalkgurus.com/members/Syndicated-AppFabric-Author/default.aspx</uri></author><category term="HTML5" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/HTML5/default.aspx" /><category term="AngularJS" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/AngularJS/default.aspx" /></entry><entry><title>FIX: Missing itinerary designer after installing BizTalk 2013</title><link rel="alternate" type="text/html" href="/appfabric/b/appfabric-syn/archive/2013/04/04/fix-missing-itinerary-designer-after-installing-biztalk-2013.aspx" /><id>/appfabric/b/appfabric-syn/archive/2013/04/04/fix-missing-itinerary-designer-after-installing-biztalk-2013.aspx</id><published>2013-04-04T21:06:06Z</published><updated>2013-04-04T21:06:06Z</updated><content type="html">This happened to me. I’m not sure if it will prove to be a common problem, or just something specific to me, but I put this post together to save time for others that may run into it. Scenario: I did a clean install of BizTalk Sever 2013. When I went into Visual Studio 2012, I did not have the option to add ESB Toolkit itinerary designers to a BizTalk project. Explanation: During the BizTalk 2013 beta the itinerary designer was distributed as a VSIX package. However, in the RTM version it is no longer...(&lt;a href="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/2013/04/04/fix-missing-itinerary-designer-after-installing-biztalk-2013.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.biztalkgurus.com/aggbug.aspx?PostID=37345" width="1" height="1"&gt;</content><author><name>Syndicated AppFabric Author</name><uri>http://www.biztalkgurus.com/members/Syndicated-AppFabric-Author/default.aspx</uri></author><category term="BizTalk" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/BizTalk/default.aspx" /></entry><entry><title>DotNed podcast: Neno Loje on Visual Studio ALM and Team Foundation Service 2012 new features</title><link rel="alternate" type="text/html" href="/appfabric/b/appfabric-syn/archive/2013/04/04/dotned-podcast-neno-loje-on-visual-studio-alm-and-team-foundation-service-2012-new-features.aspx" /><id>/appfabric/b/appfabric-syn/archive/2013/04/04/dotned-podcast-neno-loje-on-visual-studio-alm-and-team-foundation-service-2012-new-features.aspx</id><published>2013-04-04T17:31:55Z</published><updated>2013-04-04T17:31:55Z</updated><content type="html">In this podcast Hassan Fadili speaks with Neno Loje (VS ALM MVP) about some of the new features in Visual Studio ALM &amp;amp; Visual Studio Team Foundation Service 2012. Of course, Neno also talks about some of the success stories and other areas that might be interesting to anyone who has a passion for application life cycle management. Links: Neno TFS blog: www.tfsblog.com The WHY book on TFS: Visual Studio Team Foundation Server 2012: Adopting Agile Software Practices: From Backlog to Continuous...(&lt;a href="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/2013/04/04/dotned-podcast-neno-loje-on-visual-studio-alm-and-team-foundation-service-2012-new-features.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.biztalkgurus.com/aggbug.aspx?PostID=37344" width="1" height="1"&gt;</content><author><name>Syndicated AppFabric Author</name><uri>http://www.biztalkgurus.com/members/Syndicated-AppFabric-Author/default.aspx</uri></author><category term="DotNed" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/DotNed/default.aspx" /><category term="Podcast" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/Podcast/default.aspx" /></entry><entry><title>WCF Data Services and Web API with OData; choices, choices.</title><link rel="alternate" type="text/html" href="/appfabric/b/appfabric-syn/archive/2013/04/02/wcf-data-services-and-web-api-with-odata-choices-choices.aspx" /><id>/appfabric/b/appfabric-syn/archive/2013/04/02/wcf-data-services-and-web-api-with-odata-choices-choices.aspx</id><published>2013-04-03T03:13:00Z</published><updated>2013-04-03T03:13:00Z</updated><content type="html">Back in 2010, I wrote a course for Pluralsight on OData which covers the protocol in general and introduces the viewer to the client and server programming model. This year, Microsoft released updates to the ASP.NET Web API which includes support for OData in the controllers.&amp;#160; Since this latest release, I’ve received several questions about the differences between these two toolsets for building services that support OData and some guidance on which to use.&amp;#160; This is my attempt to answer...(&lt;a href="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/2013/04/02/wcf-data-services-and-web-api-with-odata-choices-choices.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.biztalkgurus.com/aggbug.aspx?PostID=37331" width="1" height="1"&gt;</content><author><name>Syndicated AppFabric Author</name><uri>http://www.biztalkgurus.com/members/Syndicated-AppFabric-Author/default.aspx</uri></author><category term="ASP.NET" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/ASP-NET/default.aspx" /><category term="Windows Communication Foundation" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/Windows+Communication+Foundation/default.aspx" /><category term="WebAPI" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/WebAPI/default.aspx" /><category term="OData" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/OData/default.aspx" /></entry><entry><title>How I saved the day with Windows Azure Websites</title><link rel="alternate" type="text/html" href="/appfabric/b/appfabric-syn/archive/2013/04/02/how-i-saved-the-day-with-windows-azure-websites.aspx" /><id>/appfabric/b/appfabric-syn/archive/2013/04/02/how-i-saved-the-day-with-windows-azure-websites.aspx</id><published>2013-04-03T03:01:00Z</published><updated>2013-04-03T03:01:00Z</updated><content type="html">My wife does a lot of work volunteering at our school.&amp;#160; No, check that, she does a metric ton of work. The school was planning a silent auction to raise money for various programs. As part of this, the group decided to hold an online auction allowing people to bid on various activities offered by the teachers. The only technology available to the group was a CMS for creating web pages and HTML forms that would send email messages.&amp;#160; My wife was planning to respond to email and update the...(&lt;a href="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/2013/04/02/how-i-saved-the-day-with-windows-azure-websites.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.biztalkgurus.com/aggbug.aspx?PostID=37332" width="1" height="1"&gt;</content><author><name>Syndicated AppFabric Author</name><uri>http://www.biztalkgurus.com/members/Syndicated-AppFabric-Author/default.aspx</uri></author><category term="Azure" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/Azure/default.aspx" /></entry><entry><title>BizTalk 2013 is now RTM</title><link rel="alternate" type="text/html" href="/appfabric/b/appfabric-syn/archive/2013/03/25/biztalk-2013-is-now-rtm.aspx" /><id>/appfabric/b/appfabric-syn/archive/2013/03/25/biztalk-2013-is-now-rtm.aspx</id><published>2013-03-25T15:32:26Z</published><updated>2013-03-25T15:32:26Z</updated><content type="html">BizTalk Server 2013 (the 8th release!) has released to manufacturing, and is available NOW for download at MSDN for MSDN subscribers. You can read the team blog post at http://blogs.msdn.com/b/biztalk_server_team_blog/archive/2013/03/21/biztalk-server-2013-is-now-rtm.aspx A list of enhancements can be found at http://blogs.msdn.com/b/biztalk_server_team_blog/archive/2012/11/06/announcing-biztalk-server-2013-beta.aspx Enjoy! Blog Post by: Brian Loesgen...(&lt;a href="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/2013/03/25/biztalk-2013-is-now-rtm.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.biztalkgurus.com/aggbug.aspx?PostID=37309" width="1" height="1"&gt;</content><author><name>Syndicated AppFabric Author</name><uri>http://www.biztalkgurus.com/members/Syndicated-AppFabric-Author/default.aspx</uri></author><category term="Azure" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/Azure/default.aspx" /><category term="BizTalk" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/BizTalk/default.aspx" /><category term="ESB" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/ESB/default.aspx" /><category term="ESB Toolkit" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/ESB+Toolkit/default.aspx" /></entry><entry><title>DotNed podcast: Mads Kristensen on ASP.NET developer tooling in Visual Studio 2012 and beyond</title><link rel="alternate" type="text/html" href="/appfabric/b/appfabric-syn/archive/2013/03/15/dotned-podcast-mads-kristensen-on-asp-net-developer-tooling-in-visual-studio-2012-and-beyond.aspx" /><id>/appfabric/b/appfabric-syn/archive/2013/03/15/dotned-podcast-mads-kristensen-on-asp-net-developer-tooling-in-visual-studio-2012-and-beyond.aspx</id><published>2013-03-15T11:48:00Z</published><updated>2013-03-15T11:48:00Z</updated><content type="html">For a change an English language podcast :-) &amp;#160; In this podcast Maurice de Beijer speaks with Mads Kristensen about web tooling in Visual Studio 2012. Besides the standard build in tooling for web developer they also talk about Web Essentials 2012, the plugin Mads develops in his spare time to give web developers even more features and capabilities. Links: Blog: http://madskristensen.net/ Web Essentials 2012: http://vswebessentials.com/ Web Developer Checklist: http://webdevchecklist.com/asp...(&lt;a href="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/2013/03/15/dotned-podcast-mads-kristensen-on-asp-net-developer-tooling-in-visual-studio-2012-and-beyond.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.biztalkgurus.com/aggbug.aspx?PostID=37262" width="1" height="1"&gt;</content><author><name>Syndicated AppFabric Author</name><uri>http://www.biztalkgurus.com/members/Syndicated-AppFabric-Author/default.aspx</uri></author><category term="DotNed" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/DotNed/default.aspx" /><category term="Podcast" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/Podcast/default.aspx" /></entry><entry><title>SignalR and camelCase data contracts</title><link rel="alternate" type="text/html" href="/appfabric/b/appfabric-syn/archive/2013/03/14/signalr-and-camelcase-data-contracts.aspx" /><id>/appfabric/b/appfabric-syn/archive/2013/03/14/signalr-and-camelcase-data-contracts.aspx</id><published>2013-03-14T20:09:40Z</published><updated>2013-03-14T20:09:40Z</updated><content type="html">I really like SignalR for its capability to do push notifications from the server to the client. But there are a few thing in SignalR I am not quite happy with. Fortunately SignalR is really pluggable and you can change it to suit your needs. :-) &amp;#160; PascalCase versus camelCase One thing I am not really happy about is the fact that all data is send over the wire with a request as is. And with SignalR the server tends to be C# where the convention is to have methods and properties in PascalCase...(&lt;a href="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/2013/03/14/signalr-and-camelcase-data-contracts.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.biztalkgurus.com/aggbug.aspx?PostID=37259" width="1" height="1"&gt;</content><author><name>Syndicated AppFabric Author</name><uri>http://www.biztalkgurus.com/members/Syndicated-AppFabric-Author/default.aspx</uri></author><category term="HTML5" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/HTML5/default.aspx" /><category term="SignalR" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/SignalR/default.aspx" /></entry><entry><title>WF Security Pack Update</title><link rel="alternate" type="text/html" href="/appfabric/b/appfabric-syn/archive/2013/03/12/wf-security-pack-update.aspx" /><id>/appfabric/b/appfabric-syn/archive/2013/03/12/wf-security-pack-update.aspx</id><published>2013-03-13T01:01:19Z</published><updated>2013-03-13T01:01:19Z</updated><content type="html">Quite a few folks have asked me about updating WF Security Pack to .NET 4.5 as WIF is now integrated into .NET 4.5. Today I manage to spare sometime to upgrade the WFSP to .NET 4.5/WIF 4.5.&amp;#160; I have also pushed the updated source code to github which you can pull down from https://github.com/zamd/wfsp/ Please [...] Blog Post by: zamd...(&lt;a href="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/2013/03/12/wf-security-pack-update.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.biztalkgurus.com/aggbug.aspx?PostID=37254" width="1" height="1"&gt;</content><author><name>Syndicated AppFabric Author</name><uri>http://www.biztalkgurus.com/members/Syndicated-AppFabric-Author/default.aspx</uri></author><category term="WF4.5" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/WF4-5/default.aspx" /><category term="WFSP" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/WFSP/default.aspx" /></entry><entry><title>Excellent rest met de WebAPI #TechDaysNL</title><link rel="alternate" type="text/html" href="/appfabric/b/appfabric-syn/archive/2013/03/11/excellent-rest-met-de-webapi-techdaysnl.aspx" /><id>/appfabric/b/appfabric-syn/archive/2013/03/11/excellent-rest-met-de-webapi-techdaysnl.aspx</id><published>2013-03-11T11:41:00Z</published><updated>2013-03-11T11:41:00Z</updated><content type="html">&amp;#160; De PowerPoint slides Excellent rest met de web api from Maurice Beijer En hier staat de bron code. &amp;#160; Enjoy! Blog Post by: Maurice...(&lt;a href="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/2013/03/11/excellent-rest-met-de-webapi-techdaysnl.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://www.biztalkgurus.com/aggbug.aspx?PostID=37247" width="1" height="1"&gt;</content><author><name>Syndicated AppFabric Author</name><uri>http://www.biztalkgurus.com/members/Syndicated-AppFabric-Author/default.aspx</uri></author><category term="REST" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/REST/default.aspx" /><category term=".NET" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/-NET/default.aspx" /><category term="WebAPI" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/WebAPI/default.aspx" /><category term="TechDays" scheme="http://www.biztalkgurus.com/appfabric/b/appfabric-syn/archive/tags/TechDays/default.aspx" /></entry></feed>