Auto-generate a data access layer in C# and T-SQL from a SQL database

DataTierGenerator is a .NET desktop app that generates a C# class, a C# data class and several SQL stored procs for every table in the database you specify. This takes a lot of the hassle out of creating a data layer for a multi-tier application – all you have to do is tweak the logic [...]