
Beginning ASP.NET 3.5 Data Access with LINQ, VB 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-946-4 (ISBN)
Description
The Microsoft .NET Framework has gone from strength to strength since its inception in November 2000. It now supports a large and vibrant development community eager for new techniques and ideas.
Visual Studio 2008 together with the latest versions of C#, VB, and ASP will be the largest upgrade to the framework since .NET 2.0 in November 2005. Since then there have been huge changes in the development landscape, with the new Vista operating system being released and the '.NET 3.0' package of add-ons released to support it. In Visual Studio 2008 all of these technologies, together with LINQ, ASP.NET AJAX, and a huge collection of new language features, are being brought together into a single cohesive unit.
Beginning ASP.NET 3.5 Data Access with LINQ, VB, and ADO.NET is an update of a tried-and-tested book, though it benefits from chapters written specifically for the new Visual Studio 2008, to teach beginners how to use the new framework's database features to their best advantage.
They will learn everything they need to know to get to grips with this cutting-edge technology.
Visual Studio 2008 together with the latest versions of C#, VB, and ASP will be the largest upgrade to the framework since .NET 2.0 in November 2005. Since then there have been huge changes in the development landscape, with the new Vista operating system being released and the '.NET 3.0' package of add-ons released to support it. In Visual Studio 2008 all of these technologies, together with LINQ, ASP.NET AJAX, and a huge collection of new language features, are being brought together into a single cohesive unit.
Beginning ASP.NET 3.5 Data Access with LINQ, VB, and ADO.NET is an update of a tried-and-tested book, though it benefits from chapters written specifically for the new Visual Studio 2008, to teach beginners how to use the new framework's database features to their best advantage.
They will learn everything they need to know to get to grips with this cutting-edge technology.
More details
Language
English
Place of publication
Berkley
United States
Target group
Professional and scholarly
Popular/general
Dimensions
Height: 235 mm
Width: 178 mm
ISBN-13
978-1-59059-946-4 (9781590599464)
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 technical director of Littlepond Ltd and lead developer for Thing-E Ltd., a company specializing in the development of dynamic web solutions for the education sector. Before the advent of ASP.NET he was responsible for the development of several ASP and ColdFusion websites but is now glad that there is a proper development system that he can use. Damien is the author of three previous books and various Microsoft Certification study guides, and is a regular technical reviewer of Microsoft focused books.
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.