
Beginning ASP.NET 3.5 Data Access with LINQ, C# 2008, and ADO.NET
From Novice to Professional
Damien Foggon(Author)
Apress
1st Edition
Published on 1. September 2008
Book
Paperback/Softback
650 pages
978-1-59059-916-7 (ISBN)
Description
.NET 3.5 is the latest version of Microsoft's .NET framework, completely replacing the current .NET 2.0 and .NET 3.0 versions. The new version of ASP.NET tentatively called ASP.NET 3.5 will include a number of major changes from the current version. The most important of these are that it will be integrated with the new Visual Studio 'Orcas' development environment, and will be able to work with the LINQ data-access framework.
Comprehensively revised for both ASP.NET 3.5 and the new LINQ and C# 3.0 language, this book presents the easiest path to ASP.NET 3.5 professional standards, for the developer new to ASP.NET data access.
This book follows the proven pattern of its previous .NET 2.0 and .NET 1.1 editions. It begins by teaching developers new to ASP.NET data access how to use traditional ADO data techniques under the new .NET 3.5 framework. Then it shows the reader the future of data access under .NET 3.5 by showing them the exciting new LINQ features.
Comprehensively revised for both ASP.NET 3.5 and the new LINQ and C# 3.0 language, this book presents the easiest path to ASP.NET 3.5 professional standards, for the developer new to ASP.NET data access.
This book follows the proven pattern of its previous .NET 2.0 and .NET 1.1 editions. It begins by teaching developers new to ASP.NET data access how to use traditional ADO data techniques under the new .NET 3.5 framework. Then it shows the reader the future of data access under .NET 3.5 by showing them the exciting new LINQ features.
More details
Language
English
Place of publication
New York
United States
Target group
Professional and scholarly
Popular/general
Dimensions
Height: 235 mm
Width: 178 mm
ISBN-13
978-1-59059-916-7 (9781590599167)
Copyright in bibliographic data and cover images is held by Nielsen Book Services Limited or by the publishers or by their respective licensors: all rights reserved.
Schweitzer Classification
Person
Damien Foggon is 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.
Content
Data Sources and the Web.- Introducing Relational Databases.- Displaying Data on a Page.- Database Access in Code.- DataReader and DataSet.- Code Separation - The nTier Architecture.- Inline Binding.- List Binding.- Table Binding.- Writing to the Database.- The GridView Family.- Stored Procedures.- Modifying the Database Structure.- Useful Techniques.- Language Integrated Query.- There's More to LINQ.- Updating the Database Using LINQ.- The Entity Framework.