Will this be the solution to my problem?
This is just a spot to keep miscellaneous links. It also shows you what a geek I am.
Sunday, June 27, 2010
Musings of a Software Developer: Using .NET 3.5 (CLR 2.0) DLL inside Visual Studio 2010 for a .NET 4.0 Project/Application
Thursday, June 17, 2010
Six Things Every jQuery Developer Should Know
Wow -- great article! I love the section about jQuery data, which I didn't know anything about.
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
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:"