博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Beginning Ajax with ASP.NET
阅读量:4234 次
发布时间:2019-05-26

本文共 1389 字,大约阅读时间需要 4 分钟。

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 - topmvp

Ajax has the power to revolutionize the way web-based applications are designed. This book provides you with a thorough working knowledge of what Ajax has to offer and how to take full advantage of it in your application development.

Following an exploration of how Ajax works with .NET, you'll get acquainted with DHTML, the role of JavaScript and the Document Object Model, and the XMLHttpRequest Object, which is the foundation of Ajax. Then you will examine the Ajax-type features built into ASP.NET and explore the Ajax.NET Professional Library in detail. Finally, you will explore client scripting as well as building and using controls with Microsoft's Atlas. With an entire chapter devoted to debugging, you will have all you need to use this cutting-edge technology.

What you will learn from this book
* What you can do with the open source Ajax.NET Professional Library
* How to use the corresponding functionality, Asynchronous Client Script Callbacks, that comes with ASP.NET 2.0
* Techniques for using the XMLHttpRequest Object to communicate between the client web browser and the server
* An overview of XML, XSLT, and other ways to send data between client and server
* How to integrate Microsoft's Atlas with many of the services available in ASP.NET 2.0
http://rapidshare.com/files/14329931/I047178544X.rar
你可能感兴趣的文章
Zookeeper和Curator-Framework实践系列之: 配置管理
查看>>
JAVA NIO高效处理优化 -- 使用EPoll
查看>>
Netty的高性能及NIO的epoll空轮询bug
查看>>
一起学Netty(一)
查看>>
一起学Netty(二)之 Hello Netty的原型图解
查看>>
一起学Netty(三)之 SimpleChannelInboundHandler
查看>>
一起学Netty(四)之 ChannelHandler,ChannelHandlerContext,ChannelPipeline
查看>>
一起学Netty(五)之 初识ByteBuf和ByteBuf的常用API
查看>>
一起学Netty(六)之 TCP粘包拆包场景
查看>>
一起学Netty(九)之LengthFieldBasedFrameDecoder
查看>>
一起学Netty(十一)之 Netty心跳之IdleStateHandler
查看>>
一起学Netty(十二)之 Netty心跳简单Demo
查看>>
一起学Netty(十八)netty源码学习之netty server端源码初读(上)
查看>>
一起学Netty(二十)netty的比较规范的C/S端的写法
查看>>
一起学Netty(十三)之 Netty简单的重连机制
查看>>
一起学Netty(十四)之 Netty生产级的心跳和重连机制
查看>>
一起学Netty(十五)之 AttributeMap属性
查看>>
一起学Netty(十五)之 AttributeMap属性
查看>>
Java的SPI机制与简单的示例
查看>>
初始 RPC 框架
查看>>