Archives
-
Ordering Form Collection Parameters For MonoRail using jQuery
Mike Nichols wrote a neat jQuery plugin to automatically order a list of items (like <TR>'s or <UL>'s). This plays very nicely with MonoRail's SmartDispatcherController and DataBind attribute:
-
MonoRail Contracts
Hammet posted a couple of images he created that showed the main contracts used by MonoRail. Pretty cool.
-
Moving up in the GANG
Last Wednesday was election day at GANG. Our fearless leader for the past three years, John Hopkins, had let us know earlier in the year that he would not be running for president in November. Instead, he wanted to focus his efforts on sponsorship and publicity for our group. With the way the economy is, running a group on donations and membership dues alone is difficult. With John at the helm of our sponsorship efforts, I have no doubt that we'll be in good shape in the upcoming year.
-
Verifying collections/arrays in MS Unit Testing
If you're using Microsoft's unit testing framework that is built in to VS2008 (and some VS2005 SKU's), you're probably aware of the Assert class. You use that a lot to make assertions on properties and return values to determine if your unit test passed or failed.
-
MSDN Developer Conference in Detroit
If you missed PDC, now's your chance to catch the best parts of PDC right here in the Detroit area. From the MSDN Developer Conference website:
-
NUnit 2.5 Alpha 4
If you like to live on the leading-edge, check out Dennis Burton's post about the new features in NUnit 2.5 Alpha 4. Looks like some really nice stuff. I especially like the improved exception handling with Throws.Exception.
-
Displaying an image from a database in MonoRail
Sometimes, it's just too easy!
-
ActiveRecord: Never forget there's a database
Some lessons learned while using ActiveRecord.