Update creating-a-data-access-layer-cs.md (#8308)

pull/8343/head
Rick Anderson 2018-08-29 17:59:44 -07:00 committed by GitHub
parent c3d0ca7542
commit 4e8ef49a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Creating a Data Access Layer (C#)
====================
by [Scott Mitchell](https://twitter.com/ScottOnWriting)
[Download Sample App](http://download.microsoft.com/download/4/6/3/463cf87c-4724-4cbc-b7b5-3f866f43ba50/ASPNET_Data_Tutorial_1_CS.exe) or [Download PDF](creating-a-data-access-layer-cs/_static/datatutorial01cs1.pdf)
[Download PDF](creating-a-data-access-layer-cs/_static/datatutorial01cs1.pdf)
> In this tutorial we'll start from the very beginning and create the Data Access Layer (DAL), using typed DataSets, to access the information in a database.