What major features are missing from Linq-to-Sql?
- Compatibility with other major SQL Database Engines (MySQL etc)
- Mapping Many-to-Many relationships
- Any others?
I have already developed a major project with Linq-to-Sql at it's DAL Heart. i hadn't developed using a relational data mapper before, so it was a learning curve coming from datasets. But i didn't find any major problems which couldn't be solved with Linq-to-Sql. My testing concluded that it was significantly faster than Linq-to-Entities.
So what major features are missing from Linq-to-Sql?
I guess what i am trying to ask is if development on Linq-to-Sql is ceased - will it matter?