Monthly Archives: June 2007

Subsonic DAL

Subsonic is my favorite library for creating data access layers in asp.net. It creates properties to the related entities/tables in the database, some people like to call this feature Deep Properties! no need to create CRUD stored procedures for every table in the db you can do queries on the fly, WHERE clauses, ORDER BY [...]