Читать книгу Visual Basic 2010 Coding Briefs Data Access - Kevin Ph.D. Hough - Страница 2
ОглавлениеVISUAL BASIC 2010
Coding Briefs
DATA ACCESS
KEVIN HOUGH
VISUAL BASIC 2010
CODING BRIEFS
DATA ACCESS
© 2011 Runtime Publishing, LLC
All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any other means without the expressed written permission of Runtime Publishing, LLC, except for brief quotations or excerpts.
For information on obtaining written permission for the use of material from this publication, please submit a written request to:
Runtime Publishing, LLC
14902 Preston Rd, Suite 404-505
Dallas, TX 75254-5434
The author and the publisher have made every effort in the publication of this book to ensure the accuracy of the content. The content in this book is sold without warranty, either expressed or implied.
Published in eBook format by Runtime Publishing, LLC
Converted by http://www.eBookIt.com
ISBN-13: 978-0-9836-1511-8
To my wife, Cheryl, for all of her support, encouragement, and love.
About the Author
Kevin Hough heads the Project Management Office and the Software Engineering department at Trans-Trade, Inc in Dallas/Ft. Worth.
He has been developing enterprise level software since 1983 and has specialized in Microsoft technologies since 1990. Currently, he is developing with Visual Basic, C#, SQL Server, Silverlight, and DotNetNuke.
Kevin has designed and developed large scale commercial applications and Web sites for corporations including EXXON, Pennzoil, Compaq, Shell, and Texaco, as well as for leading universities, including Harvard, Stanford, and Rice. You can reach Kevin at kevinh@runtimepublishing.com.
The Audience for Coding Briefs
Visual Basic 2010 Coding Briefs Data Access is written for intermediate level developers. To get the most out of this book, the developer should be familiar with the following tasks:
•Creating solutions in Visual Studio 2010
•Developing code in Visual Basic 2010
•Writing If/Then/Else statements
•Creating and calling Functions and Procedures
•Working with My.Settings to store Strings
•Debugging code
•Working with Stored Procedures
Obtaining the Code
The source code is included in the project files that can be downloaded from www.runtimepublishing.com. Follow these steps to get the code up and running:
1. Follow the steps in the section, Quick Start, to register and unlock the code for this Coding Brief
2. Enter the Unlock Code that is located in the section Running the Windows Sample Application later in this brief
3. Open the projects in Visual Studio 2010.
The code for this brief includes the following projects:
Project | Description |
CBDaraAccess | Data Access framework |
CodingBriefsVolume1 | Windows WinForms application |
CodingBriefsVolume1Web | ASP .Net based Web application |