In this book you learn everything you need to know about developing C# applications that access databases. If you are wondering why this is such an important topic, just consider how many applications use the functionality. At first glance, you might notice a few specialized ones such as Windows applications to view and edit human resources data or Web applications that display recent sport results. Look a bit deeper, however, and you quickly find that the vast majority of applications use database data in one form or another, even if it isn’t immediately obvious.
This book is the perfect starting point to learn about databases, and particularly about using MS SQL Server from
The main idea behind the book is to present you with a solid understanding of the basics of database access in C#. You’ll also be exposed to many possibilities for future development. You will often learn about quite complicated techniques, but they are broken into simple steps and carefully explained. These explanations provide an appreciation for what is possible, and prepare you for handling additional resources about these subjects when you’ve finished the book. And you’ll be able to do that without facing instant despair at attempting to learn about a completely new subject because you’ll already know the basics of what you are doing.
This book is aimed at people who already have at least a basic understanding of .NET development with C# and who want to learn about databases and database access. The C# code used in the examples in this book is described in detail only in cases where it is quite advanced, or where it’s an area you might not have looked at before. However, no experience with databases is assumed, so the database code you write (using ADO.NET) is explained from first principles. Databases themselves are explained, as well as the SQL language used to access them. This book is perfect for you if the word “database” is one that you’ve heard only in passing.
TABLE OF CONTENT:
Chapter 01 - Database Fundamentals
Chapter 02 - Databases and C#
Chapter 03 - Viewing Data
Chapter 04 - Modifying Data
Chapter 05 - Databases and the Internet
Chapter 06 - Accessing Databases Programmatically
Chapter 07 - Views and Stored Procedures
Chapter 08 - Custom Data Objects
Chapter 09 - Transactions and Concurrency
Chapter 10 - Working with Disconnected Data
Chapter 11 - SQL Server CLR Integration
Appendix A - Installation
Appendix B - Database Installation
Appendix C - Answers to Exercises
Password:ganelon
No comments:
Post a Comment