Slashdot Exploring Active Record An anonymous reader writes "Everyone knows that no programming language is a perfect fit for every job. This article launches a 'new series by Bruce Tate that looks at ways other languages solve major problems and what those solutions mean to Java developers. He first explores Active Record, the per... with programmingrailsrubyrubyonrailsslashdot
Slashdot Ruby On Rails Goes 1.1 MrByte420 writes "The Ruby On Rails team today released version 1.1 of the web framework. From the announcement: 'Rails 1.1 boasts more than 500 fixes, tweaks, and features from more than 100 contributors. Most of the updates just make everyday life a little smoother, a little rounder, and a little... with frameworkprogrammingrailsrubyrubyonrailsslashdot
Smart Client Data : Setting NullValue property for typed dataset Setting NullValue property for typed dataset Algunos problemas con valores nulos In Whidbey DataSet designer, you are able to set Typed DataColumn's NullValue property to the following values if the DataType is string 1 (Empty) 2 (Nothing) (null for C#) 3 (Throw exception) 4 any string you can type in. The first three options are whidbey with .netdatabaseproblemprogramming