Building a Web 2.0 Portal with ASP.NET 3.5 and over one million other books are available for Amazon Kindle. Learn more



or
Sign in to turn on 1-Click ordering
More Buying Choices
Have one to sell? Sell yours here
Start reading Building a Web 2.0 Portal with ASP.NET 3.5 on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

Building a Web 2.0 Portal with ASP.Net 3.5: None [Paperback]

Omar AL Zabir
4.6 out of 5 stars  See all reviews (10 customer reviews)

List Price: $44.99
Price: $33.07 & FREE Shipping. Details
You Save: $11.92 (26%)
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
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Want it tomorrow, May 23? Choose One-Day Shipping at checkout. Details
Free Two-Day Shipping for College Students with Amazon Student

Formats

Amazon Price New from Used from
Kindle Edition $19.79  
Paperback $33.07  
Shop the new tech.book(store)
New! Introducing the tech.book(store), a hub for Software Developers and Architects, Networking Administrators, TPMs, and other technology professionals to find highly-rated and highly-relevant career resources. Shop books on programming and big data, or read this week's blog posts by authors and thought-leaders in the tech industry. > Shop now

Book Description

January 11, 2008 0596510500 978-0596510503 1

If you think you're well versed in ASP.NET, think again. This exceptional guide gives you a master class in site building with ASP.NET 3.5 and other cutting-edge Microsoft technologies. You learn how to develop rock-solid web portal applications that can withstand millions of hits every day while surviving scalability and security pressures -- not just for mass-consumer homepages, but also for dashboards that deliver powerful content aggregation for enterprises.

Written by Omar AL Zabir, co-founder and CTO of Pageflakes, Building a Web 2.0 Portal with ASP.NET 3.5 demonstrates how to develop portals similar to My Yahoo!, iGoogle, and Pageflakes using ASP.NET 3.5, ASP.NET AJAX, Windows Workflow Foundation, LINQ and .NET 3.5. Through the course of the book, AL Zabir builds an open source Ajax-enabled portal prototype (available online at www.dropthings.com), and walks you though the design and architectural challenges, advanced Ajax concepts, performance optimization techniques, and server-side scalability problems involved.

You learn how to:

  • Implement a highly decoupled architecture following the popular n-tier, widget-based application model
  • Provide drag-and-drop functionality, and use ASP.NET 3.5 to build the server-side part of the web layer
  • Use LINQ to build the data access layer, and Windows Workflow Foundation to build the business layer as a collection of workflows
  • Build client-side widgets using JavaScript for faster performance and better caching
  • Get maximum performance out of the ASP.NET AJAX Framework for faster, more dynamic, and scalable sites
  • Build a custom web service call handler to overcome shortcomings in ASP.NET AJAX 1.0 for asynchronous, transactional, cache-friendly web services
  • Overcome JavaScript performance problems, and help the user interface load faster and be more responsive
  • Solve scalability and security problems as your site grows from hundreds to millions of users
  • Deploy and run a high-volume production site while solving software, hardware, hosting, and Internet infrastructure problems
Building a Web 2.0 Portal with ASP.NET 3.5 also presents real-world ASP.NET challenges that the author has solved in building educational and enterprise portals, plus thirteen production disasters common to web applications serving millions of users. If you're ready to build state-of-the art, high-volume web applications, this book has exactly what you need.

Frequently Bought Together

Building a Web 2.0 Portal with ASP.Net 3.5: None + Programming ASP.NET AJAX: Build rich, Web 2.0-style UI with ASP.NET AJAX
Price for both: $61.56

Buy the selected items together


Editorial Reviews

About the Author

Omar AL Zabir is the CTO and co-founder of Pageflakes, a Microsoft MVP, the author of a popular .NET blog (http://msmvps.com/omar), and a frequent contributor to Code Project. In 2006, Page flakes out-ranked iGoogle, Live.com, Netvibes, and Protopage in a review conducted by Seattle-based SEOmoz.org.


Product Details

  • Paperback: 320 pages
  • Publisher: O'Reilly Media; 1 edition (January 11, 2008)
  • Language: English
  • ISBN-10: 0596510500
  • ISBN-13: 978-0596510503
  • Product Dimensions: 7.2 x 0.7 x 9.2 inches
  • Shipping Weight: 1.2 pounds (View shipping rates and policies)
  • Average Customer Review: 4.6 out of 5 stars  See all reviews (10 customer reviews)
  • Amazon Best Sellers Rank: #756,532 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

Customer Reviews

4.6 out of 5 stars
(10)
4.6 out of 5 stars
This book is very well written. G. Kobzeff  |  2 reviewers made a similar statement
Most Helpful Customer Reviews
22 of 24 people found the following review helpful
5.0 out of 5 stars A must have resource for all ASP.NET developers! January 29, 2008
By S. Yu
Format:Paperback
I've read the author's articles on Code Project, and when I found out he had written a book that built on them, I didn't waste any time getting my hands on it!

Being the one of the few developers in my group that work with the latest "cutting edge" technology, and with no one to answer the questions I have, this book has simply been the fountain of knowledge I'd been looking for. Definitely a must-read for those wishing to utilize the latest and greatest.

The book is well organized, and the writing style makes it an easy read (usually technical books put me to sleep, but not this one). It does assume that you've already had some experience using ASP.NET 2.0/3.5, Javascript, and so forth, so I agree that this book will be the most beneficial to seasoned and advanced ASP.NET developers.
Comment | 
Was this review helpful to you?
20 of 23 people found the following review helpful
3.0 out of 5 stars Web 2.0 Tips & Tricks May 9, 2008
Format:Paperback
This book explains the techniques behind the DropThings portal [...] showing some source-code (available at www.codeplex.com) and giving a couple of tips and tricks of web 2.0 programming. The book is very interesting but it's for those developers who already know the technologies it covers (ASP.NET, C#, LINQ, WF and ASP.NET AJAX) and want to know "the best way to do it" or became aware of commom problems that big web 2.0 portals generally has.
Below is the main topics of each chapter:

Chapter 1 - Conceptual meanings of Web and ASP.NET.
Chapter 2 - How can you design your own Widgets Framework (Based on his ideas that lead him to develop his own framework) and things that you need to concern when you develop a big portal.
Chapter 3 - Tips and Tricks of developing rich client controls
Chapter 4 - How can you add LINQ and Workflow Foundation to your Data and Business Layers.
Chapter 5 - Developing Widgets itself
Chapter 6, 7, 8 and 9 - Reflections over performance (at Client, Server and "client-server" interaction)
Chapter 10 - Solving Deployment and "Go-live" problems.

Bear in mind this book don't teach you those technologies, it only leads you to use them in a better way based on the author's experience (Author is the PageFlake's co-Founder and CTO, so he really knows what he's talking about).

In conclusion, if you want to learn how you use those technologies (Asp.net Ajax, Workflow Foundation..), I recommend you to try other books. Otherwise, if you want to know more about how to create a scalable web 2.0 site, tips & tricks and the best practices of those techs at web, this book will hit at the bullseye.
Comment | 
Was this review helpful to you?
9 of 9 people found the following review helpful
5.0 out of 5 stars Great Book February 24, 2008
Format:Paperback
Omar is an excellent .NET programmer and I really enjoyed his book. This book gave excellent insight on running a high volume website with ASP.NET. It also dives into some of the new features of the .NET 3.5 framework. I really enjoyed the sections towards the end where he showed the type of hosting environment necessary to run a large scale website. I would also recommend subscribing to Omar's RSS feeds for excellent tips.
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
5.0 out of 5 stars Must have book for web developers
I have bought several technical books over the past 16 years and have rarely read any cover to cover (I did skip the last chapter as it really didn't apply to my corporate... Read more
Published on January 22, 2009 by Michael Box
5.0 out of 5 stars ESSENTIAL For ASP.NET Web Developers/Admins!!!
Wow this is a great book.

When I first opened up 'Building a Web 2.0 Portal with ASP.NET 3.5' I expected this to be just any old ASP. Read more
Published on October 30, 2008 by Dan McKinnon
5.0 out of 5 stars Terrific book
This book is very well written. It provides lots of good tricks to handle real-world problems that come up when developing a website. One of the best ASP.NET books I have read. Read more
Published on August 19, 2008 by G. Kobzeff
5.0 out of 5 stars Great Book
With this book Author has set bar very high on how to write technical books. It dose a good job of explaining finer points of all technologies involved in AJAX asp. Read more
Published on August 18, 2008 by Yogesh Kolte
5.0 out of 5 stars Tremendous guideline for 3.5 website design
Great list of details you need to address to create a scalable, fully functional website with all the gadgets you've seen but never known how to incorporate into your web site. Read more
Published on August 17, 2008 by Douglas E. Osborne
4.0 out of 5 stars Building a web 2.0 portal
Very good book, the website provided by the book inspires me to learn more about ajax.
Published on August 16, 2008 by V. N. Chopra
4.0 out of 5 stars Great book for startups
If you have an idea and would like to develop an application that is simple, robust and reliable, please read this book. Read more
Published on July 27, 2008 by Sudhir Gullapalli
Search Customer Reviews
Only search this product's reviews

What Other Items Do Customers Buy After Viewing This Item?


Forums

Search Customer Discussions
Search all Amazon discussions

Topic From this Discussion
Would it work for asp.net 2.0 ? Be the first to reply
Do you find it a good resource for Web 2.0 development?
I have not tried it yet, but quick question: Would it work for asp.net 2.0 ?
May 30, 2008 by F. Sibaja Araya |  See all 2 posts
Start a new discussion
Topic:
First post:
Prompts for sign-in
 



Listmania!


So You'd Like to...


Create a guide


Look for Similar Items by Category