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: 652

Filed under:
|
|

Learning C# and learing Linq now. have lots of qestions about it. Basically I need a step by step tutorial.

  1. 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?

  2. what's next? generate tables in database? generate sql script? generate cs files? when? how?

© Stack Overflow or respective owner

Related posts about LINQ

Related posts about linq-to-sql