Are there more extension points available in linq-to-sql than creating your own partial DataContext class and extension methods?
Update: To be more specific: I want to collect the extension points that are available in Linq-to-Sql, because I thought it would be interesting to know were you are able to step into the codegeration.
At the moment I got:
- own partial DataContext class
- partial methods
- LINQ to SQL templates for T4