You won't get far as a C# developer unless you know how to write database applications.
That's where this book comes in. It shows you how to use Visual Studio 2008 and ADO.NET 3.5 to develop database applications the way the best professionals do.
That includes the full gamut of skills you need, from using prototyping features that generate ADO.NET code...to writing your own ADO.NET code from scratch so you can closely control how the database processing works...to using .NET 3.5 features like LINQ and the ADO.NET Entity Framework that actually change the way you think about handling data.
What's more, this book takes you from beginner to database professional in a logical progression that makes each step easier to master:- In section 1, you'll get a basic introduction to databases, SQL, and ADO.NET. If you already have ADO.NET experience, you can skip ahead.
- In section 2, you'll quickly be prototyping database applications using Rapid Application Development (RAD) tools like data sources.
- In section 3, you'll learn how to build 3-layer applications the ways the pros do, with presentation, business, and database classes. This is where you'll get into ADO.NET coding to create your own database classes.
- Section 4 covers LINQ (Language-Integrated Query), a .NET 3.5 feature that lets you handle all types of data using a query language that's integrated into C# and that saves you a lot of ADO.NET coding.
That means you'll learn how to:
- Use LINQ to DataSet to query the data in typed or untyped datasets.
- Use LINQ to SQL, which allows you to generate an object model from the objects in a SQL Server database that can then be used to access and update the database data...a feature that offers you some of the same benefits as the Entity Framework.
- Use LINQ to XML to manipulate XML data much more easily than you can using the Document Object Model.
- Use LINQ data source controls with web applications.
- In section 5, you'll learn to work with the ADO.NET Entity Framework...another way to let .NET generate the code you need and do more of the work for you. Using this feature, you create an Entity Data Model that defines a conceptual model for the business objects used by an application, a storage model for the objects in a database, and mappings that relate the two. Then:
- You can use LINQ or a special form of SQL to retrieve data into the business objects.
- You can work with the business objects and save changes to the database using generated code.
- You can use Entity data source controls with web applications.
|
Section 1. An introduction to ADO.NET programming Chapter 1. An introduction to database programming Chapter 2. An introduction to ADO.NET 3.5
Section 2. How to use data sources and datasets for Rapid Application Development Chapter 3. How to work with data sources and datasets Chapter 4. How to work with bound controls and parameterized queries Chapter 5. How to use the Dataset Designer
Section 3. Three-layer Windows Forms applications Chapter 6. How to work with connections, commands, and data readers Chapter 7. How to work with parameters and stored procedures Chapter 8. How to work with transactions Chapter 9. How to work with object data sources Chapter 10. A complete Payable Entry application
Section 4. How to use LINQ Chapter 11. An introduction to LINQ Chapter 12. How to use LINQ to DataSet Chapter 13. How to use LINQ to SQL (part 1) Chapter 14. How to use LINQ to SQL (part 2) Chapter 15. How to use LINQ data source controls with web applications Chapter 16. How to use LINQ to XML Section 5. How to use the Entity Framework Chapter 17. How to create an Entity Data Model Chapter 18. How to use LINQ to Entities Chapter 19. How to use Entity SQL Chapter 20. How to use Entity data source controls with web applications
Resources Appendix A. How to install and use the software and files for this book Index
|