Weekly Web Nuggets #27

Remember to hug a developer today!

General

Web Development

Software

  • NHibernate 2.0: Oren Eini announces the release of NHibernate 2.0, which is comparable to Hibernate 3.2.
  • Firebug 1.2: John Resig announces and outlines the release of Firebug 1.2.

Weekly Web Nuggets #26

General

  • Red Gate Buys Reflector: Lutz Roeder’s Reflector – the best free .NET development tool of all time – has been purchased by Red Gate Software. They say that it will remain free…let’s all hope that it does.

Web Development

Weekly Web Nuggets #25

General

  • The Tortoise And The Hare: Tim Barcz has a must-read post comparing enterprise development to the fable of the tortoise and the hare. As someone who’s been dealing with this sort of cycle for the last few years, I couldn’t agree more. Diligent developers should be striving to be the tortoise, writing maintainable, unit-tested code that breaks the cycle of the hare – quickly written applications that degrade so quickly another rewrite is the only way to fix them.
  • Hidden Gems – Not The Same Old 3.5 SP1 Post: As I’m sure you’re already aware, SP1 for .NET 3.5 and Visual Studio 2008 shipped this week. Scott Hanselman takes a look at the "metric buttload" of changes with this release.
  • 12 Unit Testing Tips For Software Engineers: A great article by Alex Iskold with 12 tips for unit testing.
  • Implementing Repository And Specification Patterns Using Linq: Ritesh Rao shows how to get your hands dirty using Linq.
  • Inversion Of Control Is NOT About Testability: Jeffrey Palermo reminds us that IoC is not about testability – it’s about a good design, of which testability is a byproduct.

Web Development

Weekly Web Nuggets #24

Probably the biggest news of the week is that SQL Server 2008 RTM’d this week, and is already available on MSDN. A word of warning…if you have Visual Studio 2008 installed, you’re better off waiting until Monday when SP1 for Visual Studio 2008 ships.

General

Web Development

Weekly Web Nuggets #23

General

Web Development