The Linq project page on MSDN also has a lot of useful resources.The Blinq tool autogenerates web forms from database schema which enable the following by default:
- Select, insert, update, and delete functionality
- Details and foreign key navigation
- Sorting and Pagination of records
- A default style and design which provide a consistent layout
InfoQ Homepage News New Blinq Prototype Generates ASP.NET CRUD site