【收藏】本周ASP.NET英文技術文章推薦[07/22
【收藏】本周ASP.NET英文技術文章推薦[07/22-07/28]:VS2008、收藏.NET3.5、本周IronRuby、英文jQuer
閱讀次數:141 次 來源:admin 發布時間:摘要
本期共有6篇文章:
VS 2008和.NET 3.5 Beta 2發布 IronRuby初探 腳本類型瀏覽器小程序 關于jQuery 的技術一本新書 最新的一些ASP.NET AJAX文章 像專家一樣進行IIS7排錯
[1] VS 2008 and .NET 3.5 Beta 2 Released (VS 2008和.NET 3.5 Beta 2發布)
本周非常令我們.NET開發者激動的一件事情就是VS 2008和.NET 3.5 Beta 2的發布,雖然比不上.NET 1.0和2.0發布時候那么“震撼”,文章不過.NET 3.5仍舊可以看作微軟公司.NET Framework的推薦一個小小里程碑。比起VS2005,收藏VS 2008更像是本周一個全新的產品,而不是英文一種為了過渡匆匆忙忙推出的東西。ASP.NET在VS 2008和.NET 3.5的技術支持也更加完善,真正走向了成熟。文章
Scott也在Blog中發布了這個令人激動的推薦好消息,并列舉了VS 2008和.NET 3.5 Beta 2中的收藏一些新特性:
VS 2008 Multi-Targeting Support VS 2008 Web Designer and CSS Support ASP.NET AJAX and JavaScript Support Language Improvements and LINQ Data Access Improvements with LINQ to SQL
除此之外,Scott還提到了更多的本周新特性:
For client development VS 2008 includes WPF designer and project support. ClickOnce and WPF XBAPs now work with FireFox. WinForms and WPF projects can also now use the ASP.NET Application Services (Membership, Roles, Profile) for roaming user data. Office development is much richer - including support for integrating with the Office 2007 ribbon. WCF and Workflow projects and designers are included in VS 2008. Unit testing support is now much faster and included in VS Professional (and no longer just VSTS). Continuous Integration support is now built-in with TFS. AJAX web testing (unit and load) is now supported in the VS Test SKU. And there is much, much more...
對于Scott的老本行Web,他又寫出了一篇《VS 2008 Web Designer and CSS Support》,英文介紹VS 2008對Web開發以及CSS設計方面支持的改進。雖然Scott在Blog中“夸夸其談”地推崇這些“新”東西,可是事實上在Dreamweaver中,N年前的版本就已經都實現了……比如這類CSS列表窗口:
[2] First Look at IronRuby (IronRuby初探)
繼IronPython發布之后,IronRuby又為.NET平臺上的“Iron”家族增添了一個新的力量。Scott為此也寫了一篇Blog做以簡單介紹。文中介紹了DLR的背景知識,IronRuby的Pre-Alpha發布以及IronRuby項目的發展計劃等內容。并且給出了IronRuby的一個控制臺Hello World應用程序和一個更加復雜些的WPF Hello World。
感興趣的朋友們不妨看看,希望IronRuby和DLR能夠一路走好。
[3] Script Class Browsing Utility (腳本類型瀏覽器小程序)
Nikhil仍舊在不停地完善著他的Web Development Helper,最新發布的0.8.5.0版本中修復了一些Bug,并且加上了一個有用的小玩意,就是這個ASP.NET AJAX的客戶端類型瀏覽器:
在目前還沒有太多有關ASP.NET AJAX客戶端類型文檔的時候,有這樣一個東西用來速查定會讓我們的開發過程變得容易不少。
[4] Learn jQuery with New Book (關于jQuery 的一本新書)
這是一篇書評,介紹了關于jQuery 的一本新書。我們都知道jQuery的功能非常強大,可是其語法也相當的“古怪”,讓人不解。希望這本書(http://www.packtpub.com/jQuery/book)的出現能夠幫助我們盡快掌握其強大的功能。
作者的網站:www.LearningjQuery.com也非常不錯,其中提供了很多學習jQuery的資源。
[5] Latest ASP.NET AJAX Articles (最新的一些ASP.NET AJAX文章)
Dan Wahlin在Blog中提到他最近幾個月中為.NET Insight寫的一些ASP.NET AJAX文章。主題比較寬泛,可能也不成什么系統,不過有需要的朋友還是可以看看:
Getting Started With AJAX Configure ASP.NET AJAX Extensions It's All About the Scripts Partial-Page Updates With the UpdatePanel Implement UpdatePanel Properties Inform Users With Customized Visual Feedback Coping With Click-Happy Users Abort AJAX Requests Introducing ASP.NET AJAX and Web Service
[6] Troubleshoot IIS7 errors like a pro (像專家一樣進行IIS7排錯)
IIS7逐漸向我們走來,功能豐富的同時也讓排錯的過程變得更加艱難。Mike Volodarsky的這篇Blog就一步一步地教會我們“像專家一樣進行IIS7排錯”的本領:)
這是一篇比較長的、圖文并茂的文章,不難理解也非常地使用,真正做到了“受人以漁”。