A day in the life...

public class GeekEarth : Earth { }
posts - 14, comments - 22, trackbacks - 0

September 2009 Entries

Repositories, and filters

I remember a while back some discussions about whether Repositories are a good or a bad thing.  The case given as a bad example was one where the Repository had a large number of methods on it, whether Repositories are good or not was irrelevant, it was crap code :-) Personally I DO use Repositories.  Or, to be more accurate, I use A Repository. public interface IDomainRepository { IEnumerable<T> AllInstances<T>(); }   To get a list of instances of a specific class I can obviously ask the DomainRepository for AllInstances<User> for example.  This is just about as far as my Repository...

posted @ Wednesday, September 30, 2009 12:54 PM | Feedback (0) |

Delphi Audio Compression components updated to Delphi 2009

Diego has upgraded my deACM source to work with Delphi 2009. http://unitonedev.blogspot.com/2009/08/deaudio-convertido-para-delphi-2009.html

posted @ Tuesday, September 01, 2009 1:04 PM | Feedback (2) | Filed Under [ Code ]

Powered by: