Projects and code samples published to http://github.com/sixeyed
Thanks to everyone who came along to the UK Connected Systems User Group meeting in London tonight. My session was on non-Microsoft technologies which Microsoft is embracing, either through supporting platforms, partnering with other providers or incorporating into the Azure platform and the .NET tooling. We covered a lot of ground: JSON overview; support in WCF and WebAPI; JSON.NET JavaScript overview; IntelliSense in Visual Studio; TypeScript NoSQL overview; using MongoDB with Azure and MongoLab ......
In the REST world, ETags are your gateway to performance boosts by letting clients cache responses. In the non-REST world, you may also want to add an ETag to an entity definition inside a traditional service contract – think of a scenario where a consumer persists its own representation of your entity, and wants to keep it in sync. Rather than load every entity by ID and check for changes, the consumer can send in a set of linked IDs and ETags, and you can return only the entities where the current ......
Introducing my mapping library on github which lets you map and automap objects from other objects, databases, XML, CSV files etc.
A github sample for a WCF solution where a service can make other service calls remotely through a channel, or locally through the service implementation
Heartbeat: a new github project for monitoring long-running processes by logging pulses to a database table
Simple caching for cross-reference lookups in maps, with an expiring cache
Consuming on-prem via Azure Service Bus Relay using Node.js
IPASBR Part 3 - securely consuming on-premise services through RESTful HTTP calls to Azure
Consuming on-premise WCF services through Azure Service Bus Relay, using a WCF consumer
Simple claim extraction from JSON Web Tokens