Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond
Join
Sign in
Search Options
Search Everything
Search Azure AppFabric
Home
AppFabric
BizTalk Server
Windows Azure
Windows Workflow
Jobs (Hire A Guru)
More ...
Home
»
AppFabric
»
Azure AppFabric
Azure AppFabric
This group is for Platform Azure AppFabric. It contains information about the cloud offerings for AppFabric including the Service Bus, Caching, and Access Control.
Get this RSS feed
Sitewide Application Navigation
Home
Blogs
Media
Forums
Wikis
Groups
Learn AppFabric - Table of Contents
Learn AppFabric
Azure AppFabric Tags
AppFabric
Azure
Service Bus
Azure AppFabric Media Gallery - Samples, Videos, and other Downloads
All Media Gallery Files
Show as
Thumbnail View
|
List View
Sort by:
Recent
|
Name
|
Downloads
|
Views
|
Comments
|
Rating
Type
Title
Date
Downloads
Rating
European BizTalk Convention - Service Bus with Message Broadcasting
Stephen W. Thomas
This download contains the power point slides and code from the Azure Platform AppFabric session at the...
Azure
,
Service Bus
,
AppFabric
Posted to:
Windows Azure AppFabric Downloads
Mon, Sep 20 2010
by
Stephen W. Thomas
665
Page 1 of 1 (1 items)
AppFabric Community Feed
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
AppFabric Community Blogs via Syndication
DotNed Podcast: Peter Provost over unit testen
Posted
9 months ago
by
Syndicated AppFabric Author
In deze podcast spreekt Hassan Fadili met Peter Provost over unit testen. Peter Provost is een senior program manager voor Microsoft Visual Studio waar hij aan de agile tools werkt. Tijdens Tech-Ed Europe was hij in Amsterdam voor diverse sessies over TDD en Agile development. Links: Blog: http://www.peterprovost.org/ Tech-Ed sessies: http://channel9.msdn.com/Events/TechEd/Europe/2012?s=peter%2Bprovost Team Test Blog: http://blogs.msdn.com/b/vstsqualitytools/ What's new for MSTest Unit Tests...
AppFabric Community Blogs via Syndication
Using CDN’s to speed up your websites
Posted
9 months ago
by
Syndicated AppFabric Author
One of the easy ways of speeding up a web application is by using a CDN or content delivery network. The main purpose of a CDN is serving up resources that are not specific to you site. The quintessential example of using a CDN is jQuery. There are many websites using jQuery, according to some statistics some 50% of all websites. And if each site hosts its own copy of jQuery everyone has to download it multiple times. How often depends but assuming everyone does a perfect job of adding cache settings...
AppFabric Community Blogs via Syndication
How to make a library portable and data binding friendly at the same time?
Posted
9 months ago
by
Syndicated AppFabric Author
Here is the challenge. Create a portable library that could be used by almost anything including Console Apps, Windows Phone, ASP.NET, Xbox 360 Make it data binding friendly for targets like WPF, Silverlight and Windows 8 XAML Metro Apps by supporting property and collection changed notifications. Make it efficient so that users who don’t need data binding are not penalized with a performance hit and having to reference libraries they don’t need. Write Unit Tests to demonstrate that the solution...
AppFabric Community Blogs via Syndication
Using SignalR for real time data updates
Posted
9 months ago
by
Syndicated AppFabric Author
In a previous post I showed how easy it is to create a simple chat application using SignalR . And chatting on the internet might be popular but as it turns out there are rather a lot of applications that need to do more than just chat. As it is there are a lot more CRUD style applications, where users edit data usually stored in a database for some purpose, than chat applications. So in this blog post I am using a simple CRUD, without the delete part, application to show the power of SignalR . Traditionally...
AppFabric Community Blogs via Syndication
How to use LINQ in a Workflow
Posted
9 months ago
by
Syndicated AppFabric Author
Question Can I use a LINQ Query such as the following in a Workflow? private static void ShowQueryWithCode(IEnumerable< string > names) { Console.WriteLine( "Linq Query in Code - show names that start with 'R'" ); // Assuming there are no null entries in the names collection var query = from name in names where name.StartsWith( "R" ) select name; // This is the same thing as // var query = names.Where(name => name.StartsWith("R")); foreach (var name...
Page 111 of 125 (621 items)
«
109
110
111
112
113
»