How to Use LINQ to SQL?
- Step 1: Make a new “Data Connection” with database server. View -> Server Explorer -> Data Connections -> Add Connection
- Step 2: Add LINQ To SQL class file.
- Step 3: Select tables from database and drag and drop into the new LINQ to SQL class file.
- Step 4: Added tables to class file.
CRUD Operation using LINQ to SQL?
Design
CRUD OPERATION |
No comments:
Post a Comment