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

  • 相关阅读:
    dynamic和匿名对象
    生成1亿个不重复的8位随机整数
    Storage,Memcache,KVDB都是存储服务,如何区分何时用何种服务
    深入理解jQuery中$.get、$.post、$.getJSON和$.ajax的用法
    常用工具
    数字格式化,保留一位小数,无小数用0补充
    学习某些API的方法
    程序员的学习方法(程序员必看)【风中叶老师讲述】
    html的dtd声明
    数据库管理工具navicat基本使用方法——以MySql为例
  • 原文地址:https://www.cnblogs.com/meta/p/1445440.html
Copyright © 2011-2022 走看看