Entries Comments



Month: August, 2007

links for 2007-09-01

31 August, 2007 (22:29) | del.icio.us | By: xanders

  • Digital Design and Dialogue: Exploring creativity, inspiration, and artistic expression ~
  • C# .NET Object Relationional Mapper (ORM)- SubSonic

    26 August, 2007 (13:49) | C#, ORM | By: xanders

    Been using SubSonic recently in a C# project i am working on. I like using it as it automatically creates the database access classes based on the tables, views and stored procedures in the database. It does a good job of detecting foreign key relationships, etc. Much better than the manual process used with something like nHibernate. It seems that ORM’s / ActiveRecord pattern are going to be the norm as a database abstraction layer in the next year or so. Propel / Doctrine for PHP, SubSonic and LINQ for C#.

    Great Quickstart for SubSonic

    Simple Symfony Upgrade

    20 August, 2007 (00:26) | PHP, Symfony | By: xanders

    Another thing about Symfony I really enjoy. Upgrading the framework in one line with pear.

    user@hostname [~]# pear upgrade symfony/symfony
    downloading symfony-1.0.6.tgz …
    Starting to download symfony-1.0.6.tgz (1,905,514 bytes)
    …………………………………………………………………..done: 1,905,514 bytes
    upgrade ok: channel://pear.symfony-project.com/symfony-1.0.6