Programming ASP.NET 3.5 Details and Downloads

by DanM 1. November 2008 11:45

Programming ASP35CoverReleased in October 2008, Programming ASP.NET 3.5 is the result of 13 months writing, editing and researching all the great new things you can produce with ASP.NET 3.5. Weighing in at 1166 pages, it’s not the smallest book around but it is the best and I’m very proud of it.

New to this (fourth) edition of the book are sections on LINQ, web services using WCF, ASP.NET AJAX and the AJAX control toolkit, HTTP Handlers, Web Application and Deployment Projects, HistoryState, IIS 7.0 and much much more.

Download the code samples for this book in C# (544KB)
Download the code samples for this book in VB (535KB)
Download a draft of Chapter 7 : Data Source Controls and Connections (PDF, 1.6 MB)
Download a draft of Chapter 10 : LINQ (PDF, 1.3 MB)
Download a draft of Chapter 16 : Web Services (PDF, 1.3 MB)

Buy Programming ASP.NET 3.5 on Amazon UK  Buy Programming ASP.NET 3.5 on Amazon US

Here’s the full table of contents:

  1. Web Development in 2008
  2. Visual Studio 2008
  3. Controls: Fundamental Concepts
  4. Basic Server Controls
  5. Advanced Server Controls
  6. Website Fundamentals
  7. Data Source Controls and Connections
  8. Using Data-Aware Controls
  9. ADO.NET
  10. Presenting LINQ
  11. Validation
  12. Forms-Based Security
  13. Master Pages and Navigation
  14. Personalization
  15. Custom and User Controls
  16. Web Services
  17. Caching and Performance
  18. Application Logic, Configuration and IIS 7.0
  19. Tracing, Debugging and Error Handling
  20. Deployment
  21. From now to vNext
  22. Installing the AJAX Control Toolkit
  23. Relational Databases: A Crash Course
  24. VS2008 Keyboard Shortcuts

O’Reilly’s official forum for the book.

O’Reilly’s official page for the book. Please use this link to submit any errata for this book.

It Finally Arrived

by DanM 27. October 2008 22:09

Well, it's taken a while, but I finally received a copy of my new book in the post today. Yay me. Next time - something shorter. I could beat people to death with this thing.

A New Book

Programming ASP.NET 3.5 Is Slated For PDC

by DanM 2. September 2008 00:06

Well, it’s been a while coming but it looks like Programming ASP.NET 3.5 will finally hit the shelves in late October just in time for this year’s PDC. Hurrah! So, to take a leaf out of John Papa’s blog, it’s time to take a few seconds out and thank those who were involved in its creation.

First off, my co-authors Jesse Liberty and Dan Hurwitz for their support and words. And to Lou Franco and Mike Pope as well for their contributions to the book. They were both timely and well received by those of us all worded out.

Second, to the reviewing team for the necessary evil of reminding the authors that their words are not the be all and end all of the subject and should never treat them as such. Especially when trying to incorporate ever-changing technology into a set of static pages. So, to Don Kiely, Eugene Osovetsky, Frank Wang, Scott Isaacs, Christy Henriksson, Kyle Beyer, and Miles Whitener my humble thanks, even if some of your comments made me want to throw the laptop in the bin because I knew you were right and it would mean writing another five or ten pages to cover the point. Lou Franco and Mike Pope also get a second vote of thanks here because they not only provided really solid comments, they also decided to back their own comments up with words.

Next, thanks to the folks at O’Reilly. Lou Barr initially mentioned me to John Osborn as a potential co-author, so I thank her for the mention and John for getting in touch and then letting me get on with it at a pace I could manage. Brian MacDonald, Audrey Doyle and Rachel Monaghan have also been great as technical, copy and production editors respectively. I hope I’ll work with them again (preferable on something smaller).

And finally, thanks to Jane for putting up with about thirteen or so months of the book-writing process.

Programming ASP.NET 3.5 is already up for pre-order on Amazon US and Amazon UK. Why not buy a copy?

Adios EnableStateHash, Hello EnableSecureHistoryState

by DanM 7. June 2008 01:37

Just a quick note on the new Browser History feature in .NET 3.5 SP1. I had some time to experiment with beta 1. Because of its long gestation period as part of the ASP Futures package, it has been written about a lot. However, as is the curse of beta software, there is a ‘breaking change’ between the beta 1 release and the futures package version that many blog articles write about.

The feature is still enabled using the EnableHistory attribute on your page’s ScriptManager object.

<asp:ScriptManager runat="server" id="sm1" EnableHistory="true" /> 

However, the EnableStateHash attribute which you can use to have ASP.NET encrypt or not encrypt the page state in its querystring has been renamed. It is now called EnableSecureHistoryState.

Removing The Search Box From IE7

by DanM 6. June 2008 01:35

Now as far as I’m concerned, the search box in the menu bar of IE7 is probably the feature I most use - Alt+D, Tab gets me there in half a second - but it takes up some screen realty I’d rather use for other purposes when it comes to taking screenshots for the book, so here’s how to remove it and then add it back again should you ever need to do so.

  1. Open RegEdit
  2. Find HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions or create it if it isn’t there already.
  3. Add a DWORD key called NoSearchBox.
  4. To turn off the search box, set this value to 1
  5. To turn it back on, set this value to 0

That is all.

Powered by BlogEngine.NET 1.6.0.0
Theme by Mads Kristensen, adapted by Dan Maharry

About Dan

Dan Maharry Dan Maharry
Web developer at Co-operative Web and tech writer. More...
Creative Commons License View Dan's bookmarks on Delicious LinkedIn Facebook Facebook Last.fm
Last.fm Twitter Subscribe to Dans RSS Feed Download Dans OPML File Add blog to technorati favorites

RecentComments

Comment RSS