<
p dir=”ltr”>1。Scott Guthrie 博客上的 Pointers to Great ASP.NET Atlas Content
- 他自己的AJAX风格的ToDo List,从创建数据库,使用TableAdapter的DAL层,建立一个可过滤,可排序,可分页,可编辑的任务列单
- Brad Abrams(ASP.NET和Atlas组的主管,框架设计指南一书的作者之一)在Mix06上的骰子示范
- Nikhil Kothari(Atlas架构师)的musicMix,集成了iTunes的RSS feeds, MSN搜索引擎的SOAP服务,Amazon的REST服务,使用Live Clipboard在应用间共享信息
- Bertrand Le Roy(Atlas主要开发人员之一)的风琴控件
- Jonathan Hawkins(Atlas组的项目经理)的国家公园map mashup
- Scott Issacs(Windows Live架构师)在Mix06上谈开发Live.com的经验和教训
http://weblogs.asp.net/scottgu/archive/2006/03/29/441357.aspx
2。[来源:Paschal L] 基于AJAX的内容管理系统
http://www.impliedbydesign.com/micro-cms-content-management-demo.php
3。[来源:Brad Abrams] 在VS2005里调试JavaScript
http://atlas.asp.net/docs/Overview/debug.aspx
4。Comet: Beyond AJAX?是个Push模型,扩缩性会有问题吧,文中也提到Most commodity Web servers won’t cut it today,但原作者认为This stuff will scale, and most of the tools are in place already
http://www.irishdev.com/NewsArticle.aspx?id=2173
5。Harry Pierson的The Dual Schema Problem谈到Ruby on Rails的ActiveRecord在运行时从数据库里的Schema在OO对象上动态添加方法和属性(R->O),而Konstantin Knizhnik的Consus,一个object-relational database management system,则是从OO对象到数据库Schema(O->R)。他认为,虽然后者还有性能问题,但从长远的角度看,类似后者风格的模型将会成为主流
http://blogs.msdn.com/devhawk/archive/2006/03/28/563445.aspx