0
kicks
Mapping options in LINQ to SQL
It turns out there are four (count 'em, four) ways of mapping your LINQ to SQL entities DTO's:
VS designer (.dbml)
Command-line SqlMetal tool
Hand-coded with attributes
Hand-coded with external XML files