Orm,SOA - From the software development trenches

Browse by Tags

Izindaba #17
09 November 07 05:11 AM | cjlotz | with no comments
Time for another weekly round-up of developer news that focuses on .NET, agile and general development content. .NET Top 10 things to know about VS 2008 and .NET Framework 3.5 - Excellent post from Daniel Moth that brings together all the links to the yummy goodness that is .NET 3.5 and VS 2008 Debugger Visualisers for MethodInfo, DynamicMethod and MethodBase - Roy Osherove provides some cool debugger visualizers to view the IL generated for run-time DynamicMethods . How are value types implemented...
Izindaba #4
10 August 07 08:01 AM | cjlotz | 1 comment(s)
Time for another weekly roundup of news that focuses on .NET and general development related content: VS 2008 Beta2 Fixes - Scott Guthrie on issues discovered with Beta 2 and workarounds for the issues. One Mock per Test - Some TDD advice from David Laribee Applying Agile to Ruby - Steve Eichert links to a talk by Fred George from ThoughtWorks on how important many of the core agile practices are when working with a dynamic language like Ruby. Domain Model Test Helper - Test helper that provides...