Tuesday, August 21, 2007
Example code illustrating how to build a Fluent Interface in C#.
8/21/2007 3:01:37 PM (Central Daylight Time, UTC-05:00)  #    Disclaimer  |  Comments [11]  | 
 Monday, August 20, 2007
Instead of using a different Assert method for each different type of assertion (e.g.: Assert.AreEqual() for equality comparison, or Assert.IsTrue() for boolean evaluation), the new Constraint-Based Assert Model introduced in NUnit 2.4 utilizes only one Assert method named Assert.That().
.NET | ASP.NET | C_Sharp | NUnit
8/20/2007 10:55:20 AM (Central Daylight Time, UTC-05:00)  #    Disclaimer  |  Comments [0]  | 
 Thursday, August 09, 2007
You may be familiar with ROW_NUMBER(), but did you know you'll also need to combine that with a Common Table Expression (CTE) to paginate through your records?
8/9/2007 8:16:44 PM (Central Daylight Time, UTC-05:00)  #    Disclaimer  |  Comments [0]  |