Categories
ADO.NET Data Services ALT.NET AppFabric architecture Async auto tagging BDD DDD Fiddler Fluent NHibernate hardware Heroku Home Network HTTP International IoC MSDN Magazine MSpec my setup NHibernate OAuth performance Pivot R# Refactoring Ruby Sinatra SSIS TortoiseSVN Uncategorized virtualization WCF Web Web API Windows 7 Windsor
Monthly Archives: October 2011
ScrumPig 2 Backlog Filter Syntax
As I talked about at the end of my AppFabric TV interview, I use a tool called ScrumPig to manage my personal workflow (one day, I would love to try it out across an entire team, but baby steps). Recently, … Continue reading
Posted in my setup
Leave a comment
Some More Thoughts On OAuth 2 Sample
Recently, Pedro Félix sent me some questions on an internal mailing list regarding the recent sample I pushed out for integrating OAuth 2 into Web API (if you haven’t checked out Pedro’s blog, you should go and do that). I … Continue reading
Posted in OAuth, Web API
3 Comments
Getting Inherited Config Settings
Yesterday, I wrote an HttpModule to support enabling Http basic authentication for Web APIs running in an ASP.NET host. But wait, you say – IIS already supports basic authentication?!? This is true…kind of. Basic authentication is supported, but only if … Continue reading
Posted in Web
3 Comments
OAuth 2.0 in Web API
This week I’ll be pushing a sample to the WebAPI-Prototype branch in our Codeplex repository for doing an OAuth 2.0 dance for Web APIs. Before I get into how the sample works, let’s quickly define some OAuth 2.0 terms (note … Continue reading
Posted in OAuth, Uncategorized, Web API
31 Comments