Greg Young
7 posts.
- Unit Test???I was poking through blog today when I came across one of his interesting links (which are usually pretty interesting btw). It pointed to a post by…
- Invoke vs BeginInvokeNow that 2.0 (with its detection of accessing control properties from an incorrect thread) has become main stream there are numerous people realizing that…
- Repository, the Foundation of Domain Driven DesignRecently I had posted some reasons about why I use Repository as opposed to Active Record. This post was originally spawned by some comments by Sam…
- BigInteger/BigDecimalMSDN Question: Specifically, I need something that will let me represent decimals with a large amount of precision... Similar to this library:
- Tools every C# developer should know aboutHere are the items I must have, they are the things I install whenever I get a new machine 1. A persistence layer i.e. Gentle.Net…
- Linear regressionLinear regression http://www.stat.yale.edu/Courses/1997-98/101/linreg.htm is often used in trying to generalize data, correlate data, and find outliers.
- Patterns aren't just for software (ExpertsExchange 20051004)For the last newsletter I wrote a brief article describing what design patterns were and the educational benefits that they can have as they are…
