From Novice to Professional
Buch, Englisch, 656 Seiten, Format (B × H): 179 mm x 235 mm, Gewicht: 1018 g
ISBN: 978-1-59059-577-0
Verlag: Apress
Beginning ASP.NET 2.0 Databases: From Novice to Professional is a comprehensive introduction to connecting a website to many different data sourcesnot just databases. You'll learn how to build a relational database, use SQL to communicate with it, and leverage both in your web applications.
You'll also learn about the new features of ADO.NET and ASP.NET in .NET 2.0. The authors cover mission-critical issues, such as design, transactions, error handling, optimization, and scalability. They examine SQL Server, Jet, and MySQL databases, and highlight the differences among them.
This comprehensive resource is packed with information about 2.0 beta improvements and building database-driven websites. You will obtain practical solutions, learn multiple routes to achieve success, and examine a handy case study to wrap up core content.
Zielgruppe
Popular/general
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
Data Sources and the Web.- Introducing Relational Databases.- Displaying Data on a Page.- Database Access in Code.- DataReader and DataSet.- Inline and List Binding.- Table Binding.- Writing to the Database.- The GridView Family.- Stored Procedures.- Modifying the Database Structure.- Useful Techniques.- Application Design and Implementation.