C# 2010 Coding Briefs Data Access
Реклама. ООО «ЛитРес», ИНН: 7719571260.
Оглавление
Kevin MD Hough. C# 2010 Coding Briefs Data Access
Dedication
The Audience for Coding Briefs
Obtaining the Code
About the Author
C# 2010 Coding Briefs. Data Access
Defining the Data Access Framework
Designing the Data Access Framework
Selecting Records
Executing Records
Quick Start Guide
Managing the Database Connections
Closing a Database Connection
Selecting Database Records
Manipulating Data
Working with Stored Procedures
Tools for Creating Stored Procedures
Creating Stored Procedures in the SSMS
Preparing the Select and Execute Methods
Setting up Stored Procedures
Working with Parameters
Having SQL Server Retrieve the Parameters
Retrieving Stored Procedure Parameters
Returning Output Parameters
Documenting the Data Access Layer
Defining the Sample Projects
Investigating the Windows Sample Application
Running the Windows Sample Application
Calling the Data Access Framework
Selecting Records
What’s Happening in the ASP. Net Sample Application?
Trapping Errors in the Code
Controlling the Views
Using Master Pages
Running the ASP .Net Sample Application
Отрывок из книги
To my wife, Cheryl, for all of her support, encouragement, and love.
•Creating solutions in Visual Studio 2010
.....
•Working with Parameters
•Testing the Data Access Framework
.....