1937161749
Visual C# and Databases: A Step-By-Step Database Programming Tutorial
by: Philip Conrod – Lou Tylee
ISBN-10: 1937161749
ISBN-13: 9781937161743
Edition 版次: 15
Publication Date 出版日期: 2017-06-03
Print Length 页数: 926
Book Description
By finelybook
VISUAL C# AND DATABASES is a step-by-step database programming tutorial that provides a detailed introduction to using Visual C# for accessing and maintaining databases for desktop applications. Topics covered include: database structure,database design,Visual C# project building,ADO .NET data objects (connection,data adapter,command,data table),data bound controls,proper interface design,structured query language (SQL),creating databases using Access,SQL Server and ADOX,and database reports. Actual projects developed include a books tracking system,a sales invoicing program,a home inventory system and a daily weather monitor
VISUAL C# AND DATABASES is presented using a combination of over 850 pages of self-study notes and actual Visual C# examples. No previous experience working with databases is presumed. It is assumed,however,that users of the product are familiar with the Visual C# environment and the steps involved in building a Visual C# application. This pre-requisite training can be gained from our LEARN VISUAL C# course.
VISUAL C# AND DATABASES requires the Microsoft Windows operating system. This tutorial also requires the free Community Edition or Professional Edition of Microsoft Visual Studio. The Visual C# source code solutions and all needed multimedia files are included in the compressed download file available from the Publisher’s website (KidwareSoftware.com) after book registration.
Contents
Chapter 1. Introducing Visual C# And Databases
Chapter 2. Introduction To Databases
Chapter 3. Database Connection
Chapter 4. Database Queries With Sql
Chapter 5. Visual C# Interface Design
Chapter 6. Database Management
Chapter 7. Database Reports
Chapter 8. Distributing A Database Application
Chapter 9. Database Design Considerations
Chapter 10. Sample Database Projects
Chapter 11. Other Database Topics