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.
Auflage
Sprache
Verlagsort
Zielgruppe
Für Beruf und Forschung
Popular/general
Editions-Typ
Produkt-Hinweis
Broschur/Paperback
Klebebindung
Illustrationen
Maße
Höhe: 235 mm
Breite: 179 mm
Dicke: 32 mm
Gewicht
ISBN-13
978-1-59059-577-0 (9781590595770)
DOI
10.1007/978-1-4302-0146-5
Schweitzer Klassifikation
Damien Foggon is technical director and lead developer for Thing-E Ltd., a company specializing in the development of dynamic web solutions for the education sector. He was responsible for the development of several ASP and ColdFusion websites, and he's now in the process of moving most of them to ASP.NET. Before coauthoring .NET XML Web Services, Damien was a regular technical reviewer for numerous .NET books. After several false starts, he's busy assembling his personal site.
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.