Browse by Tags
All Tags »
Agile »
TDD (RSS)
Thank you. If it were not for alt.net, we would not be getting an MVC framework. Sometimes, my skeptic nature puts me, while not quite in the laggard crowd, certainly not in the early adopters with most things. I have a certain distaste for "purists".
Read More...
In the .net framework, every single class you ever write will violate Single Responsibility Principle (SRP). Why? Every object in .net has a method called GetHashCode. And... horrors of horrors, every object has a method called ToString. You can, and
Read More...
A couple of questions I have received while giving talks, not to mention a question I see when lurking in, and occasionaly responding in, the Microsoft LINQ forum, is that LINQ to SQL is not feature complete when compared with Typed Data Sets. My response
Read More...