Alex Hoffman

Perspective on management, development and technology

Syndication

News

    Subscribe

    IASA Member

May 2006 - Posts

Developers, Inheritance and Skills

Julian Bucknall (DevExpress) has written a great post on interface versus implementation inheritance, that also touches on developer skills.

For me, having developers produce loosely coupled objects that have a single responsibility and which support change over time, has been problematic on almost every project and team I have managed.

That all developers are highly capable and motivated - is an illusion.  The reality is that it's really hard to find competent .NET developers who can write more than procedural code (within the guise of an object oriented language).  That perhaps simply reflects that so many .NET projects are simple RAD applications that really are just a window onto data - no complex domain at all.

 

Posted Monday, May 29, 2006 2:27 PM by Alex Hoffman | 4 comment(s)

SQL Express 2005 Remote Connections and Backups

SQL Server Express 2005 doesn't allow remote connections by default.  Some simple instructions for allowing remote connections can be found at ... http://www.datamasker.com/SSE2005_NetworkCfg.htm.

Also grab the free ExpressMaint console utility available at http://www.sqldbatips.com/showarticle.asp?ID=29.  It provides some of the functionality of the sqlmaint utility - backups made easy!

Posted Monday, May 01, 2006 4:57 PM by Alex Hoffman | 3 comment(s)

Filed under:

More Posts