Learning C# and learing Linq now. have lots of qestions about it. Basically I need a step by step tutorial.
I suppose the dbml file is the configuration file of the database. I double click it and VS will open it with kind of design diagram. I can create/delete/modify table here? I can use add new item to add the
Linq to SQL Classes
to get a dbml file?what's next? generate tables in database? generate sql script? generate cs files? when? how?