Muutke küpsiste eelistusi

E-raamat: Building a Web 2.0 Portal with ASP.NET 3.5: Learn How to Build a State-of-the-Art Ajax Start Page Using ASP.NET, .NET 3.5, LINQ, Windows WF, and More

  • Formaat: 310 pages
  • Sari: O'Reilly Ser.
  • Ilmumisaeg: 21-Dec-2007
  • Kirjastus: O'Reilly Media
  • Keel: eng
  • ISBN-13: 9780596551636
Teised raamatud teemal:
  • Formaat - EPUB+DRM
  • Hind: 29,84 €*
  • * hind on lõplik, st. muud allahindlused enam ei rakendu
  • Lisa ostukorvi
  • Lisa soovinimekirja
  • See e-raamat on mõeldud ainult isiklikuks kasutamiseks. E-raamatuid ei saa tagastada.
  • Formaat: 310 pages
  • Sari: O'Reilly Ser.
  • Ilmumisaeg: 21-Dec-2007
  • Kirjastus: O'Reilly Media
  • Keel: eng
  • ISBN-13: 9780596551636
Teised raamatud teemal:

DRM piirangud

  • Kopeerimine (copy/paste):

    ei ole lubatud

  • Printimine:

    ei ole lubatud

  • Kasutamine:

    Digitaalõiguste kaitse (DRM)
    Kirjastus on väljastanud selle e-raamatu krüpteeritud kujul, mis tähendab, et selle lugemiseks peate installeerima spetsiaalse tarkvara. Samuti peate looma endale  Adobe ID Rohkem infot siin. E-raamatut saab lugeda 1 kasutaja ning alla laadida kuni 6'de seadmesse (kõik autoriseeritud sama Adobe ID-ga).

    Vajalik tarkvara
    Mobiilsetes seadmetes (telefon või tahvelarvuti) lugemiseks peate installeerima selle tasuta rakenduse: PocketBook Reader (iOS / Android)

    PC või Mac seadmes lugemiseks peate installima Adobe Digital Editionsi (Seeon tasuta rakendus spetsiaalselt e-raamatute lugemiseks. Seda ei tohi segamini ajada Adober Reader'iga, mis tõenäoliselt on juba teie arvutisse installeeritud )

    Seda e-raamatut ei saa lugeda Amazon Kindle's. 

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.
Preface xi
Introducing Web Portals and Dropthings.com
1(11)
Defining a Web Portal
2(2)
Defining a Web 2.0 Portal
4(1)
Using a Web Portal
4(1)
Navigating Dropthings
5(3)
Using ASP.NET AJAX
8(1)
Using C# 3.0 and .NET 3.5
9(1)
Summary
10(2)
Architecting the Web Portal and Widgets
12(29)
Using a Widget Framework
20(6)
Adding Widgets
26(2)
Maximizing the First-Visit Experience
28(2)
Rendering a Second-Visit Experience
30(1)
Improving ASP.NET AJAX Performance
31(5)
Adding Authentication and Authorization
36(2)
Preventing Denial-of-Service Attacks
38(2)
Summary
40(1)
Building the Web Layer Using ASP.NET AJAX
41(60)
Implementing the Start Page of a Web Portal
41(19)
Building a Custom Drag-and-Drop Extender for a Multicolumn Drop Zone
60(14)
Implementing WidgetContainer
74(7)
Building Widgets
81(11)
Page Switching: Simulating a Nonpostback Experience
92(2)
Using the Profile Object Inside a Web Service
94(1)
Implementing Authentication and Authorization
95(3)
Implementing Logout
98(2)
Summary
100(1)
Building the Data and Business Layers Using .NET 3.5
101(33)
Introducing LINQ to SQL
101(3)
Building the Data Access Layer Using LINQ to SQL
104(8)
Introducing Windows Workflow Foundation
112(1)
Building the Business Layer Using WF
113(14)
Implementing the DashboardFacade
127(6)
Summary
133(1)
Building Client-Side Widgets
134(18)
Delaying Server-Side Widget Loading
135(3)
Content Proxy
138(4)
Building a Client-Side RSS Widget
142(4)
Building a Client-Side Flickr Widget
146(5)
Summary
151(1)
Optimizing ASP.NET AJAX
152(17)
Combining Multiple Ajax Calls into One Call
152(2)
Timing and Ordering Ajax Calls to the Server
154(11)
Using HTTP GET Calls Instead of HTTP Post
165(1)
Working with the this Function
166(2)
Summary
168(1)
Creating Asynchronous, Transactional, Cache-Friendly Web Services
169(28)
Scalability Challenges with Web Services
169(2)
Asynchronous Web Methods
171(4)
Modifying the ASP.NET AJAX Framework to Handle Web Service Calls
175(2)
Developing Your Own Web Service Handler
177(12)
Making an Asynchronous and Cache-Friendly Proxy
189(2)
Scaling and Securing the Content Proxy
191(5)
Summary
196(1)
Improving Server-Side Performance and Scalability
197(27)
Instrumenting Your Code to Identify Performance Problems
198(1)
Optimizing the HTTP Pipeline
199(1)
Optimizing ASP.NET 2.0/3.5 Before Going Live
200(1)
Optimizing Queries in the ASP.NET Membership Tables
201(2)
Optimizing the ASP.NET 2.0/3.5 Profile Provider Before You Go Live
203(16)
ASP.NET Production Challenges
219(2)
Redirecting Traffic from an Old Web Site to a New One
221(2)
Summary
223(1)
Improving Client-Side Performance
224(30)
Understanding Web Caching
224(10)
Content Delivery Networks
234(4)
Optimizing Internet Explorer JavaScript Performance
238(8)
Reducing the Web Service Call Payload
246(1)
Loading the UI on Demand
247(3)
Using Read-Ahead Caching for Ajax Calls
250(1)
Hiding HTML Inside <textarea>
250(3)
Summary
253(1)
Solving Common Deployment, Hosting, and Production Challenges
254(29)
Deploying Your Web Site in a Web Farm
254(6)
Thirteen Production Disasters That Could Happen at Anytime
260(12)
Choosing the Right Hosting Provider
272(2)
Choosing a Web Site Monitoring Tool
274(2)
Configuring Proper Performance Counters
276(6)
Summary
282(1)
Index 283