My 10 favourite Programming Quotes
posted by tdupont(1259) 1 year, 3 months ago +1
"Nothing is more embarrassing than yesterday's code." ~ ???
Reply
What if Visual Studio had Achievements?
posted by tdupont(1259) 1 year, 4 months ago 0
Hilarious.
NHibernate vs EntityFramework – Experience From the Real World
posted by tdupont(1259) 1 year, 3 months ago 0
Excellent subject matter, we need more real world comparisons of different ORMs.
Automated Error Reports: the simple way to hear when things go wrong.
I whole heartedly agree with the task at hand, especially with regard to it's necessity for good software. However, I prefer a different tool: http://www.codesmithtools.com/product/insight
Top 10 Reasons Web Developers Should Avoid Flash
posted by tdupont(1259) 1 year, 2 months ago 0
When we were creating CodeSmith Insight we made the decision not to use Flash early on. Although sometimes it caused us to do a little more work, I think it was worth it in the long run.
Migrating from NUnit to xUnit
posted by tdupont(1259) 1 month, 16 days ago 0
The fact that NUnit is still the predominant unit testing framework for .NET is a true testament to just how well it was designed. It's small and simple, yet very powerful. That being said I have been really enjoying some of xUnit's newer features, such as the data driven Theories (which will probably be the subject of my next blog post). :)
Writing integration tests for ASP .NET with Selenium – Part 1
posted by tdupont(1259) 1 month, 13 days ago 0
I suggest that you look into Selenium 2.0, better known as WebDriver. It is a much cleaner solution that does not require Java or external servers in order to run. :)