Introduction
The fastest way to get database objects with LINQ to SQL is to simply build your objects and associated mappings using a tool like the LINQ to SQL designer in Visual Studio or a command-line tool like sqlmetal. However, both of these approaches assume a database-first development phi...
[More]