Jay Fields' Thoughts
experiences in software development
Tuesday, January 31, 2006
.norm insert usage
›
The DataGateway class is the facade to the .norm framework. Insert, Update, Delete, and Find are all completed by using the DataGateway cla...
2 comments:
Monday, January 30, 2006
.norm version 0.1 released
›
.norm is a new .net object relational mapper. .norm was designed with the following features in mind: No additional code, such as default ...
Thursday, January 26, 2006
Use stubs and mocks to convey intent
›
I've previously stated that only one concrete class should be used per test . I stand by this statement; however, this leads to the qu...
Tuesday, January 24, 2006
Use delegates to replace repeated guard clauses
›
When working with Presentation Model a recurring source of pain is the isLoading guard clause. The isLoading guard is required on the Reloa...
I prefer Rake to NAnt (#4)
›
I prefer Yaml for Ruby to the Configuration classes in the .net framework. Configuration information is often stored in a text file. When...
‹
›
Home
View web version