Coding

TwitterFacebook
Get flash to fully experience Pearltrees
http://msdn.microsoft.com/en-us/library/ee517293.aspx

WS-Federated Authentication Module Overview

The WS-FAM is implemented in the WSFederationAuthenticationModule class. Typically, you add the WS-FAM to the HTTP pipeline of your ASP.NET RP application.
http://dataurl.net/#dataurlmaker

Data URL Maker, Data URL CSS Optimizer and the Data URL Toolkit

DATAURL.NET is home to some open source tools for creating and working with Data URLs ( RFC 2397 ).
http://blogs.msdn.com/b/jmstall/archive/2012/04/16/how-webapi-does-parameter-binding.aspx Here’s an overview of how WebAPI binds parameters to an action method. I’ll describe how parameters can be read, the set of rules that determine which technique is used, and then provide some examples. [ update ] Parameter binding is ultimately about taking a HTTP request and converting it into .NET types so that you can have a better action signature.

How WebAPI does Parameter Binding - Mike Stall's .NET Debugging Blog