Teddy's Knowledge Base

07 2006 档案

JST+JSON+AJAX——使用客户端js模版代替服务端数据绑定
     摘要: 本文给出一个通过组合使用JST,JSON和AJAX技术,使用客户端js模版代替服务端数据绑定的范例。很显然的,使用客户端数据绑定代替服务端数据绑定能够大大减少服务端的内存和CPU消耗,在硬件不变的情况下,大大提升服务器负载能力。  阅读全文

posted @ 2006-07-28 17:11 Teddy's Knowledge Base 阅读(4302) | 评论 (8)  编辑

Web Application Architectures: Simple 2 Layer, Standard 3 Layer and Distributed 3 Layer
     摘要: Abstract:

This article discusses three common web application architectures: Simple 2 Layer, Standard 3 Layer and Distributed 3 Layer. For each architecture, it gives an ASP.NET 2.0 sample implementaion with NBear framework.

Table of Contents:

1. Simple 2 Layer
2. Standard 3 Layer
3. Distributed 3 Layer
4. More about NBear
5. Get Source Code of NBear and All Samples
6. Summary  阅读全文

posted @ 2006-07-19 14:54 Teddy's Knowledge Base 阅读(4566) | 评论 (43)  编辑