5-1 Slides

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 12

Data Access

Visual studio – MS SQL Server


Data Access Options
ADO.NET
 Technology
ADO.NET
 Read Data
ADO.NET
 Insert Data
ADO.NET
 Update & Delete Data & Store Procedure
LINQ to SQL
 Technology
Entity Framework
 Technology
Entity Framework
Enti ty framework
 Database First
Enti ty framework
 Code First
install-package entityframework

Enable-Migrations 

Add-Migration AddBlogUrl

Update-Database
Enti ty framework
 CRUD

You might also like