ASP.NET3.5构建Web2.0门户网站(影印版) 下载 极速 rtf epub 在线 word txt pdf

ASP.NET3.5构建Web2.0门户网站(影印版)电子书下载地址
- 文件名
- [epub 下载] ASP.NET3.5构建Web2.0门户网站(影印版) epub格式电子书
- [azw3 下载] ASP.NET3.5构建Web2.0门户网站(影印版) azw3格式电子书
- [pdf 下载] ASP.NET3.5构建Web2.0门户网站(影印版) pdf格式电子书
- [txt 下载] ASP.NET3.5构建Web2.0门户网站(影印版) txt格式电子书
- [mobi 下载] ASP.NET3.5构建Web2.0门户网站(影印版) mobi格式电子书
- [word 下载] ASP.NET3.5构建Web2.0门户网站(影印版) word格式电子书
- [kindle 下载] ASP.NET3.5构建Web2.0门户网站(影印版) kindle格式电子书
内容简介:
或许您认为自己对ASP.NET已经相当了解,请再考虑一下。这本卓然不群的指南为使用ASP.NET3.5和其他前沿微软技术构建网站提供了大师级课程指导。它教您如何开发坚若磐石的Web门户应用程序,每天能够承受数百万次的点击,同时确保应对扩展性和安全性的压力。这些程序不仅可以用于面向大众消费群体的主页,也可用于企业发布高效内容聚合的消息板(dashboard)。
Pageflakes的创始人和首席技术官OrnarALZabir所著的这本《ASRNET 3.5构建Web 2.0门户网站》展示了如何使用ASP.NET 3.5、AsP.NET AJAx、windowsWor’kflow:Foundation、LTNQ和.NET3.5来开发类似于MyYahoo!、iGoogle和]Pageflakes的门户站点。在书中,ALZabir构建了一个支持Ajax的开源门户原型,并且向您一一讲解设计和架构中面临的挑战、高级Ajax概念、性能优化技巧和服务器端扩展性问题。
书籍目录:
Preface
1. Introducing Web Portals and Dropthings.com
Defining a Web Portal
Defining a Web 2.0 Portal
Using a Web Portal
Navigating Dropthings
Using ASP.NET AJAX
Using C# 3.0 and .NET 3.5
Summary
2. Architecting the Web Portal and Widgets
Using a Widget Framework
Adding Widgets
Maximizing the First-Visit Experience
Rendering a Second-Visit Experience
Improving ASP.NET AJAX Performance
Adding Authentication and Authorization
Preventing Denial-of-Service Attacks
Summary
3. Building the Web Layer Using ASP.NET AJAX
Implementing the Start Page of a Web Portal
Building a Custom Drag-and-Drop Extender for a Multicolumn Drop Zone
Implementing WidgetContainer
Building Widgets
Page Switching: Simulating a Nonpostback Experience
Using the Profile Object Inside a Web Service
Implementing Authentication and Authorization
Implementing Logout
Summary
4. Building the Data and Business Layers Using .NET 3.5
Introducing LINQ to SQL
Building the Data Access Layer Using LINQ to SQL
Introducing Windows Workflow Foundation
Building the Business Layer Using WF
Implementing the DashboardFacade
Summary
5. Building Client-Side Widgets
Delaying Server-Side Widget Loading
Content Proxy
Building a Client-Side RSS Widget
Building a Client-Side Flickr Widget
Summary
6. Optimizing ASP.NET AJAX
Combining Multiple Ajax Calls into One Call
Timing and Ordering Ajax Calls to the Server
Using HTTP GET Calls Instead of HTTP POST
Working with the this Function
Summary
7. Creating Asynchronous, Transactional, Cache-Friendly Web Services
Scalability Challenges with Web Services
Asynchronous Web Methods
Modifying the ASP.NET AJAX Framework to Handle Web Service Calls
Developing Your Own Web Service Handler
Making an Asynchronous and Cache-Friendly Proxy
Scaling and Securing the Content Proxy
Summary
8. Improving Server-Side Performance and Scalability
Instrumenting Your Code to Identify Performance Problems
Optimizing the HTTP Pipeline
Optimizing ASP.NET 2.0/3.5 Before Going Live
Optimizing Queries in the ASP.NET Membership Tables
Optimizing the ASP.NET 2.0/3.5 Profile Provider Before You Go Live
ASP.NET Production Challenges
Redirecting Traffic from an Old Web Site to a New One
Summary
9. Improving Client-Side Performance
Understanding Web Caching
Content Delivery Networks
Optimizing Internet Explorer JavaScript Performance
Reducing the Web Service Call Payload
Loading the UI on Demand
Using Read-Ahead Caching for Ajax Calls
Hiding HTML Inside Summary
10. Solving Common Deployment, Hosting, and Production Challenges
Deploying Your Web Site in a Web Farm
Thirteen Production Disasters That Could Happen at Anytime
Choosing the Right Hosting Provider
Choosing a Web Site Monitoring Tool
Configuring Proper Performance Counters
Summary
Index
作者介绍:
OmatALZabir,是Pageflakes的创始人和首席技术官、微软MVP、受欢迎的.NET博客作者(http://msmvps.com/omar)以及CodeProject的频繁贡献者。2006年,Pageflakes在西雅图地区SEOmoz.org进行的一次评审中,排名超过了iGoogle、Live.com、Netvibes和Protopage。
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
暂无相关书籍摘录,正在全力查找中!
在线阅读/听书/购买/PDF下载地址:
原文赏析:
暂无原文赏析,正在全力查找中!
其它内容:
编辑推荐
“如果您把创建高性能的、现代化的、基于Ajax技术的ASP.NET网站作为一项严肃的工作,那么这本《ASP.NET 3.5构建Web 2.0门户网站》正是为您所准备的。”
——Mike Pope,微软用户教育
通过本书您将学到:
实现一个高度松耦合的架构,紧跟流行的n层结构和基于构件的应用程序模型提供拖放功能,并且使用ASENET 3.5构建Web.软件层的服务器端
运用LINQ建立数据访问层,并使用windows Workflow Foundation建立作为工作流集合的业务逻辑层
使用Java*开发客户端构件以获得更快的性能和更好的缓存效果
发挥ASP.NET AJAx框架的**效能以获得速度更快、具有更多动态效果和更好可扩展性的站点
构建一个客户web服务调用句柄以克服ASPNET AJAX 1.0的缺点,从而得到异步、支持事务处理和缓存友好的网络服务
书摘插图
书籍介绍
或许您认为自己对ASP.NET已经相当了解,请再考虑一下。这本卓然不群的指南为使用ASP.NET3.5和其他前沿微软技术构建网站提供了大师级课程指导。它教您如何开发坚若磐石的Web门户应用程序,每天能够承受数百万次的点击,同时确保应对扩展性和安全性的压力。这些程序不仅可以用于面向大众消费群体的主页,也可用于企业发布高效内容聚合的消息板(dashboard)。
Pageflakes的创始人和首席技术官OrnarALZabir所著的这本《ASRNET 3.5构建Web 2.0门户网站》展示了如何使用ASP.NET 3.5、AsP.NET AJAx、windowsWor’kflow:Foundation、LTNQ和.NET3.5来开发类似于MyYahoo!、iGoogle 和]Pageflakes的门户站点。在书中,ALZabir构建了一个支持Ajax的开源门户原型,并且向您一一讲解设计和架构中面临的挑战、高级 Ajax概念、性能优化技巧和服务器端扩展性问题。
网站评分
书籍多样性:7分
书籍信息完全性:7分
网站更新速度:9分
使用便利性:7分
书籍清晰度:4分
书籍格式兼容性:5分
是否包含广告:9分
加载速度:3分
安全性:9分
稳定性:8分
搜索功能:8分
下载便捷性:3分
下载点评
- 无颠倒(218+)
- 引人入胜(162+)
- 体验还行(147+)
- 少量广告(281+)
- 藏书馆(186+)
- 书籍多(320+)
- 图书多(395+)
- 强烈推荐(148+)
- 体验差(545+)
- 不亏(282+)
下载评价
- 网友 芮***枫:
有点意思的网站,赞一个真心好好好 哈哈
- 网友 郗***兰:
网站体验不错
- 网友 屠***好:
还行吧。
- 网友 冯***卉:
听说内置一千多万的书籍,不知道真假的
- 网友 印***文:
我很喜欢这种风格样式。
- 网友 濮***彤:
好棒啊!图书很全
- 网友 寇***音:
好,真的挺使用的!
- 网友 索***宸:
书的质量很好。资源多
- 网友 晏***媛:
够人性化!
- 网友 养***秋:
我是新来的考古学家
- 网友 师***怡:
说的好不如用的好,真心很好。越来越完美
- 网友 师***怀:
好是好,要是能免费下就好了
- 网友 丁***菱:
好好好好好好好好好好好好好好好好好好好好好好好好好
- 网友 訾***晴:
挺好的,书籍丰富
喜欢"ASP.NET3.5构建Web2.0门户网站(影印版)"的人也看了
高端商务礼仪:快速成为职场沟通达人 下载 极速 rtf epub 在线 word txt pdf
一本涂书高中化学新教材版新高考2024新版星推荐知识大全高一高二高三通用一轮二轮总复习教辅资料书 下载 极速 rtf epub 在线 word txt pdf
专业知识(经济、金融、会计)历年真题及专家命题预测试卷(2018视频版) 下载 极速 rtf epub 在线 word txt pdf
2014年全国企业法律顾问执业资格考试用书综合法律知识分册全国企业法律顾问执业资格考试复习指南 下载 极速 rtf epub 在线 word txt pdf
正版现货包发票图书 古玩鉴赏十六讲:中华优秀传统文化传承发展工程学习丛书 赵汝珍 著 下载 极速 rtf epub 在线 word txt pdf
原子东中国科技出版传媒股份有限公司9787030714091 原子力学显微镜应用聚合物研究本科及以上 下载 极速 rtf epub 在线 word txt pdf
逐星记 下载 极速 rtf epub 在线 word txt pdf
富有的习惯 下载 极速 rtf epub 在线 word txt pdf
Start Late, Finish Rich 下载 极速 rtf epub 在线 word txt pdf
2023秋非常海淀单元测试AB卷八年级道德与法治上册人教版初二8年级上册政治试卷2024新版单元专项真题试卷测试卷同步训练 下载 极速 rtf epub 在线 word txt pdf
- 杨度(套装上中下册) 下载 极速 rtf epub 在线 word txt pdf
- 胸壁外科学 下载 极速 rtf epub 在线 word txt pdf
- 天方夜谭(名师讲解版无障碍阅读版)/统编语文教材指定阅读丛书 下载 极速 rtf epub 在线 word txt pdf
- 2024版高考模拟汇编48套化学新教材版 万向思维高考快递48套模拟全国高考冲刺模拟试卷汇编化学高三摸底考试名校联考卷信息卷 开明出版社 下载 极速 rtf epub 在线 word txt pdf
- Helping Hand Books 下载 极速 rtf epub 在线 word txt pdf
- 女孩儿们 柳德米拉乌利茨卡娅著 苏联时代青春期女孩校园与家庭成长故事诺贝尔文学奖候选人作品正版外国俄罗斯文学现当代短篇小说 下载 极速 rtf epub 在线 word txt pdf
- 微型计算机原理及应用 下载 极速 rtf epub 在线 word txt pdf
- 写字课课练四年级上册语文 2020人教部编版 小学四上语文临摹字帖彩色版 4年级上语文默写描红字体同步训练教辅导资料 司马严字帖 下载 极速 rtf epub 在线 word txt pdf
- 司法考试2020 2020国家统一法律职业资格考试法律法规汇编(双色应试版,主观题、客观题均适用) 下载 极速 rtf epub 在线 word txt pdf
- 原子物理与量子力学(下册)(第二版) 下载 极速 rtf epub 在线 word txt pdf
书籍真实打分
故事情节:5分
人物塑造:6分
主题深度:5分
文字风格:4分
语言运用:4分
文笔流畅:7分
思想传递:8分
知识深度:6分
知识广度:3分
实用性:9分
章节划分:5分
结构布局:5分
新颖与独特:9分
情感共鸣:9分
引人入胜:6分
现实相关:5分
沉浸感:6分
事实准确性:3分
文化贡献:5分