Blinq is a tool from the ASP.NET development team that will build a complete working website for accessing and modifying data your SQL database. The generated website creates a data access layer and webpages that support sorting, paging, inserting, updating, deleting data, as well as navigating foreign key relationships.
Blinq builds on top of Language Integrated Query (LINQ) to create data access code that's easy to understand and modify to fit your needs. It supports generating either C# or VB code so you can program in the language you're most comfortable.
Learn about and download Blinq here, then let Blinq take the work out of building your data website.
Blinq prototypes functionality we are building into our next version of ASP.NET, so we'd love to hear your thoughts. Blinq has its own forum for comments and questions.