C# where does the dbml file come from?
Posted
by 5YrsLaterDBA
on Stack Overflow
See other posts from Stack Overflow
or by 5YrsLaterDBA
Published on 2010-03-22T21:02:57Z
Indexed on
2010/03/22
21:11 UTC
Read the original article
Hit count: 685
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?
© Stack Overflow or respective owner