RSS Feed for This PostCurrent Article

SubSonic: Help a WebSite Build Itself

As quoted from the website, SubSonic is a toolset that helps a website build itself. Basically, it generates the DAL (Data Access Layer) on the .NET platform for you.

subsonic

Currently SubSonic supports MS SQL Server, MySQL and Oracle. 

I particularly like the design concept using ActiveRecord. SubSonic uses the ActiveRecord pattern for the data-aware base class for each table object. This class implements Generics, which allow for a great reduction in code and a lot of flexibility.


Trackback URL


RSS Feed for This PostPost a Comment