Thursday, June 17, 2010

Friday, June 11, 2010

Cookieless Session Problems in ASP.NET

A web app needs to embed my web app in an IFrame. IE doesn't trust cookies from inside the IFrame, thus necessitating cookieless browsing. The caveats of cookieless browsing are discussed in this article.

Cookieless Session Problems in ASP.NET

Thursday, June 10, 2010

Git Reference

Wow -- this is great. From GitHub, an essential Git reference. Their documentation tends to rock.

Git Reference

Tuesday, June 08, 2010

Parameterized unit tests using Pex - reducing code written

Peli's Farm - Pex, Stubs, Moles, QuickGraph, MbUnit, Reflector Addins - Test Driven Development With Parameterized Unit Tests: "The key difference is the shortcut from step 4 (generating unit tests) to 3 (fix the code), without passing through step 1 (write a new test). This is illustrated by the yellow feedback loop in the diagram below:"