Hi, I am new to LINQ. As far as i know, to work with Sql Server, we can use the following procedure. 1.Create a dbml (say DataContext) file. 2. Open server explorer, select the database. 3.Drag the required (sp/tables..) to the dbml. 4. Now we can access the db objects by creating an instance of the DataContext. This is fine. My doubt is regarding sqlmetal tool. (which is said to be a better alternative of the above procedure?) Can u pls help me regarding the following. What are the steps involved
Read More...