-
Departmental Application Migration to Azure – Part 3 – ADFS with on-premise web app
Solution ·This is part of a series of blogs. See the preceding blog entries:
- Departmental Application Migration to Azure – Part 1
- Departmental Application Migration to Azure – Part 2 – ADFS Installation
For me, authentication is the major challenge for this proof of concept. The migration of our tiny database, the web application that...
-
BPOS SharePoint 2010
Solution ·I finally read an official note from the BPOS team about a bunch of features I was looking for in BPOS, especially for SharePoint. Mainly:
- Federated Identity!
- SharePoint 2010 Online
- Extranet access for SharePoint online
There are no date mentioned, but BPOS usually deploys new version quarterly.
As I mentioned in...
-
Microsoft Online (BPOS)
Solution ·I’ve been looking at the BPOS offering for my company. Since the documentation is quite spread-out on the web, I though a blog post about my findings would be useful.
Terminology
First thing, let’s clear out the terminology. As it is sometimes the case with Microsoft products, it’s not a simple thing.
Microsoft Online is MS offering for Cloud Services. ...
-
Robust Non-ACID Transaction pattern in Azure
Solution ·I’ve been working some more on some detailed design of the Azure Pub-Sub CodePlex project. This project aims at creating a pub-sub messaging infrastructure running on Windows Azure & using Azure Storage.
Azure storage doesn’t support ACID transactions in general. Each operation is a transaction within a given partition, but you can’t span a transaction on many operations. Now...
-
Overview of OData on Code Project
Solution ·I’ve contributed an entry-level article on code project about the Open Data Protocal (OData).
I go through the basics of the protocol, how it is structured, how to consume it and where I see usage.
I did this in order to follow suit with an article on ADO.NET around OData and I didn’t have anything to point at for foundation!
...