Professional ASP.NET 3.5 SP1 Edition and over one million other books are available for Amazon Kindle. Learn more

Vous voulez voir cette page en français ? Cliquez ici.


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
More Buying Choices
Have one to sell? Sell yours here
Start reading Professional ASP.NET 3.5 SP1 Edition on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Professional ASP.NET 3.5 SP1 Edition: In C# and VB [Hardcover]

Bill Evjen , Scott Hanselman , Devin Rader

List Price: CDN$ 83.99
Price: CDN$ 52.91 & this item ships for FREE with Super Saver Shipping. Details
You Save: CDN$ 31.08 (37%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Only 1 left in stock (more on the way).
Ships from and sold by Amazon.ca. Gift-wrap available.
Want it delivered Tuesday, May 28? Choose One-Day Shipping at checkout.

Formats

Amazon Price New from Used from
Kindle Edition CDN $19.82  
Hardcover CDN $52.91  

Book Description

Mar 27 2009 Wrox Programmer to Programmer
Professional ASP.NET 3.5 SP1 In C# and VB

ASP.NET 3.5 brings the power of Visual Studio 2008 along with the multitude of language improvements in C# 2008 and Visual Basic 2008 as well as powerful new technology called LINQ, together with the ASP.NET 2.0 Framework you already know and love. Packed with valuable coverage of ASP.NET 3.5 SP1, this essential resource offers both C# and VB examples throughout the book, and shares new and updated content on the ADO.NET Entity Framework, ADO.NET Dynamic Data, and ADO.NET Data Services.

While ASP.NET 3.5 boasts server controls like the ListView and the incredibly flexible GridView, it also includes advancements in AJAX technology combined with JavaScript debugging features in Visual Studio 2008. With this book, a stellar author team covers the new controls in the AJAX toolbox, the back button history, and script combining, and they also examine the new capabilities of WCF including changes to DataContractSerializer. In addition, the accompanying CD-ROM features the entire book in PDF format.

What you will learn from this book

  • The concepts underlying the server control and its pivotal role in ASP.NET development

  • How to create templated ASP.NET pages using the master page feature

  • How to work with data from enterprise databases including SQL Server

  • Ways to debug, package, and deploy ASP.NET applications, monitor their health and performance, and handle errors

  • How to retrieve, update, and delete data quickly and logically using LINQ with side-by-side examples comparing LINQ to existing techniques

  • Ways to localize your web site in multiple languages for a world-wide audience

  • Methods for adding AJAX capabilities to your ASP.NET applications

  • The many benefits of the new data access additions

  • Ways to use and extend the Provider Model for accessing data stores, processes, and more

  • What freeware tools you need in Scott Hanselman's ASP.NET Ultimate Developer Tools appendix

Who this book is for
This book is for programmers and developers who are looking to make the transition to ASP.NET 3.5 SP1 with Visual Studio 2008 and either C# 3.0 (2008) or Visual Basic 9 (2008).

CD-ROM includes the full book in PDF format and a selection of 7 Wrox Blox mini e-books including:

  1. Internet Explorer 8 and Its Impact on Your ASP.NET Web Sites

  2. Jumping from ASP.NET to Silverlight 2

  3. Leverage LINQ in ASP.NET 3.5 Projects

Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.


Customers Who Bought This Item Also Bought


Product Details


Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Customer Reviews

There are no customer reviews yet on Amazon.ca
5 star
4 star
3 star
2 star
1 star
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 4.0 out of 5 stars  5 reviews
2 of 2 people found the following review helpful
2.0 out of 5 stars Unhelpful Code Examples July 16 2010
By Cheryl L. Collins - Published on Amazon.com
Format:Hardcover|Amazon Verified Purchase
Although this book covers a myriad of topics many of the code examples are riddled with errors or simply don't work which makes the lesson useless. It would be nice if each chapter built upon a previous chapter and you ended up with something resembling an application. Just slapping together a bunch of hodgepodge code means very little when you are trying to learn how to tie it all together.
2 of 2 people found the following review helpful
3.0 out of 5 stars Wish I could give 1/2 stars... April 23 2010
By C. Ehret - Published on Amazon.com
Format:Hardcover
I really wish the rating system allowed for 1/2 star increments. I'm still in the process of reading this book, but so far I'd give it 3 1/2 stars (not 3, not 4...3 1/2).

I'm only a short way into the book, but I'm already a bit annoyed with some of the presentation. Having recently read "Beginning ASP.NET 3.5 In C# and VB", I really expected this book to follow a similar format: explanation of concept, hands-on example with detailed explanation of how it all works / fits together. That's not how this book is written. You get a description of the concept, and then you get a code example. In the "Beginning..." book, the code examples built upon each other (for the most part), and by the end of the book, you had built a functional (if somewhat simplistic) website. In this book, there is no building process (so far). Everything is presented independently, with very little information to put it into context, and nothing other than the conceptual explanation for how it actually "works". Furthermore, the authors assume that the reader is already well-versed in many of the nuances of the VB.net and C# programming languages -- no explanation for some of the coding constructs used in the examples are provided. Fortunately for me, I've been programming for 20 years, so I'm not having a problem following the examples so far. I am concerned that by the end of the book I'll have run into some obscure construct that I haven't encountered before.

My biggest pet peeve with the presentation has to do with how the author has chosen to present much of the sample code. After informing the reader that with Visual Studio 2008, there is now very good support for using a "code-behind" model for writing the ASP scripting, and that this is the preferred and superior way to do things (in Chapter 1 or 2 -- I forget which), he proceeds to do almost every example (so far) doing on-page scripting, not using the codebehind model at all! For my money, don't tell me that something is the best way to do things, and then not do it! (Stepping down off soapbox now).

That aside, so far the content itself is excellent -- which is the main reason I'd like to be able to give the book above a 3-star rating. After all, I'm mainly interested in the content in the first place. I'll update my review as I get further into the book (I'm less than 1/5th of the way through the 1715 pages of content contained in this behemoth). I'm hoping to be able to give it a higher rating by the time I'm done.
1 of 1 people found the following review helpful
5.0 out of 5 stars Champenois Book Review of Professional ASP.NET 3.5 SP1 in C# and VB-Hardback Nov 20 2009
By Cecil T. Champenois Jr. - Published on Amazon.com
Format:Hardcover
I received the hardback version from my user group, Inland Empire .NET User Group, [...] . This is the ASP.NET 3.5 Service Pack 1 Edition, so you know it is up to date for the latest usage in either Visual Web Developer or Visual Studio 2008.

Code samples are shown in both C# and VB, making it easy for any DOT NET Developer to quickly get up to speed with this advanced technology for web development. I started out with "Sams Teach Yourself ASP.NET 3.5 in 24 Hours" as my primer to learn the basics of ASP.NET web development. Once you have grasped the basics in that book, I'd strongly suggest you purchase "Professional ASP.NET 3.5 SP1 In C# and VB", written by Bill Evjen, Scott Hanselman, and Devin Raider, all of whom are expert .NET developers.

There are 37 extensive chapters, and 5 appendices covering topics such as "Working with Master Pages", which is a huge improvement on the old ASP Include files, which laid out headers and footers. A most important topic is how to handle data with ASP.NET web pages, with Chapters titled: "Data Binding in ASP.NET 3.5", or "Data Management with ADO.NET". The new SQLDataSource control makes data connection and access much easier than in previous versions of Visual Studio, allowing access to SQL Server, SQL Server Express, Oracle databases, ODBC and OLE DB data sources, as well as the SQL CE database. The differences between client-side and server-side validations are clearly explained. Validation controls are explained in Chapter 4. I have found it necessary to delve into validation controls in order to more clearly understand how to use them with the GridView.

Everyone's heard about AJAX, even in the Adobe ColdFusion development world. AJAX means - Asynchronous JavaScript and XML. I installed the free AJAX Toolkit Controls recently. I intend to get into them through the use of this book. You can go to: www.asp.net/ajax/ to download the AJAX Control Toolkit for free. You can download the ASP.NET Ajax Library from the Ajax.CodePlex.com website. The Ajax Control Toolkit contains a rich set of controls, such as the AutoComplete, Calendar, MaskedEdit, Accordion, and Watermark controls.

Coming from Visual FoxPro development into .NET has been made much easier by having this reference book available to explain all the many aspects of .NET development. Without doing much coding in either C# or VB, you can have a basic web site up and running in no time. With the help of this book and a little more work, you can develop secure and powerful websites for your customers.

I would suggest this book for the Beginner to Expert level. It's a huge read and will take time to get through it; if you are a beginner, it'd probably be best to get any project to start with, even if you have to do one for free, and just get started. Read the basic parts of the book you will need to get started and then refer to the more complex parts, as needed. You won't be disappointed. This book makes software development fun again!

Listmania!

Create a Listmania! list

Look for similar items by category


Feedback


Amazon.ca Privacy Statement Amazon.ca Shipping Information Amazon.ca Returns & Exchanges