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

Browse by Tags

AppFabric

This is the top level group for Microsoft AppFabric. Find blogs, samples, videos, and learning resources for Platform Azure AppFabric and Windows Server AppFabric here.
Tagged Content List
  • Blog Post: 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...
  • Blog Post: The #AngularJS $scope is not the MVC Model

      Index: Getting started with AngularJS Creating an AngularJS Controller The #AngularJS $scope is not the MVC Model   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...
  • Blog Post: Creating an AngularJS Controller

    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...
  • Blog Post: Getting started with #AngularJS

    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...
  • Blog Post: SignalR and camelCase data contracts

    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. :-)   PascalCase versus camelCase One thing I am not...
  • Blog Post: Using optimistic concurrency with RavenDB

    Whatever database your are using, relational or document, there is one thing you can be certain of as soon as you get a second user of the system and that is concurrency conflicts. It may not happen often but eventually it will happen that two users load the same document, make some changes to it and...
  • Blog Post: Paging through data in RavenDB

    RavenDB has a very nice feature in it being safe by default and returns just 128 documents. Now you can override these safe defaults but it is very unwise to do so. And even if you decide to do so are you really going to show a million customers to your user at the same time? I would guess not as the...
Page 1 of 11 (275 items) 12345»