Limit this search to....

C# 2010 Coding Briefs Data Access
Contributor(s): Hough, Kevin (Author)
ISBN: 0983615179     ISBN-13: 9780983615170
Publisher: Runtime Publishing, LLC
OUR PRICE:   $15.19  
Product Type: Paperback - Other Formats
Published: July 2011
Qty:
Additional Information
BISAC Categories:
- Computers | Programming Languages - C#
Physical Information: 0.12" H x 7.52" W x 9.25" (0.26 lbs) 60 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
In today's high-tech, information driven world, the security of personal data is vital. We have all heard the horror stories of personal data being compromised from companies, both large and small. The data access framework that we will develop in Coding Briefs will allow us to create datasets, execute queries, and select data in a secure, managed process. This framework will provide a solid foundation for managing secure data access through stored procedures, allowing us to select, insert, update, and delete records from a SQL Server database. We will have access to parameterized queries and will develop an automated process for discovering stored procedure parameters. The major areas that we will address in this brief are as follows: - Discussing the Data Access Framework (DAF) - Importing Libraries and Declaring Values - Managing the Database Connections - Selecting Records - Manipulating Data - Preparing the Select and Execute Methods - Working with Parameters - Testing the Data Access Framework And, as a bonus, two complete sample applications have been added; one for Windows, and one in ASP .Net, that will test all of the features on the data access framework.