I just finished a quick intro in Linq2Sql and I decided to try my hands at it. To my dismay, it appears the dbml designer supports SqlServer and SqlClient providers only.
After reading around, I found that I had to hand-code my classes in order to do Linq2Sql for other data providers like SQLite (which I use very often).
I wanted to know:
- Are there any resources from which I can learn how to extend the dbml designer in Visual Studio?
- If there is no way to extend the dbml designer, how do I build custom code generation designers for visual studio?