• Complain

Jesse Liberty - Programming ASP.NET 3.5

Here you can read online Jesse Liberty - Programming ASP.NET 3.5 full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2008, publisher: OReilly Media, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

No cover

Programming ASP.NET 3.5: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Programming ASP.NET 3.5" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

With Programming ASP.NET 3.5, youll quickly learn to create state-of-the-art applications using Microsofts popular web development technology and Visual Studio 2008. This updated bestseller provides comprehensive and easy-to-understand information to help you use several .NET 3.5 technologies for faster development and better web application performance-including ASP.NET AJAX for interactive user interfaces, LINQ for data access, and Windows Communication Foundation (WCF) for web services.
Programming ASP.NET 3.5 includes examples and sample code that let you explore development with ASP.NET in more depth. With this book, you will:

  • Learn about AJAX and ASP.NET server controls included with Visual Studio 2008
  • Discover how to use the DataSource and data-bound controls in ADO.NET
  • Use the new LINQ API and learn how to make use of it within ASP.NET pages
  • Create a uniform look and feel throughout your application with Master Pages
  • Use navigation controls to build site maps, menus, and breadcrumbs quickly and easily
  • Build and use various web services with WCF
  • Detect errors during development and handle them in your production code
  • Learn how to configure and deploy your website

Written by Microsoft technology experts Jesse Liberty, Dan Hurwitz, and Dan Maharry, Programming ASP.NET 3.5 is the best book for learning how to build dynamic, interactive web applications using Microsofts latest technologies.

Jesse Liberty: author's other books


Who wrote Programming ASP.NET 3.5? Find out the surname, the name of the author of the book and a list of all author's works by series.

Programming ASP.NET 3.5 — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Programming ASP.NET 3.5" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Programming ASP.NET 3.5, Fourth Edition
Jesse Liberty
Dan Maharry
Dan Hurwitz
Editor
John Osborn

Copyright 2008 Jesse Liberty, Dan Hurwitz, and Dan Maharry

O'Reilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (.

Nutshell Handbook, the Nutshell Handbook logo, and the O'Reilly logo are registered trademarks of O'Reilly Media, Inc. The Cookbook series designations, Programming ASP.NET 3.5 , the image of a guitarfish, and related trade dress are trademarks of O'Reilly Media, Inc.

Microsoft, MSDN, the .NET logo, Visual Basic, Visual C++, Visual Studio, and Windows are registered trademarks of Microsoft Corporation.

Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and O'Reilly Media, Inc. was aware of a trademark claim, the designations have been printed in caps or initial caps.

While every precaution has been taken in the preparation of this book, the publisher and authors assume no responsibility for errors or omissions, or for damages resulting from the use of the information contained herein.

OReilly Media SPECIAL OFFER Upgrade this ebook with OReilly for more - photo 1

O'Reilly Media

SPECIAL OFFER: Upgrade this ebook with OReilly

for more information on this offer!

Please note that upgrade offers are not available from sample content.

A Note Regarding Supplemental Files

Supplemental files and examples for this book can be found at http://examples.oreilly.com/9780596529567/. Please use a standard desktop web browser to access these files, as they may not be accessible from all ereader devices.

All code files or examples referenced in the book will be available online. For physical books that ship with an accompanying disc, whenever possible, weve posted all CD/DVD content. Note that while we provide as much of the media content as we are able via free download, we are sometimes limited by licensing restrictions. Please direct any questions or concerns to .

Preface

New ideas in web development are created all the time, and the speed with which they evolve into mature technologies is astounding. To its credit, Microsoft is one of the companies that continue to push the boundaries in web development. ASP.NET 3.5 is arguably the fastest, most efficient, most reliable, and best-supported way to create interactive web applications today. Combined with the development tools available from Microsoft (both free and commercial), it is incredibly easy to create websites that look great and perform well. The amount of code you need to write to implement quite complex things continues to reduce with each new version of ASP.NET. The ever-improving support that Visual Studio and ASP.NET have for Cascading Style Sheets (CSS), themes, and consistent layouts using master pages means it's even easier to make your sites look their best. Best of all, most of the "plumbing" (security, data access, layout, etc.) is taken care of for you by the .NET Framework and the controls that are built into ASP.NET. Want to switch from using an Access database to using SQL server? That'll take about five minutes. Want to let users log on to the site using their logon identities? That's built into ASP.NET along with four other methods of authentication. Want to make sure users don't accidentally enter the wrong type of data into a web page? You can do that without writing any code at all thanks to the built-in validation controls.

The list of possibilities is long, and with the release of ASP.NET 3.5, there are yet more new pieces in the Microsoft web development puzzle that weren't there beforeand, promisingly, a number of pieces that will continue to appear in the future which we've previewed in and will cover more fully in the next edition of this book.

Until such time as the fifth edition arrives, here's a list of the new features you'll find in this edition:

New ASP.NET 3.5 server controls

ASP.NET 3.5 introduces a trio of new controls. The ListView is a new data-bound control, which for those already using ASP.NET, works much like a cross between a Repeater and a DataList without the pain of using either. Combine it with the second new control, the DataPager, and you've got the best template-based data-bound control in ASP.NET today. We cover both in .

The third new control is another data source control which uses LINQ statements rather than SQL or XPath commands to select, alter, or create data. It is called the LinqDataSource control and we cover it in .

ASP.NET AJAX Extensions and the Control Toolkit

AJAX has been around awhile now, but this is the first version of this book to cover it. In Chapters .

WCF Web Services

Those of you who are already using web services in your websites will be aware that .NET 3.0 introduced the Windows Communication Framework and within it a new type of slim-line (RESTful) web service. This makes a lot more sense to use in some scenarios than those introduced originally in .NET 1.0. looks at both types, the difference between them, and how to create and use them within a website.

LINQ

Probably the most compelling reason to look at .NET 3.5, the Language Integrated Query API presents a brand-new way to query for data across multiple sources in a consistent way. As will demonstrate, LINQ is in no way just another data API.

New features in Visual Studio 2008

A new version of Visual Studio always includes a few new features and this edition is no different. In we look at the new Web Deployment Project add-on for VS2008.

Vista and IIS 7.0

January 2007 saw the release of Windows Vista and with it a completely new version of Internet Information Services (IIS). Rewritten from scratch, IIS 7.0 is a completely different beast from its forebears, and this has a direct effect on forms-based security, site configuration, and deployment. Chapters will cover all these changes, respectively.

Even Vista itself has a certain impact on the development process. Its tighter grip on account permissions means that certain VS2008 functions can be performed only by an administrator. Notes throughout the book will highlight where this is the case.

Examples and sample database

The majority of the examples in this book have been completely reworked and the database-dependent ones now also use the lightweight AdventureWorksLT sample database.

It's quite amazing just how deep and rich a feature set ASP.NET has on its own before you even start to consider the additional features of VS2008, IIS 7.0, C# 3.0, SQL Server, and the rest. Although we can't cover everything in minute detail, we hope this book does give you a good guide to working with ASP.NET 3.5 and its associated technologies.

Learning or Programming?

We have written two ASP.NET books: the one you are currently reading and another named Learning ASP.NET 3.5 (O'Reilly). Whereas that book is aimed at complete beginners wanting to ramp up their ASP.NET skills, this book is aimed at those with at least a basic knowledge of development with ASP.NET who want to explore it in more depth. It is a way marker, mapping out and describing the various aspects of development with ASP.NET to a point where the reader has enough knowledge of it to understand what he can do and how to strike out on his own to deeper, more involved areas of the topic.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Programming ASP.NET 3.5»

Look at similar books to Programming ASP.NET 3.5. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Programming ASP.NET 3.5»

Discussion, reviews of the book Programming ASP.NET 3.5 and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.