Welcome to

Magenic Technologies Community Blog

Sign in | Join | Help

Aaron's Technology Musings

Who let this guy on the podium?

Browse by Tags

All Tags » TDD » Agile   (RSS)
My brief thoughts on alt.net
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...

by aarone | 0 Comments

Filed under: , ,

Single Responsibility Principle can be Taken Too Far
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...

by aarone | 7 Comments

Filed under: , ,

LINQ to SQL != Typed DataSet Replacement
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...

by aarone | 2 Comments

Filed under: , ,

Powered by Community Server, by Telligent Systems