.NET 点滴

2006-03-28 by 开心就好

1。根据Scott Guthrie,MySpace.com每天的Page View量高达15亿,他们现在用的是ASP.NET 2.0和IIS6。移植到ASP.NET 2.0后,服务器的CPU平均利用率从85%下降到27%。

http://weblogs.asp.net/scottgu/archive/2006/03/25/441074.aspx

根据Media Metrix的统计,2月份访问量最高的6个网站为
Yahoo
MySpace
MSN
Ebay
Google
Hotmail

其中四个网站,MySpace,MSN,Ebay和Hotmail,用的是IIS和Windows。

注:在MySpace.com上还能看到.cfm(Cold Fusion)连接,在上面这个帖子里的回复中,该网站的技术人员澄清说,这是为了连接兼容,其背后采用的是BlueDragon.NET技术,该技术能让你在ASP.NET上运行Cold Fusion脚本。

2。Scott Guthrie博客上的几个跟Atlas有关的帖子

Drag and Drop ASP.NET 2.0 Web Parts in FireFox (with Atlas)
http://weblogs.asp.net/scottgu/archive/2006/03/24/441044.aspx

Atlas Presentation and Samples
http://weblogs.asp.net/scottgu/archive/2006/03/12/440068.aspx

Making a List, Checking it Twice (Cool Ajax Sample App with ASP.NET 2.0 and Atlas)
http://weblogs.asp.net/scottgu/archive/2005/12/26/433997.aspx

Paging through lots of data efficiently (and in an Ajax way) with ASP.NET 2.0
http://weblogs.asp.net/scottgu/archive/2006/01/01/434314.aspx

3。使用AJAX是为了改进用户与基于浏览器应用的交互以及提供良好的用户体验,目前一个很红的应用趋势是Mashup,整合多渠道的数据和内容,提供给用户一个集成的体验。常见的Mashups是Mapping Mashups和Video Mashups

在Mix06上微软有2个讲座讨论了AJAX架构和应用方面的问题,具体的内容,参考下面这个博客

Architecting and using ASP.NET "Atlas"
http://blogs.msdn.com/davbosch/archive/2006/03/24/560266.aspx

4。使用Atlas的虚拟地球地图控件构造美国国家公园的Mashup

Building a Mashup of National Parks using the Atlas Virtual Earth Map control
http://blogs.msdn.com/jhawk/archive/2006/03/26/561658.aspx

5。[来源: Scott Guthrie] ASP.NET RSS Toolkit,功能包括可用来显示RSS的RSS Data Source控件以及生成RSS的RSS HTTP handler

Awesome ASP.NET 2.0 RSS Tool-Kit Released
http://blogs.msdn.com/dmitryr/archive/2006/02/21/536552.aspx


Comments