zoukankan      html  css  js  c++  java
  • Building a Web 2.0 Portal with ASP.NET 3.5(DropThings实例教学)

    Building a Web 2.0 Portal with ASP.NET 3.5(DropThings实例教学)

    Building a Web 2.0 Portal with ASP.NET 3.5

    Introduction

    Dropthings– myopen sourceWeb 2.0 Ajax Portal has gone through a technology overhauling. Previously it was built using ASP.NET AJAX, a little bit of Workflow Foundation and Linq to SQL. Now Dropthings boasts fulljQueryfront-end combined with ASP.NET AJAXUpdatePanel,Silverlight widget, fullWorkflow Foundationimplementation on the business layer, 100%Linq to SQL Compiled Querieson the data access layer, Dependency Injection and Inversion of Control (IoC) usingMicrosoft Enterprise Library 4.1andUnity. It also has a ASP.NET AJAX Web Test framework that makes it real easy to write Web Tests that simulates real user actions on AJAX web pages. This article will walk you through the challenges in getting these new technologies to work in an ASP.NET website and how performance, scalability, extensibility and maintainability has significantly improved by the new technologies. Dropthings has been licensed for commercial use by prominent companies including BT Business, Intel, Microsoft IS, Denmark Government portal for Citizens; Startups like Limead and many more. So, this is serious stuff! There’s a very cool open source implementation of Dropthings framework available atNational University of Singaporeportal.

    Visit:http://dropthings.omaralzabir.com

    Dropthings AJAX Portal

    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 atwww.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.

     这儿有此书销售

     http://item.taobao.com/auction/item_detail.jhtml?x_id=0db2&item_id=f80fb7dc914688891116a3c0a83444bb

  • 相关阅读:
    一个Spring的应用看起来象什么?
    IOC的优点是什么?
    解释对象/关系映射集成模块?
    XMLBeanFactory?
    使用Spring框架的好处是什么?
    什么是Spring MVC框架的控制器?
    什么是Spring的MVC框架?
    在Spring AOP 中,关注点和横切关注的区别是什么?
    你更倾向用那种事务管理类型?
    Spring支持的事务管理类型?
  • 原文地址:https://www.cnblogs.com/meta/p/1445440.html
Copyright © 2011-2022 走看看